@charset "utf-8";
/* 	
	Chairos GmbH
	Fuchstanzstraße 33-35
	60489 Frankfurt
	
	Erstellt: 07.01.2008
	www.chairos.com
*/

body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:black;
	}
	
.balken{
	color:#05969c;
	}

/*** Navigation ***/


	
/*** SubContainer ***/

#top{
	}
	
	#topnavi{
	font-size:8pt;
	color:black;
	list-style-type:none;
	}
	
#topnavi a{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:black;
	}
	
#topnavi a:hover{
	color:white;
	}
	
#footerNav a{
	font-size:9pt;
	color:gray;
	text-decoration:none;
	}
	#footerNav a:hover{
	color:black;
	}
	
	
/*** Typografie ***/

h1{
	font-weight:normal;
	font-size:14pt;
	color:#05969c;
	}
	
h2{
	font-size:16pt;
	color:black;
	border-bottom:1px solid #05969c;
	text-transform:uppercase;
	}
	
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	}
	
	p.content{
	text-align:left;
	}
	
ul li{
	font-size:10pt;
	}
	
input{
	font-size:10pt;
	color:gray;
	}
	input:focus{
	color:black;
	}
	
.smallTxt{
	text-align:left;
	color:black;
	font-weight:normal;
	font-size:9pt;
	}

#rightSection a{
	text-decoration:none;
	color:gray;
	font-size:10pt;
	}
#rightSection a:hover{
	color:#05969c;
	}

.more{
	text-decoration:none;
	color:orange;
	}
	
/*.news{
	font-size:7pt;
	color:black;
	text-align:justify;
	}
*/
/*** Loginbereich ***/
	
	input#login{
	color:white;
	font-size:8pt;
	}
#abmelden{
	width:71px;
	height:15pt;
	background:transparent url(../bilder/btn_abmelden.gif) no-repeat;
	text-align:center;
	margin:10px 0 10px 0;
	}	

#abmelden a{
	font-size:8pt;
	color:white;
	text-decoration:none;
	}
	
#leftSection li {
	list-style-position:inside;
	}
	#leftSection li a{
	font-size:10pt;
	color:gray;
	text-decoration:none;
	}
	#leftSection li a:hover{
	color:#05969c;
	}