

div#navigation
{

display: block;
float:left;
width:190px;
color: #000;
background: #fff;
margin: 0;

	padding:30px 0px 50px 0px;
}

ul#navlist li a,ul#subnavlist li a
{
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}


/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
text-align:right;
color: #000;
display: block;
background: #fff url(../images/bg_button.gif) top right no-repeat;
padding: 7px 28px 3px 5px;

border: solid 0px #000;
width: 180px;
}

ul#navlist li a:hover { background: #fff url(../images/karo_rahmen.gif) top right no-repeat;
font-weight: bold; }

ul#navlist li a#current
{
color: #000;
background: #fff url(../images/karo_rahmen.gif) top right no-repeat; 
font-weight: bold;
}

/* SUB NAV LIST */
ul#subnavlist
{
text-align:right;
margin: 0 0 0 0px;
list-style-type: none;
padding: 0;

}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
text-align:right;
display: block;
font-size:11px;
color: #000;
background: transparent;
border-bottom: 1px dotted #000;
padding: 8px 0px 8px 0px;
margin: 0px 5px 0px 65px;
border-right: solid 0px #2083DB;
height: auto;
width: 120px;
/*background: #fff url(../images/bg_button_.gif) top right no-repeat;*/
}

ul#subnavlist li a:hover { /*background: #fff url(../images/bg_button_.gif) top right no-repeat;*/ background: transparent;}

ul#navlist li a#subcurrent
{
color: #000;
background: transparent;
font-weight: bold;
/*background: #fff url(../images/bg_button_.gif) top right no-repeat;*/
}

ul#navlist li a#suvcurrent:hover { /*background: #fff url(../images/bg_button_.gif) top right no-repeat;*/ background: transparent; }


/* ------------------ START:TOPNAVI_RECHTS ------------------ */ 
#topnav{float:left;
width: 883px;
margin-top:0px;
margin-left: 0px;
padding: 7px 0px 7px 0px;
background-color:#2083DB;
color: #fff;
border-top: 1px solid #FFFFD3;
border-bottom: 1px solid #FFFFD3;
}
#topnav_nav{float:left; 
text-align: center; width: 110px; margin: 0px 0px 0px 0px;
border-right: 1px solid #fff;
}

.topnavi_rechts 
{ 
   display: inline; 
list-style-type: none; 
padding-right: 0px;

} 
.linktopa_rechts { 
   color:#ffffff; 
   font-weight:bold; 
   padding:0px; 
   text-decoration: none; 
   float:left; 
text-align: center; width: 108px; margin: 0px 0px 0px 0px;
border-right: 0px solid #fff;
} 
.linktopp_rechts { 
   color:#ffffff; 
   font-weight:normal; 
   padding:0px; 
   text-decoration: none; 
   float:left; 
text-align: center; width: 108px; margin: 0px 0px 0px 0px;
border-right: 0px solid #fff;
} 
/* ------------------ END:TOPNAVI_RECHTS ------------------ */







