	body {
	  background-color: #e9f1f7;
	  padding:0px;
	  margin:0px;
	  color: #5665A5;
	  font-family: Arial, Helvetica, sans-serif;
	}
	
	#inhalt {
	  position:absolute;
	  height:448px; 
	  width:784px;
	  margin:-224px 0px 0px -392px;
	  top: 50%; 
	  left: 50%;
	}

	#page_footer {
      height: 47px;
      background-color: #E9F1F7;
	}

	#page_footer p {
      text-align: center;
      font-size: 11px;
      padding-top: 5px;
	}
	
	a {
		color :#ec8b00;
		text-decoration : underline;
	}

	a:hover {
		color : #ec8b00;
		text-decoration : none;
	}