div#nav
{
	position:absolute;
	z-index: 3;
	width: 188px;
	height: 216px;
	left: 8px;
	top: 149px;
}

div#rechts
{
	position:absolute;
	z-index: 3;
	width: 194px;
	height: 430px;
	left: 786px;
	top: 140px;
	background-color: #FEFFC2;
	padding-top: 10px;
	padding-left: 10px;
}


div#header
{
	position:absolute;
	z-index: 2;
	width: 990px;
	height: 90px;
	left: 0px;
	top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F34500;
}

div#mycontainer
{
	background-color:#FFFFFF;
	position:absolute;
	z-index: 2;
	width: 990px;
	height: 580px;
	left: 0px;
	top: 10px;
	right: 250px;
	border: 2px solid #F34500;
}

div#inhalt
{
	position: absolute;
	z-index: 4;
	width: 610px;
	left: 175px;
	top: 150px;
	height: 425px;
	overflow: auto;
}



