/*------------------------------------------ GAESTEBUCH ----------------------------------------*/
div#gaestebuch {

}

#gaestebuch_content h1 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

#gaestebuch p {
    font-size: 12px;
    width: 250px;
    text-align: center;
    margin: 20px auto;
}

#gaestebuch p a {
    color: #666;
}

#gb_ausgabe {
    text-align: center;
    font-size: 12px;
    color: #666;
}

div#gaestebuch div.eintrag {
    font-size: 12px;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

div#gaestebuch div.eintrag div.header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
}

div#gaestebuch div.eintrag div.header div.name {
    font-weight: bold;
    color: #666;
}

div#gaestebuch div.eintrag div.header div.name img {
    padding: 0 5px;
}

div#gaestebuch div.eintrag div.header div.datum {
    float: right;
    font-size: 10px;
    color: #666;
}

div#gaestebuch div.eintrag div.text {
    text-align: justify;
    padding: 10px 5px;
    color: #666;
}

/*------------------------------------ blaetterfunktion -------------------------------------*/
div#gaestebuch div#blaettern {
    display: inline-block;
    width: 100%;
    text-align: center;
}

div#gaestebuch div#blaettern b {
    color: #4C321B;
    font-size: 14px;
}

div#gaestebuch div#blaettern a {
    color: #666;
}


/*------------------------------------ formular  -------------------------------------*/
div#gaestebuch_content form fieldset {
    border: 1px solid #4C321B;
    padding:  20px;
}

div#gaestebuch_content form fieldset+fieldset {
    margin-top: 20px;
}

div#gaestebuch_content form fieldset legend {
    font-size: 12px;
    font-weight: bold;
    color: #4C321B;
}

div#gaestebuch_content form fieldset div.help {
    display: inline-block;
    width: 100%;
}

div#gaestebuch_content form fieldset div.help label {
    font-size: 11px;
    display: block;
    float: left;
    width: 150px;
    margin-top: 2px;
}

div#gaestebuch_content form fieldset div.help input {
    font-size: 11px;
    display: inline-block;
    width: 350px;
    border:  1px solid #4C321B;
    float: right;
}

div#gaestebuch_content form fieldset div.help img {
    float: right;
    margin-right: 230px;
}

div#gaestebuch_content form fieldset div.help textarea {
    float: right;
    padding: 5px;
    width: 338px;
    height: 120px;
    border:  1px solid #4C321B;
}

div#gaestebuch_content form input[type=submit],
div#gaestebuch_content form a#gb_back {
    float: right;
    padding:  3px 15px;
    border:  1px solid #4C321B;
    margin: 20px 0 0 0;
    background-color: #fff;
}

div#gaestebuch_content form a#gb_back {
    float: left;
	font-size: 13px;
    color: #000;
    text-decoration: none;
}