body {
	margin: 0px;
	padding: 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*------------ Layers ---------------------*/
#aussen{
	width: 900px;
	height: 690px;
	background-color: white;
}
#top {
	width: 900px;
	height: 50px;
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(../pano/images/bg.gif);}
#links {
   float: left;
	width: 480px;
	height: 50px;
	text-align: center;
}
#rechts {
	float: left;
	width: 418px;
	height: 50px;
   text-align: right;
	padding-top: 14px;
}
#rechts form {
	margin-right: 10px;
}
#pano {
	width: 900px;
	height: 510px;
}
select {
	background-color: #e7eff5;
	color: #0065a9;
	border: 1px solid #bddff4;
}
#navigation {
   width: 900px;
	height: 120px;
	background-color: #ffffff;
}
/*------------ Schriftstile in den Layern ----*/
#links h2 {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 8px;
}
#links p {
	 margin-top: 0px;
	 
}
