<!--

body {
  background-color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  word-spacing: 1.3px;
  line-height: 14px;
}
#inhalt { 	
  position:absolute;
  height:369px; 
  width:650px;
  margin:-225px 0px 0px -325px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #fff;
  border: 1px dotted #ffffff;
  overflow: auto;
  background-image: url(logo.gif);
  background-repeat: no-repeat;
}

#content {
/*	width: 618px;
	height: 369px; */
	left: 360px;
	top: 50px;
	position: absolute;
}


h1 {
font-size: 48px;
font-style: italic;
text-align: left;
color: #000000;
}

a { 
color: #ff0000;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
-->