body {
 margin: 0;
 padding: 0;
 color: #000;
 background-image: url("images/bg.png");
 font-family: helvetica;
 font-size: 12px;

}

img {border: none;}

a {color: #fff; text-decoration: none;}

#zentriert {
 position: absolute;
 height: 600px;
 width:800px;
 left: 50%;
 top: 50%;
 margin-top: -300px;
 margin-left: -400px;
 background-image: url('images/bg2.jpg');
 }

#header {
 background-image: url('images/header.jpg');
 width: 800px;
 height: 180px;
 position: absolute;
 left: 0px; 
 top: 0px;
}

#navi {
  position: absolute;
  left: 50px;
  top: 210px;
}

#content {
 position: absolute;
 top: 210px;
 left: 309px;
 width: 450px;
 height: 300px;
 color: #fff;
 font-family: helvetica;
 font-size: 12px;
}

#content p {
 margin-top: 0px;
 margin-bottom: 20px;
 line-height: 16px;}

#navi ul {list-style-type: none; margin: 0px; padding: 0px;}
#navi ul li {color: #ffffff; margin-bottom: 10px;}
#navi ul li a {color: #b7aa90;}
#navi ul li a.aktiv{color: #fff;}
#navi ul li a:hover{color: #fff;}

#order {border-collapse: collapse;}
#order td {vertical-align: top;}

#form1 input {border: solid 1px #b7aa90; width: 250px;}
#form1 input.error, #form1 textarea.error  {background-color: #b7aa90}
#form1 input.submit {border: solid 1px #b7aa90; width: 120px; background-color: #b7aa90; color: #ffffff}
#form1 textarea {border: solid 1px #b7aa90; width: 250px; height: 100px;}