/* main wrap */

div.tx-tab-pi1{overflow:hidden;}

* html div.tx-tab-pi1{height:1%;}



/* tab bar */

div.tx-tab-bar{
	width:100%;
	float:left;
	background-image: url(../../../../../fileadmin/templates/main2/img/bg_H1_blue_light.jpg);
}

ul.tx-tab-bar{
  float:left;
  display:inline;
  margin:0 0em; 
  padding:0;
  line-height:2em;
}

li.tx-tab-bar-item{
	float:left;
	display:inline;
	padding: 0;
	list-style-type:none;
	line-height:2em;
	color:#fff;
	font-weight:bold;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	height: 26px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-right-color: #FFF;
}

li.tx-tab-bar-item a{text-decoration:none !important;}

li.tx-tab-bar-item a{display:block;line-height:2em; margin:0; padding:0 1em;}

li.tx-tab-bar-item a,li.tx-tab-bar-item a:visited{
	/*	background-color: #ADADAD; */
	height: 26px;
	float: left;
}

li.tx-tab-bar-item a:hover{
	/*	background-color: #E2E2E2; */
	background-image: url(../../../../../fileadmin/templates/main2/img/bg_H1_blue.jpg);
	height: 26px;
	text-decoration: underline;
}

a.tx-tab-bar-item-selected{
/*	background-color: #ADADAD; */
	height: 26px;
	float: left;
}

li.tx-tab-bar-item a{color:#000;}

li.tx-tab-bar-item a.tx-tab-bar-item-selected{
	color:#fff;
	background-color: #666;
	background-image: url(../../../../../fileadmin/templates/main2/img/bg_H1_blue.jpg);
	height: 26px;
	float: left;
}



/* tab panel */

div.tx-tab-panel-wrap{
	width:100%;
	float:left;
}

div.tx-tab-panel{
	margin:0px;
	padding:10px;
	border:1px solid #999;
}
