html, body {
	height:101%;
}
body {
	background-image: url(../img/bg_mauer.jpg);
	background-repeat: repeat-x;
	background-position:center 130px;
	background-color:#fdfcfa;
	text-align: center;
	margin-top:0px;
}
#rahmen {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}
#content {
	position:relative;
	top: 0px;
	left: 0px;
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 800px;
}
#head {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	position:relative;
	top: 0px;
	left: 0px;
	clear: both;
	float: left;
	width: 800px;
	height:442px;
	text-align: left;
}
#head_postcard {
	position:absolute;
	top:0px;
	left:-59px;
	z-index:3;
}
#top_menue {
	position:absolute;
	top:40px;
	right:2px;
	text-align:right;
	z-index:6;
}
#head_menue {
	position:absolute;
	top:100px;
	right:33px;
	float:right;
	width:185px;
	z-index:5;
}
#linke_seite {
	position:relative;
	top: -20px;
	left: 2px;
	float:left;
	width:147px;
	background-color:#eaeaf2;
}
#logo {
	position:relative;
	top:0px;
	left:18px;
	float:left;
	cursor:pointer;
	margin-top:20px;
	margin-bottom:15px;
}
#main {
	position:relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 800px;
	padding-bottom:20px;
	background-color:#edebe8;
}
#main_content {
	position:relative;
	margin-bottom:-18px;
}
#foofighter {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
}

