html {
	width: 100%;
	height: 100%;
}
body {
	color: White;
	background-color: Red;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: center;
}

a {
	color: #DCDCDC;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: underline;
}
#head {
	margin: 40px 0 40px 0;
	
}
#logo {
	padding: 100px width:;
	height: 79px;
	background: url(../img/logo_schnell.gif) no-repeat center center;
	margin: 0 auto;
}
#addr ul {
	list-style: none;
}
#addr li.name {
	font-weight: bold;
	font-size: larger;
}

#addr li.abs {
	margin-bottom: 10px;
}
