 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #FFFFFF;

        }

/* 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: #000000;
        font-size: 11px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
}

/* text */
.s {
        color: #000000;
        font-size: 11px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
}

/* text normal orange */
.tnor {
        color: #0080C0;
        font-size: 11px;
        font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    }

/* text orange bold */
.tor {
        color: #0080C0;
        font-size: 12px;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
    }


/* small text */
.st        {
        color: #000000;
        font-size: 10px;
        font-family: arial, helvetica;
        letter-spacing: 0px;
}

/* Navigation*/
.nav1        {
    color: #000000;
    font-size: 11px;
    font-family: arial, helvetica;
        letter-spacing: 0px;
    text-decoration: none;
}

/* Navigation active */
.nav1a {
    color: #000000;
    font-size: 11px;
    font-family: arial, helvetica;
        font-weight: bold;
        letter-spacing: 0px;
    text-decoration: none;
}



/*############Link Descriptions############*/
/* nav1 link desc */
a.nav1:active        { color: #333333; }
a.nav1:link                { color: #333333; }
a.nav1:visited         { color: #333333; }
a.nav1:hover         { color: #000000; }

/* nav1a link desc */
a.nav1a:active        { color: #000000; }
a.nav1a:link        { color: #000000; }
a.nav1a:visited { color: #000000; }
a.nav1a:hover         { color: #000000; }

/* lh2 link desc */
a.lh2:active        { color: #ff6600; }
a.lh2:link                { color: #ff6600; }
a.lh2:visited         { color: #ff6600; }
a.lh2:hover         { color: #ff6600; }

/* lws link desc */
a.lws:active        { color: #ffffff; }
a.lws:link                { color: #ffffff; }
a.lws:visited         { color: #ffffff; }
a.lws:hover         { color: #cccccc; }

/* t link desc */
a.t:active                { color: #000000; }
a.t:link                { color: #000000; }
a.t:visited         { color: #2F2F2F; }
a.t:hover                 { color: #ff0000; }

/* t link desc */
a.s:active                { color: #BF0000; }
a.s:link                { color: #BF0000; }
a.s:visited         { color: #BF0000; }
a.s:hover                 { color: #FF0000; }

/* tnor link desc */
a.tnor:active        { color: #0080C0;}
a.tnor:link                { color: #0080C0;}
a.tnor:visited         { color: #0080C0;}
a.tnor:hover         { color: #0080C0;}

/* general link desc */
a:active                { color: #666666; }
a:link                        { color: #666666; }
a:visited                 { color: #666666; }
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; }