body {
	background-color:#ffffff;
	margin-top:5px;
	font-family:Arial;
	padding: 0px;  
}
#menue {
	font-size:13px;
	text-align:left;
	float:left;
	width:144px;
	background-color:#2F7B57;
}
#menue a {
	display:block;
	padding:0px;
	padding-left:3px;
	background-image:url(buttonnormal.jpg); 
	background-repeat:no-repeat;
	text-decoration:none;
	height:18px;
	color:#000000;
}
#menue a:hover {
	background-image:url(buttonhover.jpg);
}
#menue a:active {
	background-image:url(buttoninnen.jpg);
}
#titel {
	float:left;
	text-align:left;
	width:420px;
	height:32px;
	padding-left:5px;
	font-size:32px;
	font-weight:bold;
}
#logo {
	float:right;
	width:200px;
	height:32px;
	background-image:url(logoklein.jpg);
	background-repeat:no-repeat;
}
#inhalt {
	margin-left:150px;
	padding-top:15px;
	width:620px;
	height:100%;
}
#leertitel {
	float:left;
	text-align:left;
	width:620px;
	height:32px;
}
#border {
	width:775px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}