body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FDF6DD;
	

}

div#site {
	width: 800px;
	background-color: white;
	font-size: 12px;
	border: 2px solid #F5A0BD; 
	text-align: left; 
	padding: 15px;
}


a {
	font-weight: bold;
	text-decoration: none;
	color: #200645;
}

a:link {
	color: #200645;
}


h1 {
	background-color: #200645;
	color: white;
	font-size: 13px;
	height: 14px;
	padding-left: 8px;
	
	
}

h2 {
	color: #200645;
	font-size: 15px;

}

div#navigation {
	width: 130px;
	float: left;
	background-color: #C8E7FB;
	margin-top: 10px;
	
	

}



div#inhalt {
	background-color: white;
	font-size: 12px;
	width: 646px;
	float: right;
	padding: 15px;
	border-left: 2px solid #F5A0BD;
	margin-top: -10px;
	

	
	
}


div#fuss {

	font-size: 10px;
		
}


