body {
	margin: 0px;
	padding: 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a36e47;
}

/*------------ Layers ---------------------*/
#aussen{
	width: 900px;
	height: 620px;
	background-color: white;
}
#top {
	width: 900px;
	height: 50px;
	background-color: #f4e4c3;
	overflow: hidden;
}
#links {
	float: left;
	width: 480px;
	height: 50px;
	text-align: center;
	background-image: url(../pano/images/logo.gif);
	background-repeat: no-repeat;
}
#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: #a36e47;
	border: 1px solid white;
}
#navigation {
   width: 900px;
	height: 100px;
	background-color: #ffffff;
}
/*------------ Schriftstile in den Layern ----*/
#links h2 {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 8px;
}
#links p {
	 margin-top: 0px;
	 
}

