  a {color: #616362;text-decoration:underline;}
  
  a:focus,
  a:hover,
  a:active {
	-moz-outline: none;
  }
  
  
  
    * { margin:0; padding: 0 }

  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }

  html { height: 100% }

  html * { font-size: 100.01% }
  
  body {
    	height: 100%;
    	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	background-color:#e0d8b4;
	color:#616362;
  }
  
  #distance { /************  Seite vertikal zentriert  **************/
	width:1px;
	height:50%;
	margin-bottom:-281px; /* half of container's height */
	float:left;
}

#pagewrapper {
	clear:both;
	width:900px;
	height:562px;
	position:relative;
	margin:0 auto;
}