/*** FRONTEND ***/

table#glossar {
    width: 100%;
    border-collapse: collapse;
}

    table#glossar th {
        letter-spacing: 0.3em;
        color: #7AC;
        background: #93C2E6;
        padding: 10px;
        font-weight: normal;
    }
    
    table#glossar th a {
        color: #555;  
    }
    
    table#glossar th a.active {
        font-weight: bold;
    }
    
    table#glossar td {
        padding: 7px 5px 7px 5px;
        border-bottom: 1px solid #666;
    }
    
    table#glossar td.headline {
        vertical-align: top;
    }

/*** MAHOUT ***/

    form textarea.area {
        border: 1px solid grey;
    }
