/* CSS Document */


/* ---------------------SUBNAVI -----------------------------------*/

#navcontainer ul
{
list-style-type: none;
text-align: right;
width: 157px;
}

#navcontainer ul li a
{
background: transparent url(../pix/system_co/pfeil_subnavi_no.jpg) left center no-repeat;
padding-left: 25px;
text-align: right;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(../pix/system_co/pfeil_subnavi_ov.jpg) left center no-repeat;
color: black;
}

#navcontainer ul li a#subcurrent
{
background: transparent url(../pix/system_co/pfeil_subnavi_ov.jpg) left center no-repeat;
color: #666;
}




/* ---------------------HAUPTNAVIGATION -----------------------------------*/	
	
#menu {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li {
	font: 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;

}
#menu a {
	background: #fff;
	color: #6492b6;
	display: block;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #6492b6;
	color: #fff;

}	


#menu a:link#current, #menu a:visited#current, #menu a:hover
{
	background-color: #6492b6;
	color: #fff;
	padding: 8px 10px;
}




/* ---------------------LINKS TEXT -----------------------------------*/
a.text:link { text-decoration:underline; color:#505367; }
a.text:visited { text-decoration:underline; color:#505367; }
a.text:hover { text-decoration:none;  color:#505367;}
a.text:active { text-decoration:none; color:#505367; }
a.text:focus { text-decoration:underline; color:#505367; }

a:link { text-decoration:underline; color:#505367; }
a:visited { text-decoration:underline; color:#505367; }
a:hover { text-decoration:none;  color:#505367;}
a:active { text-decoration:none; color:#505367; }
a:focus { text-decoration:underline; color:#505367; }






/* ---------------------MENU HEADER RECHTS OBEN -----------------------------------*/

a.menu_header:link { text-decoration:none; color:#fff; }
a.menu_header:visited { text-decoration:none; color:#fff; }
a.menu_header:hover { text-decoration:underline;  color:#fff;}
a.menu_header:active { text-decoration:underline; color:#fff; }
a.menu_header:focus { text-decoration:none; color:#fff; }

a.menu_header_aktiv { text-decoration:underline; color:#fff; }


