/*

Example CSS file for creating tabs using tabs.js.
Created by Rob Allen (rob at akrabat dot com)
Based on the CSS code from Silverorange Labs at :
http://labs.silverorange.com/archives/2003/september/simplecsstabs

*/
		
.tab-content {	
	background:white; /*#FFF3B3;*/
	color:black;	
}


.tab-header {
	position:relative;
	height:25px;
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom:0px;
	padding-bottom:0px;
    background-color:#F0F2F4;  /*tab-head hintergund ist blau*/
    background-color:#E1E4E9;  /*tab-head hintergund ist blau*/
	border-bottom:1px solid #cccccc;  	
}

.was{
background-color:#9AD3AF;
}

.tab-header ul.tab-list {
	margin:0;
	padding:0;
	position:absolute;
	bottom:-1px;

		
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display:inline;
	list-style:none;
	margin:0;

}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	/*width:7em;  tab width zu sehen*/
	display:block;
	float:right;
	padding:4px 6px;
	margin:1px 1px 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333;  /*nur text*/
			
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	border-top:0px solid #cccccc; 
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	border-bottom:none;
	background:white;   /* dukel blau #4e9ecb; ausgewählt*/
	color:black;
	padding-bottom:8px;
	margin-top:0; 

		
}

/* a link in a background tab */
.tab-header ul.tab-list a {
    color:#666666;
    background:#F0F2F4;  /* blau #c2deec; nicht gewählt   */
    background:#A3DAED;  /* blau #c2deec; nicht gewäh */		
}

/* hover on a background tab */
.tab-header ul.tab-list a:hover{
	margin-top:0;
	text-decoration:underline;
	padding-bottom:5px;
        color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

.tab  /* the heading that became the li */
{
	display:none;

}
