﻿body {
	background-color:#161815;
}

div.logo_container {
	width: 1000px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -500px;
   }

p.kopftext {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 32px;
	color: #FFFFFF;
}

p.fusstext {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #FFFFFF;
	
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration:underline;
}
