#gaestebuch{width:500px;}
#gaestebuch .neu{background-color:none;}
#gaestebuch .eintrag{ border: 1px solid #0a503d; margin-top:5px;}
#gaestebuch .eintrag .name{background-color:#f2d968; margin-left:10px; }
#gaestebuch .eintrag .message{ margin-left:20px;}
#gaestebuch .eintrag .datum{background-color:none; margin-left:30px;}
/**
 * Die Rahmen dann bitte in grün #0a503d
 * Der HG hat diese Farbe #f5c074
 * Der HG der Formularfelder und der Überschriften #fbe7ca
 * Die Schriftfarbe wie die Linien #0a503d
 */
#gaestebuch fieldset {
    border: 1px solid #0a503d;
    background-color: none;
    width: 500px;
    padding: 5px 0px 5px 0px;
}

#gaestebuch input, textarea, select, option {
    color: #000000;
    background-color: #f2d968; /*färbt das Textfeld beim Gästebucheintrag ein*/
    padding: 2px 0px 0px 5px;
}

#gaestebuch .form-row {
    padding: 2px 0px 2px 30px
}

#gaestebuch textarea {
    width: 230px;
    height: 100px;
}

#gaestebuch .form-row input {
    width: 230px;
}

#gaestebuch select {
    width: 238px;
}

#gaestebuch .description {
    float: left;
    width: 200px;
}

#gaestebuch .required {
    font-weight: 700
}

#gaestebuch legend {
    border: 1px solid #0a503d;
    margin-left: 20px;
    background-color: #f2d968; /*färbt den Button neuer Gästebucheintrag ein*/
    margin-top: 10px;
    padding: 5px 50px;
}

#gaestebuch .form-submit {
    padding: 5px 0px 5px 230px;
}

#gaestebuch input.image, input[type="image"] {


float:none;
width:auto;
}
#gaestebuch .form_error{
  margin-left:200px;
  margin-bottom:5px;
  color:red;
  font-weight:bold;
  text-align:center;
   width:250px;
    Border:1px solid red;
    background-color:white;
    padding:5px;
}
.intern{display:none}
.gelb 	{font-size: 12px; font-weight: bolder;}