@charset "utf-8";

/* ____________________________________ Angaben zum Body _____________  */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	background-image: url(_bilder/_standards/navi-hintergrund.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}

sup {
	font-size: 11px;
	line-height: 1px;
    position: relative;
    bottom: -.4ex;
}

img {
	border: none;
}

img.logo {
	margin-left: 10px;
}

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color:#FFdd00; }
a:active { text-decoration: none; color:#FFdd00; }

p {
	margin: 0 0 10px 0;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}


/* ____________________________________ Angaben zur Navigation _____________  */


.navi-top {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 8px;
}

.navi {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
}

#navi-1 {
	position:absolute;
	left:10px;
	top:130px;
	width:160px;
	height:auto;
	z-index:2;
	visibility: visible;
}

#navi-2 {
	position:absolute;
	left:5px;
	top:255px;
	width:auto;
	height:auto;
	z-index:1;
	visibility: visible;
}
#navi-3 {
	position:absolute;
	left:10px;
	top:530px;
	width:160px;
	height:auto;
	z-index:4;
	visibility: visible;
}

.navi a:link { text-decoration: none; color: #FFFFFF; }
.navi a:visited { text-decoration: none; color: #FFFFFF; }
.navi a:hover { text-decoration: none; color: #FFdd00; }
.navi a:active { text-decoration: none; color:#FFdd00; }


.navi-top a:link { text-decoration: none; color: #FFFFFF; }
.navi-top a:visited { text-decoration: none; color: #FFFFFF; }
.navi-top a:hover { text-decoration: none; color: #FFdd00; }
.navi-top a:active { text-decoration: none; color:#FFdd00; }

/* ____________________________________ Angaben zu den Inhalts-Ebenen _____________  */

#top {
	position:absolute;
	left:200px;
	top:45px;
	width:495px;
	height:80px;
	z-index:7;
	background-color: #e5f4ec;
	visibility: visible;
}

#hauptbild {
	position:absolute;
	left:200px;
	top:125px;
	width:495px;
	height:335px;
	z-index:5;
	visibility: visible;
}

#rechts {
	position:absolute;
	left:730px;
	top:22px;
	width:230px;
	height:auto;
	z-index:6;
	visibility: visible;
}

#inhalt-links {
	position: absolute;
	left: 200px;
	top: 490px;
	width: 230px;
	height: auto;
	z-index: 9;
	visibility: visible;
}

#inhalt-mitte {
	position: absolute;
	left: 465px;
	top: 490px;
	width: 230px;
	height: 100px;
	z-index: 9;
	visibility: visible;
}

#inhalt-rechts {
	position: absolute;
	left: 730px;
	top: 490px;
	width: 230px;
	height: 100px;
	z-index: 9;
	visibility: visible;
}


#inhalt {
	position:absolute;
	left:220px;
	top:20px;
	width:530px;
	height:auto;
	z-index:5;
	visibility: visible;
}

td p {
	margin: 0;
}

ol,ul {
	margin: 0;
	padding-left: 22px;
}


li {
	margin-bottom: 5px;
}

.headline {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
	color: #008333;
}

.subhead {
	font-weight: bold;
	color: #008333;
	margin-bottom: 5px;
}

.fett {
	font-weight: bold;
	color: #008333;
}

.bild-ueber-text {
	margin-bottom: 5px;
}


.leitbild {
	margin-bottom: 30px;
}

.fussnote {
	font-size: 11px;
	line-height: 13px;
	margin-top: 20px;
}

