html, body {
 	height: 100%;
 	width: 100%;
	min-width: 1240px;
 	padding: 0;
	margin: 0;
	background: url(../images/background.jpg) no-repeat center center #f2f5f7;
	background-size: 100% auto;
}

#hintergrundbild {
  	z-index: -999;
  	/* min-height: 100%; */
	min-width: 1240px;
  	width: 100%;
	height: 100%;
  	position: fixed;
  	top: 0;
  	left: 0;
  	background: url(../images/background.jpg) no-repeat center center #f2f5f7;
}
#abstand { 
	width: 1px;
	height: 50%;
	margin-bottom: -147px;
	float: left;
}
#mitte {
	position: relative;
	clear: left;
	width: 100%;
	min-width: 1240px;
	height: 295px;
	padding: 0;
	background: #fff;
	background: url(../images/transparent_white.png);
	background-position: center center;
}
#container {
	position: relative;
	width: 1240px;
	height: 295px;
	margin: 0 auto;
}
#logo {
	position: relative;
	width: 173px;
	height: 233px;
	margin: 0 auto;
	padding-top: 30px;
}
#stadtgemeinde {
	position: absolute;
	top: 80px;
	left: 122px;
	color: #00365f;
	font-size: 36px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#stadtgemeinde img {
	vertical-align: -8px;
	border: none;
}
#stadtgemeinde a {
	color: #00365f;
	text-decoration: none;
	display: block;
	height: 84px;
	padding-top: 48px;
}
#stadtgemeinde a:visited {
	color: #00365f;
	text-decoration: none;
	display: block;
}
#stadtgemeinde a:hover {
	color: #00365f;
	text-decoration: none;
	display: block;
	background: url(../images/bird_left.png) left no-repeat;
}
#tourismus {
	position: absolute;
	top: 80px;
	right: 185px;
	color: #00365f;
	font-size: 36px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#tourismus  img {
	vertical-align: -8px;
	border: none;
}
#tourismus  a {
	color: #00365f;
	text-decoration: none;
	display: block;
	height: 84px;
	padding-top: 48px;
}
#tourismus  a:visited {
	color: #00365f;
	text-decoration: none;
	display: block;
}
#tourismus  a:hover {
	color: #00365f;
	text-decoration: none;
	display: block;
	background: url(../images/bird_right.png) left no-repeat;
}
	

