html, body {
	overflow: hidden;
}

body {
	background-color: #f8f8f8;
	background-image: url(../grafiken/page_hg.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;	
}

div {
	margin:0px;
	padding:0px;
	background-color: transparent;
}

div#page {
	width:	870px;
	margin:	0px auto;
	background-color: transparent;
	overflow:hidden;
}

div#page div#header {
	margin-top: 10px;
	width:861px;
	height:120px;
	background-image: url(../grafiken/hg-header.gif);
	background-repeat: no-repeat;
	position: relative;
	padding:0px;
	padding-right: 9px;
	padding-bottom:5px;
}
div#page div#header img.logo {
	position: absolute;
	top:20px;
	left:20px;
}
div#page div#header img.banner {
	position: absolute;
	right:8px;
	top:0px;
}

div#page div#content {
	width:870px;
	height:440px;
	margin:0px;
	padding:0px;
	background-image:url(../grafiken/hg-main.gif);
	background-repeat:no-repeat;
	position:relative;
	margin-top:5px;
}

div#scroller {
	position:absolute;
	top:170px;
	overflow:auto;
	height:374px;
	width:100%;
}

div#scroller div#main {
	width:605px;
	margin:0px auto;
	padding-left:230px;
	padding-right:35px;
	margin-bottom:30px;
	position:absolut;
}
div#left {
	position: absolute;
	top:140px;
	left:50%;
	margin-left:-435px;
	padding-left:16px;
	padding-right:16px;
	padding-top: 30px;
	width:148px;
	height:394px;
	z-index:300;
}

div#page div#footer {
	width:800px;
	height:25px;
	padding-left:35px;
	padding-right: 35px;
	text-align: right;
	color:#888;
	font-size:10px;
}