* {
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:12px;
  line-height:16px;
  margin:0px;
  padding:0px;
  border:0px; 
  color:#5b5b5b;
  } 
body, html {min-height:100%;} 
body {
  background:url(Bilder/Layout/bg-unten.gif) center bottom repeat-x;
  } 
#oben {
  width:100%;
  height:120px;
  background:url(Bilder/Layout/bg-oben.gif) center top repeat-x;
  }
#oben-logo {
  margin:0 auto;
  width:1000px;
  height:86px;
  background:url(Bilder/Layout/bg-oben-logo.jpg) center top no-repeat;
  }       
#mitte {
  margin:0 auto;
  width:1000px;
  min-height:480px;
  background:url(Bilder/Layout/bg-mitte.gif) top right no-repeat;
  } 
#mitte-links {
  width:310px;
  height:480px;
  float:left;
  border-right:1px dashed #99bbd6;
  }
#mitte-rechts {
  width:580px;
  min-height:480px;
  float:left;
  overflow:auto;
  padding-bottom:40px;
  }   
h1 {
  font-size:14px;
  padding:0 0 28px 10px;
  }
p {
  padding:0 0 8px 10px;
  width:500px;
  }    
textarea, input, submit {
  border:1px solid #5b5b5b;
}
