body{
	color:#333333;  font-size: 75%; font-family:Verdana, Arial,sans-serif;
	Xbackground-color:#E6E7ED;
	background-image: url('images/bg_body.png');
	background-position: top;
	background-repeat: repeat-x;
	margin: 0; padding: 0;
    min-width: 950px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

div#seite{
	position: absolute;
    width: 1000px;
	top: 5px;left: 50%;
	margin-left: -500px;
	z-index: 1;
	background-color: #ffffff;
	background-image: url('images/bg_seite.gif');
	background-position: top;
	background-repeat: repeat-x;

}
div#navigation{
	background-color:#efefef;height:22px;
	border-left: 1px #BCBCBC solid;border-right: 1px #BCBCBC solid;
	border-bottom:0px #BCBCBC solid;
	padding-left:200px;text-align:right;
}
div#skyline{
	height:340px;background-image: url('bilder/skyline.jpg');width: 803px;
	border: 1px #efefef solid;
}

div#newsletter{
	width:180px;height:180px;
	border: 0px #c0c0c0 solid;
	margin-left:590px;margin-top:90px;text-align:center;

}
div#daten{
	width: 998px;min-height:400px;
	border: 1px #BCBCBC solid;
	border-bottom: 0px #BCBCBC solid;
	background-image: url('images/daten_body.png');
}
div#inhalt{
	padding:10px;height:auto;
}
div#logo{
	 background-color:#f1f2f4;height:80px;
	 border: 1px #BCBCBC solid;
}
div#pfad{
	background-color:#5175C9;height:20px;font-size: 85%;
	border-left: 1px #5175C9 solid;border-right: 1px #5175C9 solid;
	color:#e7ffe7;padding-left:10px;padding-top:5px;
}

div#content {
    margin: 0 0px 0px 190px;
    padding: 0px;
    background-color:#ffffff;min-height:400px;
  }
  * html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#content h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#content p {
    font-size: 1em;
    margin: 1em 0;
  }

div#service{
	clear: both;
	height:23px;
	border: 1px #BCBCBC solid;border-top: 0px solid silver;
	padding-top:3px;font-size: 90%;text-align:center;
	padding-left:50px;
	background-image: url('images/daten_body.png');
}

div#info {
    font-size: 80%;
    margin: 0; margin-top: 0px;
    padding-top:5px;padding-left:20px;
    background-color:#5175C9;height:20px;
}
div#suche{
	position:absolute;
	width: 200px;
	top: 82px;left: 50%;
	margin-left: 300px;
	z-index: 99;
	border: 0px red solid;
	height: 20px;
	align:top;
}
div#foto{width: 100%;background-color:#F1F2F4;
}
div#map{width: 780px; height: 500px
}