html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background: #262626;
  font: 12px/18px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  color: #595755;
}
td, tr
{
  font: 12px/18px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  color: #595755;
}
a, a:link, a:active, a:visited
{
  font: 12px/18px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  color: #bf1e2e;
  text-decoration: none;
}
a:hover
{
  color: #595755;
  text-decoration: none;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -243px; /* half of container's height */
	float: left;
}
#wrapper {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 486px;
	width: 851px;
	clear: left; /* zum zentrieren in der hoehe */
}
#content {
	position:relative;
	width:851px;
	height: 486px;
	float: left;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	overflow: hidden;
}
.footer, a.footer, a.footer:link, a.footer:active, a.footer:visited {
  font: 10px/14px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  color: #bf1e2e;
  text-decoration: none;
}
a.footer:hover {
  color: #595755;
  text-decoration: none;
}
a.header, a.header:link, a.header:active, a.header:visited {
  font: 10px/14px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  color: #595755;
  text-decoration: none;
}
a.header:hover {
  color: #bf1e2e;
  text-decoration: underline;
}
.titel, a.titel, a.titel:link, a.titel:active, a.titel:visited {
  font: 30px/38px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
  color: #bf1e2e;
  padding-bottom: 25px;
}
a.titel:hover {
  color: #595755;
  text-decoration: none;
}