/*
// NSD Sicherheitsdienst
// CopyrightŠ 2013 NSD Sicherheitsdienst. 
// http://www.nsdsicherheit.de
*/
#styles_h0 ul {
list-style-type:none;
position:relative;
display:block;
width:590px;
height:33px;
/* font-size:.6em; */
background:url(../images/stylesh1/bg.png) repeat-x top right;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-weight:bold;
border:0px solid #000;
margin:0;
padding:0;
}

#styles_h0 li {
display:block;
float:left;
margin:0;
padding:0;
}

#styles_h0 li a {
float:right;
color:#999999; /* Farbe Schrift Farbe */
text-decoration:none;
height:24px;
padding:5px 6px 0;
font-weight:bold;
}

#styles_h0 li a:hover,
#styles_h0 .active {
color:#A51100;  /* Farbe Schrift Farbe Hover */
background:url(../images/stylesh1/bg.png) repeat-x top right;
text-decoration:none;
cursor: pointer;
}

#styles_h0 .active a {
color:#fff;
font-weight:700;
}


#styles_h0 ul{
background-color:#F0F0F0; /* Hintergrund Strich Farbe ganze länge */
}
#styles_h0 li a:hover, 
#styles_h0 li.active {
background-color:#F0F0F0; /* Hintergrund Strich Farbe nur Hover */
}