
div#banner {
  display:none;
}

html > body div#hauptinhalt {
  width: 550px;
}

div#hauptinhalt {
    voice-family: "\"}\""; /* Tantek */
    voice-family:inherit;
    width:550px;
    top:-1em;
}

div#hauptinhalt form#registration select.selectlist,
div#hauptinhalt form#registration input.text  {
   width:250px; 
   background-color:#DDF2FF; 
   border:1px solid #999;
   height: 1.5em;
}

div#hauptinhalt form#registration span.label {
  width: 100px;
  font-weight: bold;
  display: block;
  float: left;
  text-align:right;
  padding-right:5px;
}
div#hauptinhalt form#registration span.musthave {
  width: 10px;
  color: #f00;
  display: block;
  float: left;
}

form#registration div.inputrow {
  clear: left; 
  margin:3px;
}  

form#registration table.two_col td.label {
  background-color:#DDF2FF; 
}  

form#registration table.two_col td{
  margin: 3px 0px;
  padding: 2px; 
  vertical-align: top;
  background-color:#DDF2FF; 
}  

form#registration fieldset {
  border:0px;
  padding: 10px 5px;
 border-bottom: 1px solid black;
}

form#registration div.fieldblock {
  margin-bottom: 15px;
}
