body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-color: #000000;
	background-color:#FFFFFF;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight:bold;
}

#centered {
	position:absolute;
	width: auto;
	height: auto;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -150px;
	/* Verschieben des Inhalts nach rechts und oben um 50% der InhaltgrÃ¶ÃŸe in px */
    top: 50%;
	left: 50%;
	text-align: center;
	z-index: 1;
}

#menu {
	position: absolute;
	visibility: visible;
	right: 50px;
	top: 50%;
	width: 150px;
	margin-top: -260px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}

#impressum {
	position: absolute;
	visibility: visible;
	right: 20px;
	top: 100px;
	width: 900px;
	height: 20px;
	font-family: Trebuchet MS, Verdana;
	font-size: 10px;
	z-index: 2;
}

#main {
	position: absolute;
	top: 50px;
	left: 75px;
	width: 700px;
	height: 350px;
	visibility: visible;
	overflow:auto;
}

