@charset "utf-8";

html, body {
background-color:#BED1C6;
height:100%;
}
	
#center {
position:absolute;
left:50%;
}

#basis {
position: absolute;
left:-500px;
}

#fix {
position: fixed;
width:1008px;
height:100%;
background-color:#030;
}

#kopf
{
	position:absolute;
	width:988px;
	height:134px;
	background-color:#030;
	z-index:999;
	padding-left:20px;
	padding-top:20px;
}

#kopf0
{
	position: absolute;
	top:20px;
	width:984px;
	height:74px;
	border:#FFF solid 4px;
	border-right: 0px;
		z-index:999;

}

#kopf1
{
	position: absolute;
	top:34px;
	left:40px;
	text-align:left;
	width:964px;
	height:74px;
	z-index:999;

}

#seite {
position:absolute;
left:4px;
width:1000px;
height:100%;
background-color:#FFf;
overflow: hidden;
}

#text {
position:absolute;
top:154px;
left:20px;
width:940px;
}
#fuss1 {
	position: fixed;
	z-index:999;
	top:100%;
}
#fuss2 {
	position:absolute;
	left:4px;
	width:1000px;
	height:24px;
	z-index:1000;
	top:-44px;
	background-color:#030;
	text-align:center;
	border-top:#FFF solid 20px;
}




