html, body {
  height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #dbdfdf;
	color: #666666;
    text-align: center;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

#main {
  	margin: 0 auto;
 	position: relative;
 	text-align: left;
 	height: 594px;
 	width: 1000px;
  	clear: left;
  	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	overflow: hidden;
}

#main #top {
	height: 96px;
	width: 1000px;
	margin: 0px 0px 0px 0px;
}

#main #top #logo {
	float: right;
}

#main #top #menu {
	margin: 62px 0px 0px 5px; 
	float: left;
}

#main #submenu {
	margin: 0px 7px;
	width: 986px;
	height: 36px;
	background-image:url(images/bg_submenu.png);
	text-align: left;
}

#main #line {
	width: 1000px;
	height: 1px;
	background-image:url(images/line.png);
	margin: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#main #content {
	margin: 0px 0px;
	width: 1000px;
	height: 461px;
	background-repeat:no-repeat;
	background-position: center;
	text-align: left;
}

#main #content #footer {
	margin: 429px 0px 7px 0px;//17
	height: 20px;
	text-align: left;
	float: left;
	width: 300px;
	padding-left: 17px;
}

#main #content #contact {
	margin: 370px 0px 7px 17px;
	height: 20px;
	text-align: left;
	float: right;
	width: 368px;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
}

#main #content #contact a:link, #main #content #contact a:visited {
	color: #ffffff;
}

#main #content #contact a:hover, #main #content #contact a:active {
	color: #68abb4;
}

#menu {
	margin: 70px 20px 4px 20px;
	height: 25px;
}
#submenu {
	margin: 0px 20px 4px 20px;
	height: 25px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #68abb4;
	text-decoration: none;
}
a:active {
	color: #68abb4;
	text-decoration: none;
}
