.shadetabs{
padding: 0px 0px;
margin-left: 45px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px; /*tab zwischen abstände*/
}

.shadetabs li a{
text-decoration: none;
padding: 0px 0px; /*tab hintergrundrand*/
margin-right: 10px; /*tab abstände*/
border: 0px solid lime; /*tab ränder*/
color: #FFEFD5;
background: #FFEFD5 url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFEFD5;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFEFD5;
}

.shadetabs li.selected{
position: relative;
top: 0px;  /*setzt selected tab nach unten */
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #FFEFD5;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 0px #2d2b2b;
width: 98%;
margin-bottom: 1em; padding: 25px;
}