@charset "UTF-8";

body {
	background:#b0afa6 url(../images/back.png) 0 0 repeat-x;
	font-size: 12px;
	font-family: Helvetica, Verdana, Sans-Serif;
	text-align:center;
	color:#3E3D35;  
	padding:0px;
	margin:0px;
}


#wrapper {
	position:absolute;
	height: 570px;
	width: 1210px;
	margin: -300px 0px 0px -595px; 
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: visible;

}
#content {
	position: absolute; 
	top: 50px; 
	left: 0px; 
	height: 520px; 
	width: 1210px; 
	text-align: left; 
	background:url(../images/shadow.png) 0 0 repeat-x;	
}
#logo {
	position: absolute;
	left: 780px;
	top: 0px;
}
#footer {
	position: absolute;
	top: 565px;
	width: 780px;
	left: 199px;
	text-align: center; 
}
#language {
	position: absolute;
	top: 565px;
	width: 306px;
	left: 10px;
	text-align: left;
}
sup {
	line-height: 0px;
}
a {
	color: #3E3D35;
	text-decoration: none;
}
a:hover {
		text-decoration: underline;
}

#impressumlink {
	position: absolute;
	top: 565px;
	width: 200px;
	left: 992px;
	text-align: left;
}
