/*Colour- and Text-Styles*/
html
{
    overflow-x: hidden;
}
BODY {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 13px; 
    BACKGROUND:  url(./images/background.gif) #ffffff repeat-x;     MARGIN: 0px; 
    COLOR: #000000; 
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none
}
body.clsPopUp
{
    margin: 0px;
    background-color: #e5eef7;
    background-image: none;
}
ul
{
    list-style-type: square;
    margin-top: 0px;
}
ol
{
    list-style-type: 1;
}
li
{
    font: normal 13px Arial;
    color: #000000;
    vertical-align: middle;
}
td
{
    vertical-align: top;
}
.clsBanner
{
    vertical-align: top;
    text-align: center;
}
.clsShortCuts
{
    background-color: #7facd7;
    font: normal 13px Arial;
    color: #000000;
    text-decoration: none;
}
.clsHead1
{
    vertical-align: middle;
    font: bold 16px Arial;
    color: #000000;
    background-color: #7facd7;
}
.clsHead2
{
    vertical-align: bottom;
    font: bold 13px Arial;
    color: #000000;
}
td.clsTextHighlight, p.clsTextHighlight, span.clsTextHighlight
{
    font: normal 13px Arial;
    color: #C00000;
}
td.clsText, p.clsText, span.clsText
{
    font: normal 13px Arial;
    color: #000000;
}
a.clsText:link, a.clsText:visited, a.clsText:active
{
    font: normal 13px Arial;
    color: #0084F4;
    text-decoration: none;
}
a.clsText:hover
{
    font: normal 13px Arial;
    color: #019901;
    text-decoration: underline;
}
td.clsTextBoldHighlight, p.clsTextBoldHighlight, span.clsTextBoldHighlight
{
    font: normal 13px Arial;
    color: #C00000;
    font-weight: bold;
}
td.clsTextBold, p.clsTextBold, span.clsTextBold
{
    font: normal 13px Arial;
    color: #000000;
    font-weight: bold;
}
tr.decoration img {
    display: block;
}
tr.deconone img {     display: inline;}
a.clsTextBold:link, a.clsTextBold:visited, a.clsTextBold:active
{
    font: normal 13px Arial;
    color: #0084F4;
    text-decoration: none;
    font-weight: bold;
}
a.clsTextBold:hover
{
    font: normal 13px Arial;
    color: #0084F4;
    text-decoration: underline;
    font-weight: bold;
}
td.clsTextSub, p.clsTextSub, span.clsTextSub
{
    font: normal 10px Arial;
    color: #000000;
}
td.clsTextSubBlue, p.clsTextSubBlue, span.clsTextSubBlue
{
    font: normal 10px Arial;
    color: #0084F4;
}
td.clsTextItal, p.clsTextItal, span.clsTextItal
{
    font: normal 13px Arial;
    color: #000000;
    font-style: italic;
}
/* Menustyle 1 */
td.clsTextMenu1, p.clsTextMenu1, span.clsTextMenu1
{
    font: normal 13px Arial;
    color: #0084F4;
    font-weight: bold;
        padding-bottom: 4;
}
/* Menustyle 2 */
td.clsTextMenu2, p.clsTextMenu2, span.clsTextMenu2
{
    font: normal 12px Arial;
        padding-top: 2; 
        padding-bottom: 4;
    color: #00000;
    font-weight: bold;
}
a.clsTextMenu2:link, a.clsTextMenu2:visited, a.clsTextMenu2:active
{
    font: normal 12px Arial;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
a.clsTextMenu2:hover
{
    font: normal 12px Arial;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}
/* Menustyle 3 */
td.clsTextMenu3, p.clsTextMenu3, span.clsTextMenu3
{
    font: normal 13px Arial;
    padding-top: 5;
    padding-bottom: 8;
    color: #9C0000;
    font-weight: bold;
}
a.clsTextMenu3:link, a.clsTextMenu3:visited, a.clsTextMenu3:active
{
    font: normal 13px Arial;
    color: #9C0000;
    text-decoration: none;
    font-weight: bold;
}
a.clsTextMenu3:hover
{
    font: normal 13px Arial;
    color: #9C0000;
    text-decoration: underline;
    font-weight: bold;
}
td.clsBar0
{
    font: normal 13px Arial;
    color: #ffffff;
    background-color: #0084F4;
}
td.clsBar1
{
    font: normal 13px Arial;
    color: #ffffff;
    background-color: #019901;
}
#button:hover,#button:focus{
    font: normal 13px Arial;
}
#button:active{
    font: normal 13px Arial;
}
