@charset "utf-8";
/**********************************************************************************
	project:		WKK Stanteil
	file:			tabmenu.css
	function:		Create Tab Menu in Content Area
**********************************************************************************/

/*----------------------------------------------------
 * TABNEMUE
 ----------------------------------------------------*/

#content .tx-tab-pi1{
	padding:0 0 15px 0;
	overflow:visible;
}

div.tx-tab-panel-wrap {
	border:1px solid red;
	background:url(../html/img/tab_background.png);
	background-repeat:repeat-x;
	border:none;
}

#content div.tx-tab-panel{
	border:none;
	padding: 30px 10px 10px 10px;
}

#content .tx-tab-panel .tx-tab-panel-item > .csc-default > .csc-header,
#content .tx-tab-panel .tx-tab-panel-item .simpletoggle .trigger > .title {
	display:none;
}

#content .tx-tab-pi1 .tx-tab-panel-wrap h1{
	text-transform:none;
	font-size:12px;
}
#content li.tx-tab-bar-item{
	border:none;
}

#content .tx-tab-bar ul{
	margin-left:0;
	margin-bottom:0;
} 

#content .tx-tab-bar li{
	background:#EBEBEB;
	border-right:3px solid #FFFFFF;
	width:auto;
	overflow:hidden;
} 

#content .tx-tab-bar li a {background-color: #EBEBEB; background:none; width:auto; height:30px; line-height:30px; font-size:12px; color:#666666; text-align:center;}

#content .tx-tab-bar li a:hover,
#content .tx-tab-bar li a:active,
#content .tx-tab-bar li a:visited{
	background-color:#CCCCCC; color:#04456E;
	}
	
#content .tx-tab-bar li a:hover{
	background-color:#EBEBEB; color:#04456E;
	}


#content a.tx-tab-bar-item-selected {
background-color:#CCCCCC !important; color:#04456E !important;
}




