@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin-left: 75px;
	margin-top: 75px;
	padding: 0;
}
.clear {
	clear: both;
}
#oben { height: 550px;
	overflow: no; 
}
#mitte { height: 550px;
	overflow: auto; 
}
#unten { 
	height: 100px; 
	overflow: no;
}
#footer { 
}
p   {
	width: 800px;
	color: #555;
	font-size: 12px;
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	text-align: left;
	
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #FF00AA;
	text-decoration: none;
}
