/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */



/* Festlegung des Fonts */



/* Formatierung der großen Seitenüberschrift */



/* Formatierung der horizontalen Linien */

hr {padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color:#5c4731;
    width: 410px;
    height: 1px;
    border: 0px none;
    overflow: hidden;}
hr.gast {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color:#BE9D7A;
    width: 420px; 
    height: 1px;
    border: 0px none;
    overflow: hidden;
}

/* Formatierung von Hyperlinks */
.sec_input {
    width: 106px;
}

#header_bg {
    background: url("header_bg.jpg") top right no-repeat;
    height: 144px;
    padding: 0;
    margin: 0;
}
#gb_content {  
    padding: 5px;
    margin: 0;
}
