body{
	background-color: #999999;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: white;
	height: 100%;
	margin: 0; 
	padding: 0;
}

#zentriert {
	/* IE 5.x */
	text-align:center;
	padding:0px;
	width: 400px; 
	height: 340px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -200px; 
	margin-top: -170px;
	
}

.kontakt {
	font-size: 11px;
	font-weight: bold;
	
}
#content{
font-size: 14px;
}
#links{
font-size: 14px;
}
#lawyer_links{
font-size:10px;
}


A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color:  white;}
A:active {text-decoration: none; color:  white;}
A:hover {text-decoration: underline; color: white;}


