/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	
	height:30px;
}

/* 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 {
	float:left;
	font-size:12px;
	display:block;
	text-decoration:none;
	border-bottom:0px;
	height:20px;
	color:#FFFFFF;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	font-family: arial;
	background-image: url(../../images/ana_menu_back.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height:20px;
	width: 90px;
	text-align: center;
}

ul.tabs a:active {
	outline:none;
	border-bottom:0px;
	
	background-repeat: no-repeat;
	

}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#99FF00;
}

/* 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 {
	cursor:default !important;
	color:#357CCA !important;
	background-color: #Ffffff;
	background-image: url(../../images/tab-aktiv.gif);
	background-repeat: no-repeat;
	
	display: block;
}

.panes {
	
	border-top:0px;
	background-color:#EAEBEC;
	padding-left: 10px;
}




 /* root element for tabs  */
ul.tabs_1 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	
	height:30px;
}

/* single tab */
ul.tabs_1 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_1 a {
	float:left;
	font-size:12px;
	display:block;
	text-decoration:none;
	border-bottom:0px;
	height:20px;
	color:#FFFFFF;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	font-family: arial;
	background-image: url(../../images/ana_menu_back.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height:20px;
	width: 80px;
	text-align: center;
}

ul.tabs_1 a:active {
	outline:none;
	border-bottom:0px;
	
	background-repeat: no-repeat;
	

}

/* when mouse enters the tab move the background image */
ul.tabs_1 a:hover {
	color:#99FF00;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs_1 a.current, ul.tabs_1 a.current:hover, ul.tabs_1 li.current a {
	cursor:default !important;
	color:#357CCA !important;
	background-color: #Ffffff;
	background-image: url(../../images/tab-aktiv.gif);
	background-repeat: no-repeat;
	
	display: block;
}
