
table{
    border-collapse:collapse;
    /*border-bottom: #606060 1px solid;*/
}

th{
    text-align:right;
    padding:4px;
}
th span{
    text-align:left;
    padding:0px;
}
td{
    border-top: #999999 1px solid; 
    text-align:left; 
    padding:2px 10px 2px 4px;
}

#gaestebuch_eintrag_formular{
    /*border: 1px solid #606060;*/
    margin-left:0px;
    text-align:left;      
}

#gaestebuch_eintrag_formular ul fieldset{
    width:300px; 
    padding:10px; 
    border:solid 1px #999999;
    margin-left:-1px;
}

#gaestebuch_eintrag_formular input {
    height:20px;    
}
#gaestebuch_eintrag_formular ul{
    list-style:none;
    margin:0px;
    padding:0px;
    display:block; 
}

#gaestebuch_eintrag_formular ul #cancel{
    margin-left:270px; 
}

#gaestebuch_eintrag_formular ul li{
    margin:5px 0px 5px 0px;
    display:block;
}
#gaestebuch_eintrag_formular ul #insertLText{
     margin:15px 0px 0px 270px;  

}
#gaestebuch_eintrag_formular ul li #refresh{
     margin:0px 0px 0px 5px; 
     cursor: hand; 
}

#gaestebuch_eintrag_formular ul li #sbutton{
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    background-attachment:scroll;
    background-color:#EEEEEE;
    border-bottom-color:#999999;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#CCCCCC;
    border-top-style:solid;
    border-top-width:1px;
    display:block;
    height:20px;
    cursor: hand; 
}

#seccode{
    margin-left:2px;
}

img{
    border:0px;
}

/*Pfeil Links */
#pfeil_links{
    margin-top:5px;
    /*clear:both;*/
} 
#pfeil_links ul{
     padding:0px; 
     margin:0px;   
}
#pfeil_links ul li{
     list-style:none;
     float:left;
}

/*Pfeil Rechts*/
#pfeil_rechts{
    margin-top:5px;
    /*clear:both;*/
} 
#pfeil_rechts ul{
     padding:0px;
     margin:0px;     
}
#pfeil_rechts ul li{
     list-style:none;
     float:right;
}

