body { 
	background-color:#e1dfdb;
	margin:0px;
	}
#container {
	position:relative;
	width: 850px;
	left: 50%;
	top:0px;
	margin-left:-425px;
	}
#topstrip {	
	position:fixed;
	width: 100%;
	height: 75px;
	top:0px;
	left:0px;
	text-align:center;
	z-index:99;
	}
#centerer {
	position: relative;
	width: 850px;
	height: 220px;
	left: 50%;
	top: 5px;
	margin-left: -425px;
	background-color: #FFFFFF;
	border: 2px solid #c00d21;
	}

#toplogo{
	position: relative;
	width: 120px;
	height: 210px;
	top: 10px;
	left: 75px;
	text-align: center;
	}
	
#mainmenu{
	position: relative;
	width: 620px;
	height: 30px;
	top: -110px;
	left: 230px;
	text-align: left;
	}
#topwriting{
	position: relative;
	width: 500px;
	height: 80px;
	top: -150px;
	left: 230px;
	text-align: left;
	}

#boxPic{
	position: relative;
	width: 250px;
	height: 100px;
	top: 15px;
	left: 225px;
	text-align: center;
	}
	
#boxHdl{
	position: relative;
	width: 700px;
	height: 40px;
	top: 25px;
	left: 0px;
	text-align: center;
	}		

#contentArea {
	position: relative;
	background-color: #FFFFFF;
	width: 700px;
	height: 400px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 75px;
	border: 2px solid #73a43a;
	}

#textInhalt {
	position: relative;
	background-color: #FFFFFF;
	width: 680px;
	height: 300px;
	float: left;
	top: 15px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 10px;
	}

#buttstrip {
	position: relative;
	background-color: #FFFFFF;
	width: 850px;
	height: 45px;
	margin-top: 25px;
	left: 0px;
	text-align: center;
	border: 2px solid #73a43a;
	}
