body { line-height:1.3em;
     }

A:link          {text-decoration:none;color:#0A328C;}
A:active        {text-decoration:none;color:#0A328C;}
A:visited       {text-decoration:none;color:#0A328C;}
A:hover         {text-decoration:underline;color:#000000;}

#178
 {
  color: black; background-color: #FFFFCC;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;

}


li {
  line-height:1.6em;
}

.info {
  font-size:0.1em;
  color:#DFDFDF;
  line-height:0.1em;
  margin-top:1em;
}


#oa {
  font-family: verdana,arial,helvetica;
  color: #1016AA;
}


div#hinweis {
    float: right; width: 33%;
    margin-top: 2em; padding: 0.5em;
    border: 1px dashed cornflowerblue; background-color: aliceblue;
  }









/* Formular-Formatierung */

form#mailform {
  background: none repeat scroll 0 0 #eff7ef;
  border: 1px solid #e9f0e9;
  display: block;
  margin-bottom: 10px;
}

.csc-mailform-field {
  width: 280px;
  border: solid 0px black;
  float: left;
  padding: 5px 10px;
}

.csc-mailform-field input {
  border: solid #cccccc 1px;
  width: 100%;
  clear: both !important;
  padding: 0;
  margin: 0;
  font-size: 110%;
}
.csc-mailform-field input.csc-mailform-check, #mailformformtype_mail {
  width: auto;
}

#mailformformtype_mail {
  margin-top: 50px;
  background: none repeat scroll 0 0 #218621;
  border: 0 none;
  color: #ffffff;
  padding: 10px 30px;
}

.csc-mailform-label {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.csc-mailform-field label {
  display: block;
  float: left;
  width: 100%;
  /*margin-right: 10px;*/
}

