body{
	overflow: hidden;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Lucida Sans Unicode, sans-serif;
}

a:link, a:visited{
	text-decoration: none;
}

img{
	width: 100%;
	height: 100%;
}

h1, h2, h3{
	font-weight: normal;
}

#backgrnd{
	position: absolute;
	top:0;
  	right:0;
  	bottom:0;
  	left:0;
	z-index: -2;	
	width: 100%;
	height: 100%;
	background: url('img/background.jpg') no-repeat;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
    background-size: cover;
}

#content_upper{
	position: absolute;	
	background: url('img/content_upper.png');
	left: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 764px;
	height: 483px;
	z-index: -1;
}

#content_lower{
	position: fixed;
	background: url('img/content_lower.png');
	right: 0;
	bottom: 0;
	width:533px;
	height:113px;
	color: #004ed4;
}

.navlist{
	color: white;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 30px;
	left: 30px;
	width: 710px;
	list-style: none;
	display: block;
}

.navlist li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
	float: left;
	margin-right: 20px;
}

.navlist li, .navlist a{
	color: white;
	font-weight: bold;
	height: 38px;
	display: block;
}

.navlist li, .navlist a:hover{
	color: #e39968;
}

.content{
	margin-top: -12px;
	color: white;
	position: absolute;
	left: 70px;
	top: 100px;
	width: 580px;
	z-index: -1;
	font-size: 14px;
	line-height: 20px;
}

.content h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

.content_scroll{
	margin-top: 2px;
	padding-right: 20px;
	width: 580px;
	height: 226px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

#content_lower div{
	position: fixed;
}

#content_lower a {
	color: #004ed4;
}

#contact{	
	margin-left: 130px;
	margin-top: 78px;
}

#impressum{
	margin-left: 204px;
	margin-top: 78px;
}

#phone{
	margin-left: 354px;
	margin-top: 38px;
	font-size: 14px;
}

#address{
	margin-left: 354px;
	margin-top: 62px;	
}