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

#inhalt{
background-color:#E2E3C4;
}

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

h1 { 
color:#838C0D;
}

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

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

label.ferienwohnung { /* Alle Labels UND Formularelemente auswählen */
  width: 350px; /* Breite.*/
}

label.wahl { /* Alle Labels UND Formularelemente auswählen */
  width: 50px; /* Breite.*/
}

select.wahl { /* Alle Labels UND Formularelemente auswählen */
  width: 500px; /* Breite.*/
}

input.es{ /* Alle Labels UND Formularelemente auswählen */
  display:block;
  float: left;
  width: 15px; /* 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;
}
form br{
    clear:both;
}

fieldset{
padding:5px;}


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