@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #999999;
	text-align: center;
	background-image: url(../bilder/verlauf.jpg);
	background-repeat: repeat-x;
	line-height: 130%;
}
#wrapper {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../bilder/bilder/rand_02.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 237px;
	width: 800px;
	position: relative;
	float: right;
	margin-right: 40px;
}
#navi {
	float: right;
	height: 15px;
	width: 300px;
	margin-top: 15px;
}
#cap {
	float: left;
	position: absolute;
	top: 340px;
	left: 35px;
}
#bild {
	float: right;
	height: 190px;
	width: 590px;
	margin-right: 8px;
	margin-top: 8px;
}
#content {
	width: 800px;
	float: left;
}
#text {
	float: right;
	width: 360px;
	background-color: #FFFFFF;
	position: relative;
	margin-right: 100px;
	padding-top: 20px;
}
#Inhalt {
	float: right;
	width: 360px;
	margin-right: 100px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	height: 20px;
	width: 800px;
}
#rand_oben {
	background-image: url(../bilder/bilder/rand_01.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#rand_unten {
	background-image: url(../bilder/bilder/rand_03.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
#unternavi {
	height: 125px;
	width: 170px;
	top: 200px;
	left: 86px;
	z-index: auto;
	position: absolute;
}
#logo {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 49px;
	top: 5px;
}

