.bluetabs{
background-color:#999999;

}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;

margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;

}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;

color: #2d2b2b;

}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{

color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */

border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.sechs { font-weight: normal; padding-left:120px;}

/* ######### Style for hover menu ######### */

.bluetabs .zwei li a:hover{

color: #FFF4BD;
}
.bluetabs .drei li a:hover{

color: #FFEA80;
}

.bluetabs .vier li a:hover{

color: #FFE048;
}
.bluetabs .fuenf li a:hover{

color: #FFD400;
}



/* ######### Style for Drop Down Menu ######### */

 /************************ 1 ***********************/
.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;

}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #FCDD00;
color: black;
}

 /************************ 2 ***********************/
 
 .dropmenudiv_b2{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b2 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b2 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFF4BD;
color:black;
}

 /************************ 3 ***********************/
 
 .dropmenudiv_b3{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b3 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b3 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFEA80;
color:black;
}

 /************************ 4 ***********************/
 
 .dropmenudiv_b4{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b4 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b4 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b4 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFE048;
color:black;
}

 /************************ 5 ***********************/
 
 .dropmenudiv_b5{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b5 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b5 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b5 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFD400;
color:black;
}
