/* Navigation styles in here because NN 4 doesn't even make links if they're in the general navigation style sheets: die allgemeine Navigation Stylesheet ist jetzt kompakter geschrieben, NN4 hat das auch nicht gemocht 20030728 GC */
html body #navi a {
color:#fff;
text-decoration:none;}

.first a:link {}
.first a:visited {}
.first a:hover {background-color:#FE0034;}
.first a:active {}



/* 
active: #FE0034 (light)

inactive: #A4002C (dark)
borders between: #EB577B (light pink)
blue: #00468B
*/

span.kiddie a {background-color: #E60005;}


.navfirst {
	font-size:12px; 
	line-height:18px; 
	font-weight: bold;
	display:block;
	padding:3px 5px 3px 17px;
	border:0px solid green;
	}
.navfirstselected {
	font-size:12px; 
	line-height:18px;
	font-weight: bold; 
	display:block;
	padding:3px 5px 3px 17px;
	background-color:#FE0034; 
	}

.navsecond {
	font-size:11px; 
	line-height:14px; 
	display:block;
	padding-left:10px; 
	margin-left:17px;
	padding-top:3px;
	}
.navsecondselected {
	font-size:11px; 
	line-height:14px;
	font-weight: bold;
	display:block;
	padding-left:10px; 
	margin-left:17px;
	padding-top:3px;
	background-color:#FE0034; 
	}
.navthird {
	font-size:10px; 
	line-height:13px; 
	display:block;
	margin-left:34px;
	padding: 2px 3px 3px 3px;
	}
.navthirdselected {
	font-size:10px; 
	line-height:13px; 
	font-weight: bold;
	display:block;	
	margin-left:34px;
	background-color: #E60005;
	padding: 2px 3px 3px 3px;
	}

	
.first {
	background-color: #DE0810; 
	background-repeat:no-repeat;
	width:180px;
	margin:0 0 20px 0;
	float:left;
	height:100%;
	border:0px solid yellow;
	padding-top:10px;
	}

/* Navigation styles in here*/

