/* CSS Document */

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-image: url(img/back.jpg);
	background-color: #006e4c;
	line-height: 25px;
	-webkit-background-size: 2000px 1600px;
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 1516px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/glow.png);
	background-repeat: no-repeat;
	height: 932px;
	position: relative;
	padding-top: 100px;
}
#vk {
	background-image: url(img/vk.png);
	height: 594px;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 50px;
	right: 60px;
}
#adresse {
	position: absolute;
	bottom: 100px;
	left: 480px;
}
#text-imp {
	position: absolute;
	left: 290px;
	font-size: 13px;
	line-height: 15px;
	width: 600px;
	top: 260px;
}
#links {
	position: absolute;
	width: 235px;
	left: 0px;
	top: 0px;
	font-size: 13px;
}
#rechts {
	position: absolute;
	width: 330px;
	top: 0px;
	right: 0px;
	text-align: justify;
	height: 250px;
	overflow: auto;
	padding-right: 10px;
}


#footer {
	position: absolute;
	left: 180px;
	bottom: 23px;
	font-size: 13px;
	color: #FFF;
	width: 710px;
}
#footer #impressum{
	position: absolute;
	left: 340px;
	top: 0px;
}
#footer #drmohr {
	position: absolute;
	right: 30px;
	top: 0px;
}


#footer a{
	color: #FFF;
	text-decoration: underline;

}
