BODY {
        background-color: white;
        color: black;
        font-family: Arial, Helvetica;
        font-size: 14px;
        color: #3D5264;
}
TD {
        color: black;
        font-family: Arial, Helvetica;
        font-size: 14px;
        color: #3D5264;
}

A {
        color: #003366;
}
.Title {
        font-weight: bold;
        font-size: 30px;
        color: #3D5264;
}
.Sitle {
        font-weight: bold;
        font-size: 24px;
        color: #3D5264;
}

.Path {
        font-weight: bold;
        font-size: 16px;
        color: #8b928d;
}
.Small {
        font-size: 10px;
}
.ItalSmall {
        font-size: 10px;
        font-style: italic;
}
.achtung {
        font-size: 14px;
        color: #E3001B;
}
.boldgroesser {
        font-size: 16px;
        font-weight: bold;
}
.groesser {
        font-size: 16px;
}
}
.italgroesser {
        font-size: 16px;
        font-style: italic;
}
.hervorheben {
        font-weight: bold;
    font-size: 16px;
        color: #E3001B;
}
.gruen {
        font-size: 14px;
        color: #008000
}

.Bemerkung {
        font-size: 12px;
        color: #008000
}
.SubTitle {
        font-style: italic;
        font-weight: bold;
}

IMG.SelectedImage {
        border: 3px solid #81A8D8;
}

/*  *********
        Liste
        ********* */

TABLE.Liste {
        background-color: white;
        border-color: #444444;
        border-width: 1;
        border-style: solid;
        border-collapse: collapse;
}

TABLE.Liste TD {
        vertical-align : top;
        padding: 2px;
}

TABLE.Liste TR.Header {
        background-color: #003366;
}

TABLE.Liste TR.Header TD {
        font-weight: bold;
        color: #eeeeee;
}

TABLE.Liste TR.Title {
        background-color: #cccccc;
}

TABLE.Liste TR.Title TD {
        font-weight: bold;
}

TABLE.Liste TR.Text {
        background-color: #eeeeee;
}

/* Alternating Text */
TABLE.Liste TR.Text-a {
        background-color: #cccccc;
}