/* Allgemeine Navigation Anpassungen */

#navigation {
 width: 916px;
 height: 34px;
 padding: 15px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 background: url(../images/navigation.jpg) no-repeat;
 color: #959595;
 overflow: hidden;
}

#navigation ul {
 display: inline;
 margin: 0px auto;
 padding: 0px;
}

#navigation li {
 display: inline;
 margin: 0px 12px;
 padding: 0px;
 color: #262626;
}

#navigation a {
 font-family: "Arial";
 font-size: 11px;
 color: #ffffff;
 font-weight: bold;
 text-transform: uppercase;
}

#navigation a:hover {
 font-family: "Arial";
 font-size: 11px;
 color: #B3C513;
 font-weight: bold;
 text-transform: uppercase;
}

/* Drop Down Menu Anpassungen */

#dropmenudiv {
 margin-top: 17px;
 position: absolute;
 border: 1px solid black;
 border-bottom-width: 0px;
 line-height:18px;
 z-index:100;
}

#dropmenudiv a {
 width: 100%;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid #0D0D0D;
 padding: 1px 0px 1px 4px;
 text-decoration: none;
 color: #ffffff;
 font-weight: normal;
 background: #000000;
 text-align: left;
}

#dropmenudiv a:hover { 
 padding: 1px 0px 1px 4px;
 color: #B3C513; 
 background: #0D0D0D;
}