/*
Theme Name: flashpanorama-window
Theme URI:
Description: header & panorama width 100% , centered, 1 columns fixed width darunter mit 2 Spalten, footer
Author: Harald L๖ffel
Author URI:
Version: 4.10.2007

*/
/*  Defaults  */
* {
padding:0;
margin:0;

}

body {	
	padding:0;
   margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	background: #ffffff;
   
}
/*  Div IDs  */
#wrapper {
	width: 100%;
	border: 0px solid black;
	
	background-color: #ffffff;
	margin-top: 0%;
	/*border: 1px solid Black;*/
}
#top {
	width: 100%;
	height: 50px;
	background-color: #0B5997;
}
#topcenter {
   position: relative;
	width: 900px;
	height: 50px;
	left: 50%;
	margin-left: -450px;
	background-color: #0B5997;
	text-align: center;
}
#topleft {
   float: left;
	width: 450px;
	margin-top: 15px;
	margin-left: 0px;
	/*border: 1px solid black;*/
}
#topcenter h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FF9933;
	text-align: left;
	margin-left: 0px;
	text-transform: uppercase;
}
#nav {
   float: left;
	padding: 0px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	margin-top: 15px;
	text-align: right;
	/*border: 1px solid black;*/
}
#nav ul {
	list-style-type: none;
	padding-top: 5px;
	}
#nav li {
	display: inline;
}
#nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none !important;
	width: 130px;
	background-color: #0B5997;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
#nav a:hover
{
	background-color: #0a4879;
	color: white;
}
#flashcontent {
	width: 100%;
	height: 80%;
}
#content {
	position: relative;
	width: 900px;
	/*height: 200px;*/
	left: 50%;
	margin-left: -450px;
	background-color: white;
	/*border: 1px solid black;*/
}
#beschreibung {
   margin-top: 20px;
	margin-left: 0px;
   float: left;
	width: 450px;
	/*border: 1px solid black;*/
}
#beschreibung h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
#beschreibung p {
	margin-top: 16px;
	width: 410px;
}
#googlemap-klein {
   margin-top: 20px;
	margin-left: 0px;
	float: left;
	width: 440px;
	margin-right: 10px;
	text-align: right;
	/*border: 1px solid black;*/
}
#anz-drumherum {
   padding-top: 40px;
   clear: both;
	width: 900px;
	height: 130px;
        
}
#anzeigen {
	margin-left: 0px;
        text-align: center;
	width: 728px;
	height: 90px;
	margin-left: 86px;
        
}
	