.itemasel a {
    color: blue;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    width: 100%;
    height: 100%;
    border: 0 #fff;
    outline: none 0 #fff;
}

    .itemasel a:hover {
        color: blue;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: underline;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 2px;
        width: 100%;
        height: 100%;
    }

.itema a {
    color: blue;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    width: 100%;
    height: 100%;
    border: 0 #fff;
    outline: none 0 #fff;
}

    .itema a:hover {
        color: blue;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: underline;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 2px;
        width: 100%;
        height: 100%;
    }

.item a {
    color: blue;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    width: 100%;
    height: 100%;
}

    .item a:hover {
        color: blue;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 2px;
        width: 100%;
        height: 100%;
    }

.item {
    color: blue;
    font-size: 11pt;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    border-top: 1px solid #ccc;
}

.itema {
    color: blue;
    font-size: 11pt;
    font-weight: normal;
    background-color: #eee;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    border-top: 1px solid #ccc;
}

.itemasel {
    color: blue;
    font-size: 11pt;
    font-weight: bold;
    background-color: #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    border-top: 1px solid #ccc;
}

.title {
    color: #fff;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #999;
}

.textklein {
    font-size: 11pt;
    font-family: Arial, Helvetica;
}

    .textklein a {
        font-family: Arial, Helvetica;
        text-decoration: none;
    }

        .textklein a:hover {
            font-family: Arial, Helvetica;
            text-decoration: underline;
        }

.background {
    background-color: silver;
}

