.tabNavi
{
	width: 100%;
	background: url(/webseite/art/newspaperservice/tabs/hintergrund.gif) repeat-x bottom;
}

.tabNavi_links
{
	width: 100%;
	background: url(/webseite/art/newspaperservice/tabs/hintergrund.gif) repeat-x bottom;
}

.shadetabs{
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

/*.drilldown{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: -2;
font: 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired
}*/

.tabNavi ul.shadetabs
{
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.shadetabs li{
float: left;
display: inline;
background: url(/webseite/art/newspaperservice/tabs/passiv_rechts.gif) no-repeat right top;
margin-right: 3px;
margin-bottom: 1px;
}

.drilldown li{
float: left;
display: inline;
background: url(/webseite/art/newspaperservice/tabs/passiv_rechts.gif) no-repeat right top;
margin-right: 3px;
margin-bottom: 1px;
}

.shadetabs li a{
display: block;
text-decoration: none;
padding: 3px 5px;
color: #2d2b2b;
background: url(/webseite/art/newspaperservice/tabs/passiv_links.gif) no-repeat left top;
}

.drilldown li a{
display: block;
text-decoration: none;
padding: 3px 7px;
color: #2d2b2b;
background: url(/webseite/art/newspaperservice/tabs/passiv_links.gif) no-repeat left top;
}

.shadetabs li a:hover{
	color: #2d2b2b;
}

.shadetabs li.selected{
background: url(/webseite/art/newspaperservice/tabs/aktiv_rechts.gif) no-repeat right top;
position: relative;
top: 1px;
}

.drilldown li.selected{
background: url(/webseite/art/newspaperservice/tabs/aktiv_rechts.gif) no-repeat right top;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: url(/webseite/art/newspaperservice/tabs/aktiv_links.gif) no-repeat;
color: #000000;
}

.drilldown li.selected a{ /*selected main tab style */
background: url(/webseite/art/newspaperservice/tabs/aktiv_links.gif) no-repeat;
color: #000000;
}

.shadetabs li.selectedSprache a{ /*selected main tab style */
color: White;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
color: black;
}

.drilldown li.selected a:hover{ /*selected main tab style */
color: black;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-top: 2px;
padding: 10px 5px;
background-color: #F5F5F5;
}

.tabcontentstyle_links{ /*style of tab content oontainer*/
margin-top: 2px;
padding: 10px 5px;
background-color: #F5F5F5;
width: 190px;
overflow:hidden;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}