/* CSS Document */


/*  generelle Seiteneinstellungen  */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(_bilder/standards/links.gif);
	background-repeat:repeat-y;
	font-size: 13px;
	line-height: 19px;
	}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

p {
	margin: 0 0 8px 0;
	line-height: 16px;
}



/* ______________________Angaben zum oberen Farbbalken mit Bild:  */

#kopf {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100px;
	z-index:2;
	background-color:#339900;
	border-bottom: 3px solid #1f5902;
	visibility: visible;
	padding: 0;
	margin: 0;
}

.kopf {
	color:#FFFFFF;
	font-size: 11px;
	}
	
.kopf a:link { text-decoration: none; color: #ffffff; }
.kopf a:visited { text-decoration: none; color: #ffffff; }
.kopf a:hover { text-decoration: none; color: #ffdd00; }


/* Angaben zur Ebene für die untere Bildkante im grünen Rahmen:  */
#links {
	position: absolute;
	top:0;
	left: 0;
	width: 163px;
	height:160px;
	padding: 0;
	z-index: 3;
	visibility: visible;
} 



/*  ______________________Angaben zur Hauptnavigation links:  */

#navigation-links {
	position:absolute;
	left:5px;
	top:180px;
	width:150px;
	height:auto;
	z-index:3;
	text-decoration: none;
	background-color: #339900;
	visibility: visible;
	}
	
#navigation-links img {
	margin: 0 5px 0 0;
	vertical-align: text-top;
}

.navigation {
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	}
	
.navigation a:link { color: #FFffff; }
.navigation a:visited {	color: #FFFFFF;	}
.navigation a:hover { color: #FFdd00; }

.unterpunkt {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: -5px;
	font-size: 11px;
	color: #ffdd00;
}

.unterpunkt a:link { text-decoration: none; color: #ffdd00; }
.unterpunkt a:visited { text-decoration: none; color: #ffdd00; }
.unterpunkt a:hover { text-decoration: none; color: #FF9900; }


/*  ______________________Angaben zur Sub-navigation in der Mitte über dem Inhalt:  */

#sub-navigation {
	position:absolute;
	left:190px;
	top:118px;
	width:650px;
	height:45px;
	z-index:9;
	visibility: visible;
	color: #339900;
	font-weight: bold;
}

#sub-navigation a:link { color: #339900; }
#sub-navigation a:visited {	color: #336600;	}
#sub-navigation a:hover { color: #FFdd00; }


/* ______________________Angaben zum Inhalt:  */
		
#inhalt {
	position:absolute;
	left:190px;
	top:180px;
	width:650px;
	height:auto;
	z-index:8;
	visibility: visible;
	}

.gr-ueberschrift {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
.mittlere-ueberschrift {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
	
.aktiv {color: #FFdd00}

.fett { font-weight: bold; }

ul {
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
}

#inhalt a:link { color: #1f5902; }
#inhalt a:visited {	color: #33cc00;	}
#inhalt a:hover { color: #FFdd00; }
