body {
    background-color: #000000;
}

.artikeltbl {
    width: 500px;
}

.txtstd {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.txtfarbig {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FF6600;
    background-color: transparent;
    font-weight: bold;
}

a.txtlink {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

a.txtlink:hover {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FF6600;
}

.input_text {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}