
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* original hg 420px */
ul.tabs a { 
	background: url(img/tabs.png) no-repeat -480px 0;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:13px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}
/* langer tab = englisch für Erwachsene */
ul.tabs .lang a{ 
	background: url(img/tabs.png) no-repeat -246px 0;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:13px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 235px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {outline:none;}

ul.tabs a:hover {background-position: -480px -31px;	color:#fff;}
ul.tabs .lang a:hover {background-position: -246px -31px;	color:#fff;}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -480px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

ul.tabs .lang a.current, ul.tabs .lang a.current:hover, ul.tabs li.current .lang a {
	background-position: -246px -62px;		
	cursor:default !important; 
	color:#000 !important;
}
.panes .pane {display:none;}

