#gaestebuch{width:500px;}
#gaestebuch .neu{background-color:none;}
#gaestebuch .eintrag{ border: 1px solid #ffffff; margin-top:5px;}
#gaestebuch .eintrag .name{background-color:#b50404; padding-left:10px; font-weight: bold;}
#gaestebuch .eintrag .message{ margin-left:10px;}
#gaestebuch .eintrag .datum{background-color:none; margin-left:10px; font-weight: bold;}

#gaestebuch fieldset {
    border: 1px solid #ffffff;
    background-color: none;
    width: 500px;
    padding: 5px 0px 5px 0px;
}

#gaestebuch input, textarea, select, option {
    color: #ffffff;
    background-color: #b50404; /*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;
	font-family: Arial, Helvetica, sans-serif;
}

#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 #ffffff;
    margin-left: 20px;
    background-color: #b50404; /*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;}
