/* Gästebuch-Eingabe */ 

a.bbcode {
    font-size: 10px;
    text-decoration: none;
    color: #666666;
    padding: 2px;
    margin-right: 2px;
    height: 11px;
    background: #BFBFC2;
}

a.smilie {
    border: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}



/* Gästebuch-Ausgabe */ 


.titel{
    padding-top:20px; 
    padding-left: 8px; 
    clear: both; 
    border-bottom: 1px solid silver;
    font-weight: bold;
}
.datum{
    font-weight: normal;
}

.text {
  /*  clear: both; */
    padding-left: 8px;
    padding-top:4px; 
}

a.vpgb_aktiv{
    font-weight: bold;
}
