@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#basis {
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -256px;
	width: 500px;
	height: 365px;
	background-image: url(../img/logo_bg.jpg);
	background-repeat: no-repeat;
	border-top: #000 2px solid;
	overflow: hidden;
}
#basis.imprint {
	background: transparent;
	color: #999;
}

#adress {
	position: absolute;
	top: 0px;
	left: 0;
	width: 469px;
	height: 179px;
	padding-top: 60px;
	padding-left: 289px;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
	overflow: hidden;
}
.imprint #adress {
	background: #fff;
	color: #999;
	border-bottom: #000 2px solid;
	width: 738px;
	height: 310px;
	padding-top: 20px;
	padding-left: 20px;
}

#slogan {
	position: absolute;
	top: 239px;
	left: 0px;
	width: 469px;
	height: 69px;
	color: #000;
	font-size: 19px;
	padding-top: 22px;
	padding-left: 31px;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	overflow: hidden;
}

#imprintnav {
	position: absolute;
	top: 330px;
	left: 257px;
	width: 233px;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	overflow: hidden;
}

#imprintnav a {
	color: #999;
	font-size: 0.7em;
	text-decoration: none;
}