@CHARSET "UTF-8";

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#defaultWrapper #page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	padding-left: 85px;
	padding-top: 169px;
	background-image: url('/download/EinstiegsLayout/WebHome/orte.png');
	background-position: 215px 214px;
	background-repeat: no-repeat;
}
#defaultWrapper #logo {
	position: absolute;
	top: 55px;
	right: 60px;
	min-width: 150px;
}
#defaultWrapper #content {
	padding-top: 30px;
}

#defaultWrapper #orte {
	margin-top: 4px;
}
#defaultWrapper #orte ul,
#defaultWrapper #orte li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#defaultWrapper #orte ul {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}
#defaultWrapper #orte li {
	float: left;
	width: 110px;
	padding-top: 10px;
	height: 280px;
	font-size: 0px;
	line-height: 0px;
}
#defaultWrapper #orte li.cel_nav_item1 {
	margin-left: 10px;
}
#defaultWrapper #orte li.cel_nav_item2 {
	margin-left: 110px;
}
#defaultWrapper #orte li.cel_nav_item3 {
	margin-left: 90px;
}
#defaultWrapper #orte li a {
	display: block;
	width: 110px;
	height: 280px;
}
#defaultWrapper #orte li a:hover {
	background-position: center 360px;
}
	
#defaultWrapper #background_image {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
}
#defaultWrapper #background_image div {
	height: 100%;
	width: 100%;
}

#defaultWrapper .navigation-clear {
	clear: both;
}