@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color: #26211d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#65615a;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-292px; /* half of container's height */
	float:left;
}
#wrapper {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:584px;
	width:752px;
	clear:left;
}

#fuss {
	margin-top:5px;
	width:600px;
	float:left;
	}
#meldung {
	padding: 10px;
	background-color: #FA6341;
	color:#FFFFFF;
	line-height:18px;
	}
	
#meldung a:link, #meldung a:visited, #meldung a:active {
/*	text-transform:uppercase;*/
	color:#000000;
/*	text-decoration:none;*/
	}
#meldung a:hover {
	color:#FFFFFF;
	}
	
#weiter {
	margin-top:5px;
	width: 100px;
	float:right;
	text-align:right;
	}
#weiter a:link, #weiter a:visited, #weiter a:active {
	text-transform:uppercase;
	color:#65615a;
	text-decoration:none;
	}

#weiter a:hover {
	color:#FFFFFF;
	}