tr.titel {
    font-weight: bold;
    background: #E2C890;
    color: #000000;
    text-align: center;
}

tr.kopf {
    font-weight: bold;
    background: #F9EAAF;
    color: #000000;
}

tr.trennzeile {
    background: #DDDDDD;
    color: #000000;
}

tr.highlight {
    background: #EEEEEE;
    color: #000000;
}

tr.verlauf {
    font-weight: bold;
    color: #000000;
    background-image: url(http://static.ubuntuusers.de/img/wiki/heading.png);
    text-align: center;
}

/* Tabellen Deko KDE ---- */
tr.kde-titel {
    font-weight: bold;
    background: #013397;
    color: white;
    text-align: center;
}

tr.kde-kopf {
    font-weight: bold;
    background: #0169C9;
    color: white;
}

tr.kde-highlight {
    background: #AACCEE;
    color: #000000;
}

/* Tabellen Deko Xfce ---- */
tr.xfce-titel {
    font-weight: bold;
    background: #B3DEFD;
    color:#000000;
    text-align: center;
}

tr.xfce-kopf {
    font-weight: bold;
    background: #EFEFEF;
    color: #000000;
}

tr.xfce-highlight {
    background: #EFEFEF;
    color: #000000;
}

/* Tabellen Deko LXDE ---- */
tr.lxde-titel {
    font-weight: bold;
    background: #212121;
    color: white;
    text-align: center;
}

tr.lxde-kopf {
    font-weight: bold;
    background: #0b60a3;
    color: white;
}

tr.lxde-highlight {
    background: #474747;
    color: white;
}

/* Tabellen Deko Edubuntu ---- */
tr.edu-titel {
    font-weight: bold;
    background: #d41308;
    color: white;
    text-align: center;
}

tr.edu-kopf {
    font-weight: bold;
    background: #f1480e;
    color: white;
}

tr.edu-highlight {
    background: #f68b11;
    color: #000000;
}

/* Tabellen Deko ubuntustudio ---- */
tr.studio-titel {
    font-weight: bold;
    background: #171717;
    color:#009bf9;
    text-align: center;
}

tr.studio-kopf {
    font-weight: bold;
    background: #525252;
    color:#009bf9;
}

tr.studio-highlight {
    background: #171717;
    color:#FFFFFF;
}

/* Klasse für die Award Box ----*/
div.award {
  border: 1px solid #ffcc00;
}

div.award h3 {
  background-color: #ffcc00;
}


div.wrap3 {
  background-image:url(http://static.ubuntuusers.de/img/head.jpg);
}