body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #53524c;
}

img {
	border: none;
}

a {
	color: #1b9897;
	text-decoration: none;
}

h1 {
	font-size: 32px;
	line-height: 30px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	line-height: 26px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
}

.container {
	width: 948px;
	margin: 0 auto;
	position: relative;
}

header {
	width: 100%;
	height: 205px;
	background-image: url(pics/header-bg.jpg);
	background-repeat: repeat-x;
}

#logo-schatten {
	position: absolute;
	top: 1px;
	left: 273px;
}

#logo {
	position: absolute;
	top: 116px;
	left: 0px;
}

nav {
	width: 100%;
	height: 37px;
	background-image: url(pics/nav-bg.png);
	background-repeat: repeat-x;
}

nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid white;
}

nav ul li {
	margin: 0px;
	padding: 12px 25px 0 25px;
	display: inline-block;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid white;
	border-left: 1px solid #dcdcdc;
	background-image: url(pics/nav-bg.png);
	background-repeat: repeat-x;
}

nav ul li a {
	color: black;
}

nav ul li:hover, nav ul li.active {
	background-position: -39px -39px;
}

section#content {
	margin: 40px 0 30px 0;
	min-height: 423px;
}

.flexslider {
	width: 100%;
	height: 372px;
}

#bildschatten {
	width: 100%;
	height: 51px;
	background-image: url(pics/bildschatten.jpg);
	background-repeat: no-repeat;
}

footer {
	width: 100%;
	height: 151px;
	background-image: url(pics/footer-bg.jpg);
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
}

footer p {
	position: absolute;
	top: 80px;
	left: 0px;
}

footer a {
	color: white;
}

.highlight {
	color: #1b9897;
}

#logo-extern {
	position: absolute;
	right: 0px;
	top: 40px;
}

#logo-extern span {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

.links {
	display: inline-block;
	vertical-align: top;
	width: 700px;
	padding-right: 20px;
	border-right: 1px solid #CCCCCC;
	margin-right: 20px;
}

.rechts {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}