table.zitate {
    width:900px;
}
table.zitate, tabel.zitate tr, table.zitate td {
    padding:5px;
    border:0;
    border-spacing:0;
}
table.zitate th {
    background-color:#1F1F1F;
    border:0;
    border-spacing:0;
}
th.th_bewertung {
    width:100px;
}
th.th_aktionen {
    width:70px;
}

tr.uc {
    background-color:#1F1F1F;
}
tr.uc:hover {
    background-color:#3B3B3B; 
}
tr.nuc {
    background-color:#000000;
}
tr.nuc:hover {
    background-color:#3B3B3B; 
}
.zitate_kommentar {
    font-style:italic;
    color:#888888;
}
img {
    border:0;
}
img.v {
    border:0;
}
img.nv {
    background-color:#3B3B3B;
    border:0;
}
input, select, textarea {
    margin-right:2px;
}
.qform {
    display:block;
    margin:20px 20px;
}
.qform input, .qform textarea, .qform label{
    display:block;
}
.qform input {
    color:white;
    background:#101010;
    border:2px solid #202020;
/*    width:180px;*/
}
.komform input {
    color:black;
    background:#CCCCCC;
    border:2px solid #555555;
}
.komform label {
    font-style:normal;
    color:white;
    margin-right:2px;
}
#komform_kommentar {
    width:300px;
}
.qform textarea  {
    color:white;
    background:#101010;
    border:2px solid #202020;
    width:300px;
}

