/* Copyright by Webmaster-Elite.de */
/* http://www.webmaster-elite.de        */
.tab {
        background-color: #FFFFFF;
        padding: 3px;
        border: 1px solid #A3C0E0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 12px;


}
.headline {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #A3C0E0;
}
a:link {
        color: #336397;
        text-decoration: none;
}
a:visited {
        color: #336397;
        text-decoration: none;
}
a:active {
        color: #336397;
        text-decoration: none;

}
a:hover {
        color: #1C3653;
        text-decoration: underline;
}