@CHARSET "UTF-8";

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;	
}
body.celementsmenubarvisible {
	margin-top: 29px !important;
}

#mobileWrapper #background_image {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
}

#mobileWrapper #page {
	position: relative;
	max-width: 405px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/download/MobileEinstiegLayout/WebHome/einstiegorte.png');
	background-repeat: no-repeat;
	background-position: 0px 142px;
	padding-top: 281px;
}
#mobileWrapper #titel {
	position: absolute;
	left: 30px;
	top: 90px;
}
#mobileWrapper #orte ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mobileWrapper #orte li {
	height: 42px;
	font-size: 0px;
	line-height: 0px;
	padding-left: 160px;
	margin-bottom: 30px;
}
#mobileWrapper #orte li a {
	display: block;
	height: 42px;
	background-repeat: no-repeat;
	background-position: 103px -557px;
}
#mobileWrapper #orte li a:hover {
	background-position: 103px -597px;
}

#mobileWrapper #content {
	padding-bottom: 25px;
}