#header2{
margin-bottom: 5px;
background:url(../images/inhaltheaders/kontakt.jpg) no-repeat right;
height:90px;
}

#inhalt{
background-color:#FAF0CD;
}

/* schriften und dergleichen (zum teil ergänzungen zu obrigen containern)*/

h1 { 
color:#E7BF2A;
}

/* /////////////////////kontaktforumlar*/

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display:block;
  float: left;
  width: 100px; /* Breite.*/
}

form div.csc-mailform-field{ /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
form div.csc-mailform-checkbox{ /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
div.csc-mailform-checkbox label{
width: 300px; /* Breite.*/
}
div.csc-mailform-checkbox input{
width: 15px;
}
div.csc-mailform-checkbox{
padding:0 0 0 95px;
}
input.mf-submit { /* den Submit-Button */
  float: none;
  width: auto;
}

label {
 text-align: left; 
 padding-right: 0px; 
}

form {
  /*background: #de2;
  border: thin solid #ab0; */
  font:75% Verdana, Arial, Helvetica, sans-serif;
  padding:15px 15px 15px 20px;
  margin:0 0 0 0;
}
/* /////////////////////kontaktforumlar*/
