body {
	margin: 0px;
	padding: 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f2efea;
}

/*------------ Layers ---------------------*/
#aussen{
	width: 900px;
	height: 690px;
	background-color: white;
}
#top {
	width: 900px;
	height: 50px;
	background-color: #830303;
	overflow: hidden;
}
#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: #f9f4ef;
	color: #132b56;
	border: 1px solid white;
}
#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;
	 
}

