﻿/* © zeta software 2004, by Christine Kirchmeier 
--- Konstruiert ---
*/

/* GENERAL DEFINITIONS */

html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px auto 20px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* heading */
h1 {
	font-weight: bold;
}

/* logo area */
.logoarea {
	padding: 0;
}

/* content area */
.contentarea {}

/* article area */
.articlearea {}

.articlearea p {
	margin-top: 0;
	padding-top: 0;
}

ul {
	list-style-type: square;
}

small {
	font-size: 10px;
}

/* picture subtitle */
.bildunterschrift {
}


/* NAVIGATION & HYPERLINKS */

/* bread crumb */
.breadcrumb {
	font-size: 11px;
	text-align: left;
	padding-right: 15px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active,a.breadcrumb:link,a.breadcrumb:visited,a.breadcrumb:hover,a.breadcrumb:active {
	text-decoration: none;
	padding-right: 0;
}

/* normal links */
a:link {}

a:visited {}

a:active {}

a:hover {}

/* 1. Menüebene inaktiv */
a.menu1:link, a.menu1:visited, a.menu1:active,a.menu1:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 15px 6px 15px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.menu1:hover {
}

/* 1. Menüebene aktiv */
a.menu1active:link, a.menu1active:visited, a.menu1active:active,a.menu1active:hover {	
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 15px 6px 15px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* 1. Menüebene geöffnet */
a.menu1open:link, a.menu1open:visited, a.menu1open:active,a.menu1open:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 15px 6px 15px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* 1. Menüebene Bereich */
.menu1area, .menueleiste {
	padding: 0 0 0 0;
}

/* 2. Menüebene inaktiv*/
a.menu2:link, a.menu2:visited, a.menu2:active,a.menu2:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 2. Menüebene aktiv*/
a.menu2active:link, a.menu2active:visited, a.menu2active:active,a.menu2active:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 2. Menüebene geöffnet*/
a.menu2open:link, a.menu2open:visited, a.menu2open:active,a.menu2open:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 2. Menüebene Bereich */
.menu2area {
	width: 130px;
}

/* 3. Menüebene inaktiv*/
a.menu3:link, a.menu3:visited, a.menu3:active,a.menu3:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 3. Menüebene aktiv*/
a.menu3active:link, a.menu3active:visited, a.menu3active:active,a.menu3active:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 3. Menüebene geöffnet*/
a.menu3open:link, a.menu3open:visited, a.menu3open:active,a.menu3open:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 3. Menüebene Bereich */
.menu3area {}

/* 4. Menüebene inaktiv*/
a.menu4:link, a.menu4:visited, a.menu4:active, a.menu4:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 35px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 4. Menüebene aktiv*/
a.menu4active:link, a.menu4active:visited, a.menu4active:active, a.menu4active:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 35px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 4. Menüebene geöffnet*/
a.menu4open:link, a.menu4open:visited, a.menu4open:active, a.menu4open:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 35px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

/* 4. Menüebene Bereich */
.menu4area {}

/* SPECIFIC CLASS DEFINITIONS */

.lastupdate {
	text-align: right;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
}

.copyright {
	text-align: left;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
}

.pagetitle {
	font-weight: bold;
	font-size: 14px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border-width: 0px;
	border-style: solid;
}

a.uplink
{
	text-decoration: none;
}

.layout13 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.articlearea img.blind {
	background: transparent;
	border-width: 0px;
}

/* Transparente PNG Anzeige gehackt http://www.css-technik.de/details/273/8/Tutorials-CSS.htm */

.news {
	width: 180px;
	vertical-align: top;
	padding-top: 342px;
}

.newsblock {
	margin: 0;
	width: 180px;
}

h2 {
	padding: 5px;
	margin: 0;
}

.newscontent {
	padding: 0px 5;
}

.newscontent p {
	margin: 5px 5px 5px;
}