body{
	background: #ddd url("../img/background.png") no-repeat top center;
	font-family: 'arial', sans-serif;
	font-size: 14px;
	color: #666;
}

a{
	color: #003399;
}

strong{
	color: #333;
}

p{
	margin: 20px 0;
	padding: 0;
	line-height: 25px;
}
.impressum p{
	line-height: 15px;
}

h1{
	margin: 0;
	color: #003399;
}

#wrapper{
	width: 658px;
	margin: 110px auto;
}

#header{
	height: 65px;
}

#logo{
	float: left;
}

#impressum{
	float: right;
	margin-top: 27px;
}

#content{
	background: #fff;
	border: 1px solid #ddd;
	padding: 50px 50px 30px;
	border-bottom: 1px solid #ddd;
}

#footer {
 padding: 0px 0px 0px 0px; 
 background:#F8F8F8; 
 border:1px solid #ddd; 
 border-top:0px;
 border-bottom:0px;
}

#footer .box{
	width: 218px;
	height: 75px;
	float: left;
	background: #f8f8f8;
}

#footer .firstitem{ border-right: 1px solid #ddd; margin-left: 100px; }
#footer .lastitem{ border-left: 1px solid #ddd; }

.clear{
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}