
a:link {
        text-decoration : none;
        font-family : Arial;
}

a:visited {
        text-decoration : none;
        font-family : Arial;
}

a:hover {
        text-decoration : underline;
}

.mail {
        text-decoration : none;
        color: white;
        font-family : Arial;
}

.mail:visited {
        text-decoration : none;
        color: white;
        font-family : Arial;
}

.mail:hover {
        text-decoration : underline;
}

.quick_link {
        text-decoration: none;
        color:blue;
}

.quick_link:hover{
        color: blue;
        text-decoration : none;
        background : #DCDCDC;
}

.quick_link:visited{
        color: blue;
        text-decoration : none;
}


.navigation {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: White;
}

.navigation.link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: White;
}

.navigation:visited {
        font-family: Arial;
        font-size: 10pt;
        text-decoration: none;
        color: White;
}

.navigation:hover{
        font-family:Arial;
        font-size: 10pt;
        color: Black;
        text-decoration : none;
        background : #EFF7FF;
}

table{
        text-decoration: none;
}

.quick {
        border : thin solid #3399CC;
        border-color : #3399CC;
        border-width : thin thin thin thin;
        border-left-width : thin;
        border-right-width : thin;
        border-style : solid;
        border-top-width : thin;
}

h2 {
        font-family : Arial;
        font-size : 16px;
        font-weight : bold;
        color : #00008B;
}

p {
        font-family : Arial;
        text-align : justify;
        font-size : 14px;
}
.kopierschutz {
        font-family: Arial;
        font-size : 10px;
        color : Gray;
}

dd {
        font-family : Arial;
        text-align : justify;
}

td {
        font-family : Arial;
        font-size : 14px;
}

.navig {
        font-family: Arial;
        text-align: center;
}

h5 {
        color : white;
        font-family : Arial;
        font-size : 16px;
        background-color : #3399CC;
        border-color : black;
        border-left-width : thin;
        border-right-width : thin;
        border-style : groove;
        border-top-width : thin;
}
.klein{
        font-family: Arial;
        font-size : 6px;
}

.kleiner{
        font-size : 12px;
}

.kategorie{
        font-size : 16px;
        font-family : Arial;
}