#SpalteLinks{
    padding: 0 10px 20px 20px;
    width: 638px;
    background: #FFFFFF;
    font-size: 12px;
    text-align: justify;
    vertical-align: top;
  }

#SpalteLinks h1{
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: bold;
    color: #33619F;
    text-align: left;
  }
#SpalteLinks h2{
    margin: 0 0 5px 0;
    font-size: 11px;
    font-weight: normal;
    color: #656565;
  }
#SpalteLinks div.LiniePunkte{
    margin: 10px 0 10px 0;
    width: 100%;
    height: 5px;
    font-size: 0;
    background: url(Bilder/Design/LiniePunkte.gif);
    clear: both;
  }
#SpalteLinks img.Bild{
    border: 1px solid #000000;
  }
#SpalteLinks img.Bild.Links{
    margin: 0 20px 5px 0;
    float: left;
  }
#SpalteLinks img.Bild.Rechts{
    margin: 0 0 5px 20px;
    float: right;
  }
#SpalteLinks a{
    color: #000000;
  }
#SpalteLinks .Mehr {
    margin: 3px 0 0 0;
    text-align: right;
  }

#SpalteRechts{
    padding: 10px 20px 20px 10px;
    width: 200px;
    font-size: 11px;
    color: #7B7B7B;
    text-align: justify;
    vertical-align: top;
  }
#SpalteRechts h3{
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    color: #1B3F6F;
  }
#SpalteRechts div.LinieGrau{
    margin: 3px 0 3px 0;
    height: 5px;
    background: url(Bilder/Design/LinieGrau.gif);
    font-size: 0px;
  }
#SpalteRechts a{
    color: #1B3F6F;
  }

form.Formular{
    margin: 0;
    padding: 0;
    width: 400px;
  }
form.Formular div.Zeile{
    width: 450px;
    clear: both;
  }
form.Formular div span{
    margin-bottom: 5px;
 }
form.Formular div.Zeile span.Label{
    position: absolute;
    width: 150px;
    float: left;
  }
form.Formular div.Zeile span.Feld{
    width: 300px;
    float: right;
  }
form.Formular input{
    height: 16px;
  }

form.Formular input.Text, form.Formular select.Combobox{
    width: 100%;
    background: #EAEEFF;
    border: 1px solid #000000;
  }
form.Formular input.TextFocus{
    width: 100%;
    background: #F8F9FF;
    border: 1px solid #000000;
  }
form.Formular textarea.Textarea{
    width: 100%;
    height: 100px;
    font-family: Arial, Sans Serif;
    font-size: 12px;
    background: #EAEEFF;
    border: 1px solid #000000;
  }
form.Formular textarea.TextareaFocus{
    width: 100%;
    height: 100px;
    font-family: Arial, Sans Serif;
    font-size: 12px;
    background: #F8F9FF;
    border: 1px solid #000000;
  }
form.Formular Input.Submit{
    margin: 0;
    padding: 0;
    width: 100px;
    height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    background:  #33619F;
    border: 1px solid #000000;
  }
form.Formular .Fehler{
    color: #FF0000;
  }