#div_background {
	border: 5;
	height: 99%;
	margin: 0 auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#div_content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	padding: 5px;
}
#div_logo {
	height: 95px;
	width: 571px;
	position: relative;
	left: 0px;
}
#div_menu {
	position: relative;
	left: 0px;
	top: 15px;
	width: 700px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #33C;
	height: 30px;
	text-align: center;
}
#div_inhalt {
	top: 50px;
	position: relative;
}
#div_header {
	font-size: 18pt;
	font-weight: bold;
	position: relative;
	top: 50px;
}
#div_menu_inhalt {
	position: relative;
	left: 0px;
}
