html, body {
	width:1000px;
	background-color:white;
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
#navi {
	position:absolute;
	top:180px;
	left:10px;
	width:140px;
	min-height:100px;
	z-index:4;
}
#content{
	position:absolute;
	top:150px;
	left:180px;
	width:650px;
	min-height:100px;
	z-index:5;
}
#ad{
	position:absolute;
	top:180px;
	left:865px;
	width:130px;
	min-height:100px;
	background-color:rgb(66,66,66);
	z-index:0;
}
#banner{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:150px;
	z-index:2;
}
/*Kommentarzeile für Format: UTF8 ohne BOM*/
