@charset "utf-8";
@import url('navigation.css');
body {
	background: #191919;
	background-image: url(../img/background.png);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#FFF;
	font-family: Verdana;
	font-size: 11px;
}
.centered .container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.centered .header {
	background-image: url(../img/header.jpg);
	height: 138px;
	padding: 0;
	background-color: #BED2D7;
	position: relative;
}
.centered .header .logo {
	height: 75px;
	position: absolute;
	left: 149px;
	top: 31px;
	width: 205px;
	font-size: 13px;
}
.centered .mainContent {
	background: #FFFFFF;
	min-height: 522px;
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #505050;
	background-image: url(../img/main-top.png);
	background-repeat: no-repeat;
}
.centered .footer {
	height: 117px;
	padding: 0 10px;
	color: #FFF;
	background-color: #191919;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	font-size: 10px;
	font-family: Verdana;
	position: relative;
}
.centered .impressum {
	left: 148px;
	top: 77px;
	position: absolute;
	width: 150px;
	text-decoration: none;
	color: #FFF;
}
.centered .copyright {
	left: 760px;
	top: 77px;
	position: absolute;
	width: 240px;
}
