body {
	padding: 0px;
	margin: 0px;
	background-color: #6699CC;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
html {
overflow-x: hidden;
overflow-y: scroll;
}
* html {
overflow-x:hidden;
overflow-y: scroll;
}
#fixed {
	position:absolute;
	top:4%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
  }
html>body #fixed {  /* nur fuer moderne Browser! */
	position:fixed;
	top: 4%;
	}		
#scroll_content {
	}
* #scroll_content {  /* versteckt vor Netscape 4 */
	}
#fixed2 {
	margin:0px;
	position:absolute;
	width:100%;
	height: 200px;
	padding: 0px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-y;
	background-position: right;
	top: 82%;
}
html>body #fixed2 {
	position:fixed;
	top: 82%;
}
#footer {
	padding: 0px;
	left:50%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -400px;
	position: absolute;
	background-color: #6699CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D628E;
	height: 100px;
}

*html #footer {
	padding: 0px;
	left:50%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -408px;
	position: absolute;
	background-color: #6699CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D628E;
}

#header {
	padding: 0px;
	width: 800px;
	left:50%;
	position:absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -400px;
	height: 121px;
	z-index: 1;
}
*html #header {
	padding: 0px;
	width: 800px;
	left:50%;
	position:absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -408px;
	height: 121px;
}
#content {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:auto;
	background-color: #FFFFCE;
}
