/* 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 Jetzt: 20090103 */


#first a {color:#000;
vertical-align:middle;
padding:5px 10px 5px 10px;
width:135px;
font-weight:normal;
display:block;
z-index:400;
}

#first A:link {
        TEXT-DECORATION: none;
}
#first a:visited {
        TEXT-DECORATION: none;
}
#first a:hover {
        color:#009E93;
        TEXT-DECORATION: underline;
}
#first a:active {
color:#009E93;
        TEXT-DECORATION: underline;
}

#first a.navfirst {
padding:5px 10px 5px 10px;
	font-size:11px; 
	line-height:14px;
	}


#first .navfirstselected {
	font-size:11px; 
	line-height:14px;
padding:5px 10px 5px 10px;
color:#009E93;
	font-weight: bold; 

	}

#first .navsecond, #first .navthird {
	font-size:10px; 
	line-height:12px; 
	margin-left:10px;
padding:3px 10px 3px 10px;	}

#first .navsecondselected, #first .navthirdselected {
	font-size:10px; 
	line-height:12px;
	font-weight: bold;
padding:3px 10px 3px 10px;
	margin-left:10px;
	color:#009E93;
	}


#first .navthird, #first .navthirdselected {
	margin-left:20px;
	}


#first {

float:left;
width:135px;
height:auto;
padding:8px 0 0 0;
margin-top:30px;
vertical-align:middle;
background-color:#FFF0D9;
position: relative; 
text-align:left;
overflow:hidden;
z-index:300;
}

#first hr
{
width:115px;margin:0 0 10px 0;padding:0;line-height:0;font-size:0;
}

/* Navigation styles in here*/


