/* Hyperlink Decorations*/
a:link {
        text-decoration: underline;
        color: #000080
        }
a:hover {
         color: red;
         text-decoration: underline;
}
a:visited{
         color: grey;
         text-decoration: underline;
}

.TopTitel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 36px;
        font-weight: bold;
        text-decoration: none;
        color: #EAEAEA

}
.ITitel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        text-decoration: none;
        color: #000080

}
.ZTitel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        text-decoration: none;
        color: #000080

}
.MText {
        font-family: Arial;
        align: justify
        text-decoration: none;
        color: #000080

}
.TText {
        font-family: Arial;
        font-size: 12px;
        text-decoration: none;
        color: #000080

}
.menu {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #EAEAEA;
        font-weight: bold;
        text-decoration: none;
        background-color: #000080;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}
.menu:hover {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000080;
        font-weight: bold;
        text-decoration: none;
        background-color: #EAEAEA;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}
.TabTit {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #EAEAEA;
        font-weight: bold;
        text-decoration: none;
        background-color: #000080;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}
.menui {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000080;
        font-weight: bold;
        text-decoration: none;
        background-color: #EAEAEA;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}
.menui:hover {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #EAEAEA;
        font-weight: bold;
        text-decoration: none;
        background-color: #000080;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}
.menuIN {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        background-color: #4040BF;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}
.menuIN:hover {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
        background-color: #66FFFF;
        display: block;
        height: auto;
        width: 240px;
        padding: 5px;
        border: 1
}

.text12pxweiss {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
}



