html, body {
 font-family: Arial, Helvetica;
 font-size: 18px;
 background-color: #fff;
 line-height: 18px;
 color: #cfb686;

}

a:link, a:visited {
  color: #231f20;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #476089;
}

#content {
position: absolute;
top: 50%;
left: 50%;
margin: -200px  0 0 -350px;
width: 700px;
height: 400px;
border: 1px solid #005f6a;
background-color: #fff;
padding: 2px;


}
#inhalt {

width: 696px;
height: 396px;
padding: 2px;
text-align: center;
background-color: #005f6a;

}

#inhalttext {
margin-top: 200px;
width: 696px;
height: 30px;


}