html, body {
	padding: 0px; height: 100%
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px auto;
	color: #69675C;
	background-color: #B5C7D6;
}

#container, #background {
        position: relative;
        width: 1090px;
        height: 100%;
        margin: 0px auto;
        background-image: url("http://pantaenius.webspace.fuse.de/fileadmin/baustellenseite/y24bg.gif");
        background-position: center center;
        background-repeat: repeat-y;
}

#background {
	height: auto;
	float: left;
}

#main-container {
	position: relative;
	margin-top: 0px;
	left: 50px;
	width: 970px;
	float: left;
        height: auto;
	background-image: url("http://pantaenius.webspace.fuse.de/fileadmin/baustellenseite/y24bg.gif");
        background-position: center center;
        background-repeat: repeat-y;
}

#head {
	position: relative;
	top: 0px;
	left: 50px;
	width: 990px;
	height: 165px;
	background-color: #FFF;
	border-bottom: 2px solid #69675C;
}

#content-header {
	/*border-left: 4px solid #e4e4e4;
	border-right: 4px solid #e4e4e4;*/
}

#logo {
	position: absolute;
	top: 40px;
	left: 375px;
	width: 210px;
	height: 80px;
}

#mainnav {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 970px;
	height: 28px;
}

#content-text {
        text-align: center;
        padding: 20px 9%;
}