/* Tabview Schlichtung*/

.yui-navset {
	width: 100% !important;
	margin-top: 1.7em !important;
}                        

.body-text{
	width: 100% !important;
	float:left !important;
}

.yui-content {
	background-color: #f3f3f3 !important;
	border-color: #ccc !important;
	padding: 1em !important;    
	overflow:auto !important;
}

.yui-content h2{
	margin: 0 0 1em 0 !important;
	font-size: 1.1em !important;
	color: #333 !important;
	border-bottom: 1px solid #ccc !important;
}

.yui-nav {
	border-color: #feac00 !important;
}

.yui-nav a {
	padding: .2em !important;
	border-top: 1px solid #ccc !important;
}

.yui-nav li a em {
	border:none !important;
}


.yui-nav .selected a,
.yui-nav .selected a:hover,
.yui-nav .selected a:focus,
.yui-nav .selected a:active {
	background: #feac00 !important;
	border: 1px solid #feac00 !important;
	color: #222 !important;
	font-weight: bold !important;
	cursor: text !important;
}

.yui-nav a:hover,
.yui-nav a:focus,
.yui-nav a:active {
	background: #FFD06C !important;
}                   

img.news {
	background: #FFF !important;
	border: 1px solid #999 !important;           
	padding: 5px !important;
}

@media print {
	
/*	h1 {font-size:1em !important;}*/
	
	.yui-content {
		display:inline !important;
		border-color:#fff !important;
	}
	
	div {
		display:inline !important;
		float:none !important;
		overflow:visible !important;
	}
	
	.yui-skin-sam .yui-navset .yui-nav {
		display:none !important;
	}
	.yui-skin-sam .yui-navset .yui-content {
		background-color:#fff !important;
		float:none !important;
		overflow:visible !important;
	}
	.yui-skin-sam .yui-navset .yui-content div {
		display: block !important;
		float:none !important;
		overflow:visible !important;
	}
}
