html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(mainbg.jpg);
	overflow: hidden;
}
a:link {
	text-decoration: none;
	color: #1B337A;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#horizon {
	/*background-color: #0ff;*/
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	margin-left: -50%;
	position: absolute;
	top: -240px;
	left: 50%;
	width: 100%;
	height: 458px; /* 180 + 186 + 90 = 456 */
}
#zeile1 {
	background: url(musterout.gif);
	width: 100%;
	height: 160px; /* 160 + 20 = 180 */
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #1b337a;
	border-bottom: 1px solid #1b337a;
}
#zeile2 {
	background: url(muster.gif);
	width: 100%;
	height: 186px;
	text-align: center;
}
#zeile3 {
	background: url(musterout.gif);
	width: 100%;
	height: 90px;
	border-top: 1px solid #1b337a;
	border-bottom: 1px solid #1b337a;
}
#navigation {
	display: block;
	margin: auto;
	padding: 0;
	height: 186px;
	width: 660px; /* 118*4 = 472 + 3*60 = 660 */
	text-align: center;
}
a {
	text-decoration: none;
	color: #1B337A;
	font-weight: bold;
	height: 20px;
	display: block;
	padding-top: 166px;
}
#aktuelles, #unseretore, #unserteam, #lieferwerk {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1b337a;
	display: block;
	float: left;
	width: 118px; 
	height: 186px; /* 20 + 166 = 186 */
	border-left: 1px solid #1b337a;
	border-right: 1px solid #1b337a;
}
#aktuelles {
	margin-right: 60px;
	background-image: url(index_aktuelles.jpg);
	background-repeat: no-repeat;
}
#unseretore {
	margin-right: 60px;
	background-image: url(index_tor.jpg);
	background-repeat: no-repeat;
}
#unserteam {
	margin-right: 60px;
	background-image: url(index_team.jpg);
	background-repeat: no-repeat;
}
#lieferwerk {
	background-image: url(index_stammwerk.jpg);
	background-repeat: no-repeat;
}
