﻿body {
	margin-top: 0;
	background-image: url('../images/bg2.gif');
	background-attachment: fixed;
}
#container {
	position: relative;
	width: 1000px;
	z-index: 0;
	left: 0px;
	top: 10px;
	margin: auto;
}
#logo {
	width: 250px;
	height: 80px;
	float:right;
	z-index: 20;
	background-color: #FFFFFF;
	left: 750px;
	top: 0px;
}
#header {
	position: absolute;
	width: 750px;
	float: right;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	height: 80px;
}
#headerbild {
	width: 1000px;
	height: 200px;
	z-index: 5;
	background-color: #00FF00;
}
#mainmenu {
	position: absolute;
	width: 1000px;
	height: 22px;
	top: 280px;
	z-index: 6;
	background-color: #de7b1e;
}
#contentcontainer {
	position: absolute;
	width: 1000px;
	z-index: 8;
	top: 302px;	
}
#content_main {
	width: 1000px;
	min-height:300px;
	float:left;
	z-index: 9;
	background-color: #FFFFFF;
}
#footer {
	position: relative;
	clear: both;
	background-color: #de7b1e;
	text-align: center;
	min-height: 35px;
	padding-top:9px
}
#branding {
	position: relative;
	clear: both;
	text-align: right;
}
