html, body {
  height: 100%
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
    background-color:#eeeeee;
	color: #666666;
    text-align: center;
}

#distance {
  margin: 0px;
  padding: 0px;
  width: 1px;
  height: 50%;
  margin-bottom: -261px; /*absichtlich um 4px zu viel, a ansonsten bei 1024x768 und ie6 ein balken erscheint rechts - eqals #main - ((height / 2) + 4)*/
  float: left;
}

#main {
  	margin: 0 auto;
 	position: relative;
 	text-align: left;
 	height: 514px; /* #flash - height + 14 */
 	width: 852px; /* #flash - width + 14 */
  	clear: left;
}

#main #menu {
	padding: 300px 200px 200px 400px
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	/*color: #68abb4;*/
	color: #9ba1a0;
	text-decoration: none;
}

#flash{
  display: block;
  height: 500px;
  margin: auto;
  width: 838px;
  margin: 2px 7px;
}

#text {
  clear: both;
  text-align: center;
}