/* 
---------------------------
  Code by:
	Kimo Henningloh
	www.kimoh.de
	office@kimoh.de

---------------------------
*/




body 		{
		
		color: #000000;
		font-family: Courier;
		font-size:8px;
		}


hr 		{
		color: #129dff;
		align: left;
		width:100%;
		noshade:noshade;
		} 


/* Standardformatierung fŸr Flie§text */
a:link 		{
		text-decoration: none;
		color: #129dff;
		font-family: Courier;
		font-size:10px;
		}

a:visited 	{
		text-decoration: none;
		color: #129dff;
		font-family: Courier;
		font-size:10px;
		}

a:hover 	{
		text-decoration: none;
		font-weight: bold;
		color: #129dff;
		font-family: Courier;
		font-size:10px;
		}

a:active 	{
		text-decoration: none;
		font-weight: bold;
		color: #129dff;
		font-family: Courier;
		font-size:10px;
		}



/* Formatierung fŸr Topnavi */
a.submenue:hover	{ 
			font-size:12px;
			text-decoration: none;
			color: #129dff;
			font-family: Helvetica;
			letter-spacing: -0.3px;
			}

a.submenue:active	{
			font-size:12px;
			text-decoration: none;
			color: #129dff;
			font-family: Helvetica;
			letter-spacing: -0.3px;
			}

a.submenue:link		{
			font-size:12px;
			text-decoration: none;
			color: #129dff;
			font-family: Helvetica;
			letter-spacing: -0.3px;

			}

a.submenue:visited	{
			font-size:12px;
			text-decoration: none;
			color: #129dff;
			font-family: Helvetica;
			letter-spacing: -0.3px;
			}





h1 		{
		font-size:18px;
		font-family: Helvetica;
		color:#1e2025;
		font-style:normal;
		font-weight:normal;
		display: inline;
		letter-spacing: -0.3px;
		}

h2 		{
		font-size:9px;
		font-family: Courier;
		color:#000000;
		font-style:normal;
		font-weight:normal;
		display: inline; }

		
		
	
/* navigation */

#maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font-size:12px;
font-family: Helvetica;
color:#1e2025;
font-style:normal;
font-weight:normal;
letter-spacing: -0.3px;
list-style-type: none;
}

#maintab li{
display: inline;
margin: 0;
letter-spacing: -0.3px;

}

#maintab li a{
padding: 0px 6px;
margin-right: 0px;
border: 0px;
color: black;
background: white;
letter-spacing: -0.3px;

}

#maintab li a:hover{
color: #129dff;
background: #ffffff;
letter-spacing: -0.3px;

}

#maintab li.selected a{ /*selected main tab style */
background-color: #ffffff;
border-color: #ffffff;
letter-spacing: -0.3px;
}

#tabcontent{ /*2nd level content wrapper*/
border: 1px solid #ffffff;
background-color: #ffffff;
height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
border-right: 1px solid #129dff;
color: black;
padding: 3px 5px;
display: block;
float: left;
text-decoration: none;

}


#tabcontent ul li a:hover{
background-color: #ffffff;
color: #129dff;


}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
		

