.gaestebuch_eintraege h4 .gaestebuch_datum{
    float:right;
    font-size:13px;
    padding-top:3px;
}

.gaestebuch_eintraege h4{
    margin-bottom:0px;
    color:White;
    background-color: #e0110e;
    padding: 5px;
}

.gaestebuch_eintraege p{
    padding: 5px;
    border-left:1px dotted #AAA;
    border-right:1px dotted #AAA;
    border-bottom:1px dotted #AAA;
    margin: 0px 0px 20px 0px;
}

.gb_select_input{
    font-family: "YanoneKaffeesatzRegular";
    font-size: 16px;
    float: left;
    width:560px;
    border: 1px dotted #AAA;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    color: #e0110e;
    cursor: pointer;
    background-color: #EEE;
}

.gaestebuch_seitenumschalter{
    font-family: "YanoneKaffeesatzRegular";
    font-size: 16px;
    color: #e0110e;
}

.gaestebuch_seitenumschalter .text{
    border: 1px dotted #AAA;
    padding: 5px;
    color: #4D4D4D;
    
}

.gaestebuch_seitenumschalter a{
    color:#e0110e;
}

.gaestebuch_seitenumschalter a:hover{
    color: #c89314;
}

.table_gaestebuch{
    color: #4D4D4D;
    font-family: "YanoneKaffeesatzRegular";
    font-size: 16px;
    
}

.table_gaestebuch input, .table_gaestebuch textarea{
     float: left;
    width:400px;
    border: 1px dotted #AAA;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    color: #e0110eD;
    background-color: #EEE;
    font-family: "YanoneKaffeesatzRegular";
    font-size: 16px;
}

.table_gaestebuch textarea{
    height:250px;
    font-family: "YanoneKaffeesatzRegular";
    font-size: 16px;
    color: #e0110e;
}

.table_gaestebuch input#button{
    width:auto;
    float:right;
}

.table_gaestebuch .input1f{
    border: 1px dotted #F00;
    background-color: #FAA;
}