.shadetabs{
padding: 0px;
margin-left: 0px;
margin-top: 0px;
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*/
background: white url(bilder/bgtab.gif) top left repeat-x;
height:30px;

}

.shadetabs li{
display: inline;

}

.shadetabs li a{
text-decoration: none;
padding: 8px 10px;
margin-right: 0px;
color: #2d2b2b;
background: white url(bilder/bgtab.gif) top left repeat-x;
height:30px;
width:171px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 736px;
margin-bottom: 1px;
margin-top:1px;
padding: 10px;
background-color:#eeeeee;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}