/* 	--------------------
	Grundfarben	
	Orange:		#FF9C04
	Blau:		#245FA1
	HellBlau:	#4A8DD7
	Blau-stufen	#C5D6F1
	-----------------------
*/
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border: 0px solid #CCC;
	width: 97%;
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 14px;
	margin-right: 3px;
	border: 0px solid #ccc;
	color: #FFF;
	background-color:#245FA1;
	/*background: white url(shade.gif) top left repeat-x;*/
}

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

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

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

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border-top: 1px solid #CCC;
	width: 97%;
	margin-bottom: 1em;
	padding: 3px;
	margin: 0x;
	background-color:#f3f3f3;
}

.extSuche {
	font-size:10px;
	/*font-weight:bold;*/
	color:#333;
	text-decoration:none;
}

.tabcontent{
	display:none;
}

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