body {
  background-color: #FFFFC2;
	font-family: sans-serif;
}

.center {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	text-align: center;
}

.welcome-text {
	text-align: center;	
}

.main {
	margin-left: 20px;
}

.wrap { 
	background: none; 
	max-width: 950px; 
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto;
}

.spalte-1 { 
	float: left; 
	width: 60%; 
	background: none; 
}

.spalte-2 { 
	float: left; 
	width: 40%; 
	background: none; 
}


.copyright { 
	float: left; 
	width: 50%; 
	background: none; 
	font-size: 12px;
}

.footer-menu { 
	float: left; 
	width: 50%; 
	background: none; 
	font-size: 12px;
	text-align: right;
}

.footer {
	float: left;	
	background: none; 
	width: 100%;
	margin-top: 100px;
	margin-bottom: 15px;
}

.impressum {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.impressum-text {
	text-align: left;
	font-size: 14px;
}
