/* CSS Document */

#navcontainer
{
width:758px; float:left;
background-color:#002e70;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:0px;
border-top: 1px solid #FFFFFF;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
border-bottom:0px ;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 6px;
display: inline;
line-height: 6px;
margin: 0;
padding: 0;
position: relative;
}

/*html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}*/

#navlist a, #navlist a:link, #navlist a:visited
{
background: #336699;
border: 1px solid #FFFFFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 5px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

/*#navlist a:active
{
background: #999;
bottom: 2px;
color: #FFF;
position: relative;
right: 2px;
}*/

#navlist li#active
{
background: #369;
bottom: 9px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #002e70;
border-bottom: none;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

#untermenu {font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
background-color:#002e70; float:left; width:758px; height:20px; border-bottom:1px solid #000000;}

#unterlist
{
list-style: none;
margin: 0;
padding: 0;
border-bottom:0px ; 
margin-top:4px;
}

#unterlist li {
	display: inline;
	margin-right:10px;
	color: #FFFFFF;
}

#unterlist a:link, #unterlist a:visited, #unterlist a:hover {color:#FFFFFF}
