/* CSS Document */

.Stil1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contentbereich {
background-color:#0066FF;
height:auto;

}

#header {
	position:absolute;
	left:11px;
	top:12px;
	width:900px;
	height:80px;
	z-index:1;
}
#left {
	position:absolute;
	left:10px;
	top:100px;
	width:200px;
	height:67px;
	clear:both;

}
#right {
	position:absolute;
	left:720px;
	top:100px;
	width:200px;
	overflow: auto;
	clear:both;

}
#main {
	position:absolute;
	left:210px;
	top:100px;
	width:500px;
	height:103px;
	clear:both;
}
#footer {
	float:left;
	width:900px;
	height:67px;
}
