html,body {
  margin:9px 9px 0 9px;
  padding:0;
	background:#FFF;
}

/* Zum Testen der Seitenbegrenzungen 
div {
	border: 1px solid #000000;
}*/

div.container {
	position: relative;
	align:center;
	margin: 0 auto;
	width: 760px;
	scrollbar:auto;
	witdh=100%;
}
div.top {
  position: absolute;
	top:10px;
	left: 0px;
	width: 760px;
	height: 69px;
	/*z-index:+1*/
}
div.left {
	position: absolute;
	top:80px;
	width: 120px;
	height:360px;
	background: #F9F1DC;
}

div.main {
	position:absolute;
	top:80px;
	left:130px;
	right:130px;
	/*border: solid; border-width: thin; */

}
div.main_up {
	position:absolute;
	top:90px;
	left:145px;
	right:150px;
	/*border: solid; border-width: thin; */
	z-index:2;
}

div.right {
	position: absolute;
	top:80px;
	width: 120px;
  right:0px;
	height:360px;
	background: #F9F1DC;
}

div.bottom {
	position: absolute;
	left: 130px;
	right:130px;
	height: 45px;
  bottom:50px;
	z-index:2;
}

div.neu {
	background:		#F9F1DC;
	text-color:red;
	z-index=2;	
	
}


.left A:hover {color: #DAB200;}
.horizontale_navi_leiste A:hover {color: #DAB200;background: #F9F1DC;}
