/***     Allgemeines Textformat */
h1,h2,h3,h4,p,ul,ol,li,div,table,td,th,address,blockquote,nobr,b,i {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
}

/***********************************************************/
/***    Header-Tabelle */
#headerTab {
        margin: 0px;
        width: 100%; /* 724px; */
        height: 115px;
        table-layout: fixed;
        border-collapse: collapse;
        border-spacing: 0;
        border-style: none;
}
#headerTabR2C1 {
        background-color: #E5EEF7;
        height: 68px;
        border-style: none;
}
#headerTabR2C2 {
        background-color: #E5EEF7;
        border-style: none;
        text-align: right;
        vertical-align: bottom;

}