/* Gästebuch */
/* -------------------------------------------------------------------------- */
/* die Zeile für die Infos im Gästebuch */
.gbInfos {    
    padding-left: 10px;
}

.gbInfosKeineHomepageEmail {
    font-style: italic;
}

.gbNavi {
    text-align: center;
}

/* Definiert die Einzelnen Felder des Eingabebereichs des Gästebuchs
   und positioniert diese */
#gbBereichName {
    float: left;
    width: 530px;
    margin-top: 0;
    margin-bottom: 0;
}

#gbBereichEMail {
    float: left;
    width: 46%;
    margin-top: 0;
    margin-bottom: 0;
}

#gbBereichHomepage {
    float: left;
    width: 46%;
    margin-top: 0;
    margin-bottom: 0;
}

#gbBereichKommentar {
    float: left;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
}

#gbBereichgbSicherheit {
    float: left;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
}

#gbBereichKnoepfe {
    float: left;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
}