body {
        background-color: #FFFFFF;
        margin: 0px;
}

td {
        font-family: Arial;
        font-size: 12px;
}

/*( MENUE )*********************************************************************************************/
table.menue {
        width: 220px;
}

td.menue_top {
        width: 35px;
        height: 11px;
        font-size: 0px;
        background-image: url(../images/layout/menue_top.jpg);
}

td.menue_entry {
        width: 35px;
        height: 30px;
        background-image: url(../images/layout/menue_bg.jpg);
}

td.menue_entry2 {
        padding-left: 6px;
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
        background-image: url(../images/layout/button1.jpg);
        background-repeat: no-repeat;
}

td.menue_bottom {
        width: 35px;
        height: 11px;
        font-size: 0px;
        background-image: url(../images/layout/menue_end.jpg);
}

td.menue_dummy {
        font-size: 0px;
}



/*******************************************************************************************************/

/*( MAIN )**********************************************************************************************/
table.main {
        width: 100%;
        height: 100%;
}

td.main_1_1 {
        width: 225px;
        height: 189px;
        background-image: url(../images/layout/1_1.jpg);
}

td.main_1_2 {
        height: 189px;
        background-image: url(../images/layout/1_2_bg.jpg);
}

#main_1_2 {
        width: 505px;
        height: 189px;
        background-image: url(../images/layout/1_2.jpg);
}

td.main_2_1 {
        width: 225px;
        background-image: url(../images/layout/2_1_bg.jpg);
}

#main_2_2 {
        padding-bottom: 10px;
        padding-right: 10px;
}

td.main_3_1 {
        height: 18px;
        width: 225px;
        background-image: url(../images/layout/3_1.jpg);
}

td.main_3_2 {
        height: 18px;
        background-image: url(../images/layout/3_2_bg.jpg);
        color: #FFFFFF;
}
/*******************************************************************************************************/

a.menu:link      {color: #9A0000; font-weight: bold; text-decoration: none; }
a.menu:visited   {color: #9A0000; font-weight: bold; text-decoration: none; }
a.menu:hover     {color: #9A0000; font-weight: bold; text-decoration: none; }
a.menu:active    {color: #9A0000; font-weight: bold; text-decoration: none; }

a:link      {color: #9A0000; text-decoration: none; }
a:visited   {color: #9A0000; text-decoration: none; }
a:hover     {color: #9A0000; text-decoration: underline; }
a:active    {color: #9A0000; text-decoration: none; }

a.b1:link      {color: #FFBB00; text-decoration: none; }
a.b1:visited   {color: #FFBB00; text-decoration: none; }
a.b1:hover     {color: #FFFFFF; text-decoration: none; }
a.b1:active    {color: #FFBB00; text-decoration: none; }



.text_header, h1 {
        color: #9A0000;
        font-size: 19px;
        font-weight: bold;
}


div.errormessage {
        text-align:justify;
        background-color: #FFFFE1;
        border: 1px dashed #ff0000;
        margin-top: 8px;
        margin-bottom: 16px;
        padding: 6px 6px 6px 32px;
        line-height: 18px;
}

img.errormessage {
        margin-left: -24px;
}

div.errormessage td {
        line-height: 18px;
}