* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
}
html {font: normal 17px Arial, Helvetica, sans-serif;}
body {
	color: #7a7c7d;
	background-color: black;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-214px; /* half of container's height */
	float:left;
	}
#container {
	margin:0 auto;
	padding:20px;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:388px;
	width:708px;
	clear:left;
	background: black url(img/logo.gif) no-repeat 20px 20px;
	}
#flashani {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	width:268px;
	height:170px;
	}
#logolink {
	position:relative;
	margin:0px auto auto 0px;
	width:275px;
	height:25px;
	}
#content {
	position:absolute;
	bottom:40px;
	left:20px;
	}
#navi {
	position:absolute;
	bottom:20px;
	left:20px;
	width:708px;
	}
#d1 {
	float:left;
	width:100px; /*273px;*/
}
#d2 {
	float:left;
	width: 173px;/*166px;*/
	text-align:right;
}
#d3 {
	float:left;
	width:166px;
}
#d4 {
	float:left;
}
#d5 {
	float:right;
	width:109px;
	text-align:right;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 17px;
	}
h1 {
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #1244A0;
	padding: 0 0 2px 0;
	margin-top: 2px;
	margin-bottom: 10px;
}
img { border: 0px none; }
#cleaner {clear: both; }

/*Links und Rechts*/
a {
	color: #7a7c7d;
	text-decoration: none;
}
a:hover, a.sel {
	color: white;
	text-decoration: none;
}
#navi a {
	font-weight: bold;
}
.pdf {
	font: 11px/20px Arial, Helvetica, sans-serif;
}
