/* Tabview Schlichtung*/

#schlichtung {
	width: 100%;
	margin-top: 1.7em;
}                        

#schlichtung .body-text{
	width: 100%;
	float:left;
}

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

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

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

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

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


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

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

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


#tabsch .yui-dt-odd td {
	background-color: #e5e5e5;
}

#tabsch .yui-dt-first th div {
	padding: 0 !important;
}

#tabsch .yui-dt-first th div a {
	display: block;
	padding:4px 20px 4px !important;
	color: #111;
	line-height: 1.5;
}

#tabsch thead .yui-dt-desc div a:focus,
#tabsch thead .yui-dt-desc div a:hover,
#tabsch thead .yui-dt-desc div a:active {
	background-image: url(yui-bilder/dt-arrow-dn.png);
}
#tabsch thead .yui-dt-asc div a:focus,
#tabsch thead .yui-dt-asc div a:hover,
#tabsch thead .yui-dt-asc div a:active {
	background-image: url(yui-bilder/dt-arrow-up.png);
}


#tabsch .yui-dt-first a:hover,
#tabsch .yui-dt-first a:active,
#tabsch .yui-dt-first a:focus {
	background-color: #feac00;
	color: #111;
	background-position:right;
	background-repeat:no-repeat;
}

#tabsch .yui-dt-col-titel a:visited {
	font-style: italic;
}        

#tabsch div.yui-dt-col-partner {
	white-space:nowrap;
}

#tabsch .yui-dt-odd td,
#tabsch .yui-dt-odd td.yui-dt-asc div,
#tabsch .yui-dt-odd td.yui-dt-desc div{
	background-color: #e5e5e5 !important;
}

#tabsch .yui-dt-even td,
#tabsch .yui-dt-even td.yui-dt-asc div,
#tabsch .yui-dt-even td.yui-dt-desc div {
	background-color: #f6f6f6 !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;
	}
}
