/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:5px 0 0 0 !important; 
	padding:0;	
	border-bottom:1px solid #ccc;	
	height:26px;
	width:200px;
}


/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}


/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tab.gif) no-repeat top left;
	font-size:12px;
	display:block;
	height: 26px;  
	width: 66px;
	line-height:32px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px 0 0 0;
	margin:0px 0 0 0;	
	font-weight:normal;
	font-size:11px;
	position:relative;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	/*background-position: -420px -31px;	*/
	background: url(../images/tab_current.gif) no-repeat top left;
	color:#000;	
	padding:0px 0 0 0;
	margin:1px 0 0 0;
	font-weight:normal;
	font-size:12px;
	line-height:25px;
	width:66px;
	height:26px;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url(../images/tab_current.gif) no-repeat top left;
	width:66px;
	height:26px;
	padding:0px 0 0 0;
	margin:1px 0 0 0;
	cursor:default !important; 
	color:#000 !important;
	font-weight:normal;
	font-size:12px;
	line-height:25px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
/*ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }
*/
/* width 2 */
/*ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }
*/

/* width 3 */
/*ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }
*/

/* initially all panes are hidden */ 
/*div.panes div.tabContent {
	display:none;		
}*/

/* tab pane styling */
.panesBottom {
	background: url(../images/tab_content_bottom.gif) no-repeat bottom left;
	height:8px;
	width:200px;
}

div.panes {
	padding:10px 5px 5px 5px;
	margin:0 0 0 0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:188px;
	background-color:#e7e7e7;
}

div.panes .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.panes .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.panes .tx-umtitelanzeige-pi1 {
	width:200px;
}

.tab{
	width:200px;
}

.panes .news-latest-container h2, .panes h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding:0 0 3px 0;
}

.panes .news-latest-item {
	background: url(../images/tabs_line_content.gif) no-repeat bottom left;
	padding:6px 0 10px 0;
}

.panes a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00807c;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.panes a:hover {
	text-decoration:underline;
}

.panes p {
	font-size: 11px;
}
.panes ul li{
	list-style-position:inside;
}

div.panes #tabContent1 table, div.panes #tabContent2 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333;
}

/*.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;
}*/

.extra 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:normal;
	color: #00807c;
	padding:0 0 0 7px;
	margin:0;
	text-decoration:none;
}



span.extra a:hover {
	text-decoration:underline;
}

 a .newsTitle {
	padding:1px 0 1px 0;
	display:block;
}


td.lineNewsBox {
	background: #fff url(../images/line_right_bar.gif) repeat-x top left;	
	height:13px;
	width:180px;
}




