/* CSS Document */
body {
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #ffffff;
color: #000000;
text-align: center;
margin: 0;
margin-top: 0px;

}

 #seite {
 margin: auto;
 height: auto;
 width: 800px;
 text-align: left;
  }
 
 #head  {
 background-image: url(../images/delta_logo.gif);
 background-repeat: no-repeat;
 height: 179px
}
 
 #navtop {
 height: 15px;
 width: 250px;
 text-align: left;
 position: absolute;
 top: 90px;
 padding-left: 15px;
  }
 
 #main  {
 background-image: url(../images/linie_y.gif);
 background-repeat: repeat-y;
 overflow: auto;
 height: 100%;
 
}
 
 #top {
 height: auto;
 padding-left: 15px;
 }
 
 #picture {
 height: 100px;
 float: left;
 padding-left: 15px;
 }
 
 #navi {
 width: 160px;
 height: auto;
 float: left;
 margin-left: 20px;
 margin-top: 15px;
  }
 .box  {
 background-image: url(../images/box_oben.gif);
 background-repeat: no-repeat;
 height: 14px;
 }
 
 .box1  {
 background-image: url(../images/box_y.gif);
 background-repeat: repeat-y;
 margin-top: -2px;
}

.box2  {
  background-image: url(../images/box_unten.gif);
  background-repeat: no-repeat;
  height: 14px;
  margin-bottom: 15px;
}
 
  #content {
 width: 590px;
 height: auto;
 float: left;
 margin-left: 0px;
 margin-top: 15px;
 padding-left: 15px;
 }
 
 #foot  {
  background-image: url(../images/rahmen_unten.gif);
  background-repeat: no-repeat;
  height: 60px;
  }
 
 .footer {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 9px;
 position: relative;
 top: 45px;
 }
