html {
	min-height:100%;
}

body {font-family:Verdana, 'Lucida Grande', Geneva, Arial, sans-serif; font-size:12px; color:#000; padding:0px;margin:0px;top:0;left:0; background-color:#fff;}

img {
	border:0px;
}

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

a:hover {
	color:#b20404;
	text-decoration:none;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -220px;
	text-align: center;
	min-width: 541px;
	z-index:1;
}
#container {
	width: 541px;
	height: 277px;
	margin: auto;
	position:relative;
	z-index:1;
}



/* ---------- FARBEN ------------- */
.blau {
	color:#003d6e;
}
.orange {
	color:#f48306;
}



