body, html {
	font-family: tahoma, arial;
	font-size: 10pt;
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	display: inline;
	border: 0;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-267px; /* half of container's height */
	float:left;
}

#seite {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:535px;
	width:726px;
	clear:left;
}

#seite,
#seite #oben,
#seite #unten {
	width: 726px;
}

#seite #oben {
	margin: 0;
	padding: 0;
	height: 155px;
	background-image: url('../pictures/oben.jpg');
	background-repeat: no-repeat;
}

#seite #mitte {
	margin: 0;
	padding: 0;
}

#seite #mitte #home,
#seite #mitte #impressum {
	background-repeat: no-repeat;
	height: 340px;
	margin: 0;
	font-size: 11pt;
}

#seite #mitte #home {
	background-image: url('../pictures/home.jpg');
	color: #195BA0;
	padding: 50px 0 0 0;
}

#seite #mitte .oben {
	margin-top: 0px;
	padding-right: 5px;
}

#seite #mitte .unten {
	padding-top: 17px;
	padding-right: 5px;
}

#seite #mitte .impressumoben {
	margin-top: 0px;
	position: absolute;
	padding-right: 5px;
	display: block;
	z-index: 1000;
}

#seite #mitte .impressumunten {
	position: absolute;
	padding-top: 0px;
	padding-right: 5px;
}

#seite #mitte #impressum {
	background-image: url('../pictures/impressum.jpg');
	color: #ffffff;
	padding: 50px 0 0 309px;
}

#seite #unten {
	padding: 2px;
	margin: 0;
	margin-top: -45px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #9B9B9B;
	text-align: center;
}

#seite #unten .menu {
	margin-top: 5px;
	color: #9B9B9B;	
}

#seite #unten .menu a {
	text-decoration: none;
	color: #125DAC;	
}

#seite #unten .menu a:hover {
	color: black;
}
