/* root element for tabs  */
ul.headerTabs { 
	list-style:none; 
	margin:149px 0 0 43px !important; 
	padding:0;	
	height:20px;
	width:200px;
	position:absolute;
	z-index:999;
}


/* single tab */
ul.headerTabs li { 
	float:left;	 
	text-indent:0;
	padding:0 0 0 4px;
	margin:0 !important;
	list-style-image:none !important; 
}


/* link inside the tab. uses a background image */
ul.headerTabs a { 
	display:block;
	height: 22px;  
	width: 22px;
	padding:0px 0 0 0;
	margin:0px 0 0 0;	
	cursor:pointer;
}

ul.headerTabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.headerTabs a:hover {
	padding:0px 0 0 0;
	margin:0px 0 0 0;
	width:22px;
	height:22px;
}



/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.headerTabs a.current, ul.headerTabs a.current:hover, ul.headerTabs li.current a {
	/*background: url(../images/tab_current.gif) no-repeat top left;*/
	width:22px;
	height:22px;
	padding:0px 0 0 0;
	margin:0px 0 0 0;
	cursor:default !important; 
	color:#000 !important;
	font-weight:normal;
}

div.headerPanes div.headTabContent {
	margin:0;
	padding:0;
	width:940px;
	height:200px;
	overflow:hidden;
	position:absolute;
}


/* initially all panes are hidden */ 
div.headerPanes div.headTabContent {
	display:none;		
}

/* tab pane styling */
.panesBottom {
	background: url(../images/tab_content_bottom.gif) no-repeat bottom left;
	height:8px;
	width:200px;
}

div.headerPanes {
	padding:0;
	margin:0 0 0 0;
	background-color:transparent;
	width:940px;
	height:200px;
	overflow:hidden;
	z-index:0;
}

div.headerPanes .artText{
	padding:0 5px 5px 5px;
	margin:0 0 0 -6px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:188px;
	background-color:#e7e7e7;
}

div.headerPanes .artImage{
	padding:0 5px 5px 5px;
	margin:0 0 0 -6px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:188px;
	background-color:#e7e7e7;
}

div.headerPanes .tx-umtitelanzeige-pi1 {
	width:200px;
}

.tab{
	width:200px;
}

.headerPanes .news-latest-container h2, .headerPanes h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding:0 0 3px 0;
}

.headerPanes .news-latest-item {
	background: url(../images/tabs_line_content.gif) no-repeat bottom left;
	padding:6px 0 10px 0;
}

.headerPanes a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00807c;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.headerPanes a:hover {
	text-decoration:underline;
}

.headerPanes p {
	font-size: 11px;
}
.headerPanes ul li{
	list-style-position:inside;
}

.news-latest-morelink a {
	background:transparent url(../images/tabs_arrow_extra_link.gif) no-repeat center left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #19736f;
	padding:0 0 0 7px;
	margin:0;
	text-decoration:none;
}

.news-latest-morelink a:hover {
	text-decoration:underline;
}

li.liTab1 a{
	background:transparent url(../images/btn_tab1.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab1 a.current {
	background:transparent url(../images/btn_tab1_current.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab2 a{
	background:transparent url(../images/btn_tab2.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab2 a.current  {
	background:transparent url(../images/btn_tab2_current.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab3 a {
	background:transparent url(../images/btn_tab3.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab3 a.current  {
	background:transparent url(../images/btn_tab3_current.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab4 a {
	background:transparent url(../images/btn_tab4.gif) no-repeat top left;
	height:22px;
	width:22px;
}

li.liTab4 a.current  {
	background:transparent url(../images/btn_tab4_current.gif) no-repeat top left;
	height:22px;
	width:22px;
}

/* Divs f�r mehr Link */
#blockingBox{
	background:transparent url(../images/transparent.gif) repeat top left;
	position:absolute;
	margin: 0 0 0 160px;
	height:200px;
	width:770px;
	z-index:888;
}

#mehr1{
	background:transparent url(../images/mehr_trans.gif) no-repeat top left;
	position:absolute;
	margin: 112px 0 0 216px;
	width:64px;
	height:22px;
	z-index:888;
}

#mehr2{
	background:transparent url(../images/mehr_trans.gif) no-repeat top left;
	position:absolute;
	margin: 112px 0 0 435px;
	width:64px;
	height:22px;
	z-index:888;
}

#mehr3{
	background:transparent url(../images/mehr_trans.gif) no-repeat top left;
	position:absolute;
	/*margin: 112px 0 0 650px;*/
	margin: 137px 0 0 400px;
	width:64px;
	height:22px;
	z-index:888;
}

