
body {
	background: url(../bilder/bg_1.jpg) no-repeat center fixed #000;
	background-size: cover;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

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

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

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

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

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