 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #fe7foo;
        scrollbar-face-color: #DEE3E7;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #DEE3E7;
        scrollbar-3dlight-color: #D1D7DC;
        scrollbar-arrow-color:  #0080C0;
        scrollbar-track-color: #EFEFEF;
        scrollbar-darkshadow-color: #98AAB1;
        }

/* head level 1: grey text */
.hg {
        color: #999999;
        font-size: 21px;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
    }

/* head level 1: orange text */
.h1 {
        color: #0080C0;
        font-size: 21px;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
    }

/* (link) head level 2: orange text */
.lh2 {
        color: #0080C0;
        font-size: 12px;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    }

/* link (nachrichten): white text */
.lws {
        color: #ffffff;
        font-size: 11px;
        font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    }

/* text */
.t {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
}

/* text normal orange */
.tnor {
        color: #000000;
        font-size: 11px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
    }

/* small text */
.st        {
        color: #000000;
        font-size: 10px;
        font-family: arial, helvetica;
        letter-spacing: 0px;
}

/*############Link Descriptions############*/

/* t link desc */
a.t:active                { color: #000000; }
a.t:link                { color: #000000; }
a.t:visited         { color: #000000; }
a.t:hover                 { color: #DEDEDE; }

/* tnor link desc */
a.tnor:active        { color: #000000;}
a.tnor:link                { color: #000000;}
a.tnor:visited         { color: #000000;}
a.tnor:hover         { color: #FF7F00;}

/* general link desc */
a:active                { color: #FFFFFF; }
a:link                        { color: #FFFFFF; }
a:visited                 { color: #FFFFFF; }
a:hover                 { color: #999999; }

.torAudi { color: #CC0000; font-size: 12px; font-weight: bold; font-family: arial, helvetica, sans-serif; }
.h1Audi { color: #CC0000; font-size: 21px; font-weight: bold; font-family: arial, helvetica, sans-serif; }