/* CSS Document */

body {	
  	margin: 0px;
	padding: 0px;
	background-color: #EEEEEF;
}
a {
    color: Black;
	 text-decoration: none;
	}
}
#content {
	width: auto;
	height: 100%;
}



#links {
	float: left;
	background-color: #EEEEEF;
	width: 78%;
	height: 100%;
}

#rechts {
   margin-top: 0px;
   float: right;
	background-color: #A9A9A9;
	width: 17%;
	height: 100%;
}
.titel {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px; font-style: normal; 
line-height: 22px; font-weight: bolder; 
font-variant: normal; color: #000000
}
.titel_klein {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; font-style: normal; 
line-height: 12px; 
font-weight: bold; 
color: #000000
}
.lesetext {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-style: normal; 
line-height: 12px; 
font-weight: normal; 
color: #333333}


