/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}
		
body{
	background-color: #e0e0e0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#000;
	margin: 0px;
	padding:0px;
	text-align:center; /* horizontale zentrierung fuer IE Win quirks */
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-190px; /* haelfte der containerhoehe */
		float:left;
}

#seite{
	width:340px;
	margin:0 auto;
	position:relative; /* wichtig!  */
	text-align:center;
	height:380px;
	clear:left;
	padding:0px;	
}

h1{
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	line-height:24px;
	
	margin-top: 30px;
	
}

a {
	color: #FF0099;
	text-decoration:none;
}

a:hover {
	color:#000;
}
		
