.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size: 9px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-image: url(http://www.sax-ag.de/sax/images/minitab.gif);
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
color: #999999;
width:118px;
height:19px;
background: white url(http://www.sax-ag.de/sax/images/minitab.gif) top left repeat-x;
outline: none;
}

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

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

.shadetabs li.selected{
position: relative;
color: #083763;


}

.shadetabs li.selected a{ /*selected main tab style */
border: 1px solid gray;
background-image: url(http://www.sax-ag.de/sax/images/minitab_active.gif);
height:19px;
width:18px;
color: #083763;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 240px;
padding: 0px;
}

.tabcontent{
display:none;
}

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