body {
    background: url(images/hintergrund.png) repeat-x #7db61a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

body.frontpage {
	background: url(images/hintergrund-start.png) repeat-x #7db61a;
}

#wrapper {
	width: 1160px;
	margin: 0 auto;
}

#wrapper a {
	color: #fff;
}

#wrapper a:hover {
	color: red;
}

#content {
	background:  rgba(0,0,0,.2);
	padding: 20px;
	position: absolute;
	top: 100px;
	width: 1090px;
}

header {
	width: 1160px;
	margin: 0 auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	float: left;
}

nav ul li a {
	width: 168px;
	height: 52px;
	background: url(images/nav.png);
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

nav ul li a:hover {
	background: url(images/nav.png) 0 52px;
}

#imprint li {
	font-weight: bold;
	color: #fff;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
	margin-top: 12px;
}

#imprint li:first-child {
	margin-left: 20px;
}

#imprint li:last-child {
	border: 0;
}

#imprint li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#willkommen {
	background: url(images/willkommen.png);
	height: 84px;
	width: 554px;
	position: relative;
	float: left;
	top: 140px;
	left: 140px;
}

#logo {
	background: url(images/logo.png);
	height: 1970px;
	width: 267px;
	position: relative;
	float: right;
	top: -90px;
	left: -100px;
}

#karte {
	background: url(images/karte.png);
	height: 412px;
	width: 511px;
	position: relative;
	float: left;
	top: 230px;
	left: 160px;
}

p {
	color: #fff;
	margin-left: 20px;
}

h3 {
	color: #fff;
	margin-left: 20px;
}

/*################# CLEAR #################*/

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}