@charset "iso-8859-2";
/* CSS Document */


html, body {
	height: 100%;
	overflow:auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

*+html body {
	overflow: hidden;
}

* html body {
	overflow: hidden;
}

#distance { 
	overflow: hidden;
	width:1px;
	height:50%;
	margin-bottom:-295px; /* half of container's height */
	float:left;
}

#wrapper {
	background-image:url(../images/body.png);
	background-repeat: no-repeat;
	height: 590px;
	width: 930px;
	left: 50%;
	margin-top: auto;
	margin-left: -476px;
	text-align: left;
	clear:left;
	position: relative;
}

#navigation {
	height: 20px;
	left: 280px;
	top: 135px;
	position: absolute;
	color:#d70005;
	font-size:11px;
}

.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a:link.navi {text-decoration: none; color: #000000;}
a:hover.navi {text-decoration: none; color: #000000;}
a:visited.navi {text-decoration: none; color: #000000;}

#inhalt {
	height: 405px;
	width: 550px;
	left: 380px;
	top: 155px;
	position: absolute;
	font-size:10px;
	z-index: 3;
	overflow:auto;
  scrollbar-base-color:#FFFFFF;
  scrollbar-3dlight-color:#D60004;
  scrollbar-arrow-color:#D60004;
  scrollbar-darkshadow-color:#D60004;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;
}

table, td {
	font-size:10px;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D60004;
}
.lauftext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.untertitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a:link, a:visited, a:active { color: #d20104; text-decoration: none;}
a:hover { color: #d20104; text-decoration: underline;}

#bild {
	float:left;
	padding: 0px 20px 10px 0px;
	width: auto;
}

#dags {
	position: absolute;
	bottom:0px;
	left:31px;
	width: 100px;
	height:25px;
}