
body {
	background-color: #F2ECDF;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

.logo {
	display: block;
	margin: 30px auto 0 auto;
	width: 55%;	
}

h2, .zentriert {
	text-align: center;
}

a:link, a:visited {
	color: #b00;
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

.bottomlinks {
	display: fixed;
	text-align: center;
}
	
#inhalt {
	padding: 0 200px;
	
}

p {
	margin-bottom: 20px;
}