@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColElsCtr #container {
	width: 900px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 10px;
	font-weight: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: sans-serif;
	color: #333;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.logoname {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.Sidebartext {
	font-size: 12px;
	font-weight: bold;
}
.firstletter {
	color: #06F;

}
.anschrift {
	font-size: 10px;
	position: relative;
	left: 16px;
	top: 0px;
}
.headeranschrift {
	font-weight: bold;
}
.addinfo {
	left: 5px;
	position: relative;
	top: 5px;
}
#sidebar {
	position:absolute;
	width:715px;
	height:111px;
	z-index:3;
	left: 79px;
	top: 833px;
}
#apDiv2 {
	position:absolute;
	width:410px;
	height:139px;
	z-index:2;
	top: 1094px;
	left: 205px;
}
#logobar {
	position:absolute;
	width:200px;
	height:351px;
	z-index:3;
	text-align: center;
	top: 338px;
	left: 801px;
}
#apDiv1 {
	position:absolute;
	width:844px;
	height:551px;
	z-index:4;
}
#apDiv3 {
	position:absolute;
	width:361px;
	height:115px;
	z-index:4;
	left: 69px;
	top: 213px;
}
.panel1header {
	font-size: 14px;
	color: #666;
}
.kontaktheader {
	font-size: 14px;
	color: #06F;
	text-decoration: underline;
	left: 20px;
	position: relative;
}
.kontaktheaderfirstletter {
	font-size: 14px;
	color: #06F;
	left: 15px;
	position: relative;
}
.leerzeile {
	height: 15px;
}
.slogan {
	font-size: 12px;
	position: relative;
	left: 250px;
	top: -15px;
	width: 389px;
	color: #666;
	letter-spacing: 1px;
}

.infowindow
      { 
      font-family:Verdana; 
      font-size:12pt; 
      font-weight:normal; 
	  text-align: center; 
} .validated {
	right: -5px;
	text-align: right;
	position: relative;
}
.green {
	color: #090;
}
