body {
	margin: 0px;
	padding: 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #0065a9; 
}
#bereiche {
    float: left;
	width: 900px;
	height: 21px;
	background-color: #ffffff;
	padding-top: 5px;border-bottom: 1px solid white;
	/*background-image: url(../../../panofenster_feb2008_2/panotour/navi/img/white-line.gif);
	background-repeat: repeat-x;
	background-position: 0% 24px;*/
}
#bereiche ul {
	padding: 0px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	
}
#bereiche ul li {
	float:left;
}
#bereiche ul li a {
	display: block;
	text-decoration: none;
    border-right: 1px solid White;
	border-left: 1px solid White;
	font-size:11px;
	height: 17px;
	background-color: #b6ac9b; 
	text-transform: uppercase;
	color: #ffffff;
	padding: 3px 10px 0px 10px;
	text-align: center;
	margin-left: 4px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 121px;
}
#bereiche ul li a:hover {
	background-color: #0065a9;
}
#bereiche ul li a.aktuell {
	background-color: #0065a9; 
	border-bottom: 1px solid #0065a9;
}
#nebenbei {
   float: left;
	width: 447px;
	height: 20px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid white;
}
.thumb {
	float: left;
	width: 150px;
	height: 105px;
	text-align: center;
	
}

.thumb a img {
	margin-top: 9px;
	padding: 3px;
	border: 1px solid white;
}
.thumb a:hover img {
  background-color: #83a9d6;
}
.thumb p {
	margin-top: 1px;
}
.thumb p a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.thumb p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.pfeil {
	float: left;
	width: 57px;
	height: 105px;
	text-align: center;
}
