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

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 0px; /* Tab-Abstand */
border: 1px solid #9b9b9b;
color: #ffffff;
font: bold 12px Arial;
background: white url(shade.gif) top left repeat-x;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

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

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

.boxgrau {
	width:300px;
	height:24px;
	background-image: url(menuregrauneu.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	line-height:2.0;
}

.boxgrau_content {
	width:298px;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	margin-bottom: 15px;
}

.boxblau_content {
	width:298px;
	border:1px solid #295379;
	background: #dbe3ee;
	margin-bottom: 15px;
}

.tabcontent{
display:none;
margin:5px;
padding-top:5px;
text-align:left;
}

.tabcontent2{
display:none;
text-align:left;
}

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