@charset "utf-8";
/* CSS Document */

body {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background-image: url(../img/allg/back_sw.jpg);
  background-repeat: repeat-x;
}
#logo {
  text-align: left;	
  margin: auto;
  width: 798px;
  background-color: #ffffff; 
  z-index: 1;
}
#foto {
  top: 151px; 	
  text-align: left;
  margin: auto;
  padding: 0px;
  width: 798px;
  background-color: #ffffff; 
  z-index: 2;
}
#wrapper  {
	top: 300px;
	text-align: left;
	margin: auto;
	width: 798px;
	background-color: #ffffff;
	z-index: 3;
}
#left {
  float: left;
  border: 0;
  width: 141px;
  height: 385px;
}
#inhalt {
	overflow: auto;
	float: left;
	border: 0;
	width: 430px;
	height: 385px;
	z-index:10;
	margin-left: 15px;
}
#inhaltSmall {
	overflow: auto;
	float: left;
	border: 0;
	width: 400px;
	height: 385px;
	z-index:10;
}

#inhalt2 {
	overflow: hidden;
	float: left;
	border: 0;
	width: 450px;
	height: 385px;
	z-index:10;
}

#inhaltKarte{
	overflow: auto;
	float: left;
	border: 0;
	width: 450px;
	height: 100px;
	z-index:11;
	top:390px;
}

#right {
  float: right;
  border: 0;
  width: 207px;
  height: 385px;
}
