/* Reset */

* {
    margin: 0;
    padding: 0;
    font: normal 13px/18px Candara, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #c8c8c8;
    outline: none;
}

body {
    background: #181a1d;
    height: 800px;
}

body.navi {
    position: absolute;
    top: 300px;
}



/* Typografie */


p.neuer_absatz {
    margin-top: 5px;
}

div#content_startseite h1, span.h1rot {
    font-family: Candara, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 29px;
    background: none;
}

div#content_startseite h1 {
    color: #c8c8c8;    
}

span.h1rot {
    color: #cc4200;
}

div#content_startseite h2 {
    font-family: Candara, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 25px;
    margin-top: 15px;
    background: none;
    color: #c8c8c8;
}

h3 {
    font-family: Candara, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    background: none;
    color: #c8c8c8;
}

h3.startseite {
    margin-top: 8px;
}

h3.seitenueberschrift {
    margin-bottom: 17px;
}


h4.gruenehoelle,
h4.teaser_datum {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 13px;
    background: none;
    color: #c8c8c8;
}

div#teaser p {
    margin-top: 15px;
    color: #c8c8c8;
    background: none;
    display: block;
    width: 430px;
}


h5 {
    font-size: 17px;
    margin-bottom: 6px;
}

h5 span#unterueberschrift {
    font-size: 13px;
}


/* header */



div#header {
    background: #030303;
    height: 165px;
    width: 5000px;
    position: fixed;
    top: 0px;
    z-index: 200;
       
}


a.logo {
    display: block;
    width: 189px;
    height: 153px;
    float: left;
    position: fixed;
    z-index: 1100;
    top: 0px;
}

a.logo img {
    border: none;
}

div.header_verlauf {
    background: url("../images/header-verlauf.png") no-repeat;
    width: 389px;
    height: 80px;
    left: 189px;
    position: fixed;
    z-index: 400;
    top: 0;
}

div#warnung_kein_java {
    background: url("../images/warnung_kein_java.png") no-repeat;
    width: 313px;
    height: 55px;
    position: fixed;
    top: 11px;
    left:  202px;
    z-index: 500;
}


div#header .bild {
    background: url("../images/bild_oberer_teil.png") no-repeat;
    width: 446px;
    height: 80px;
    position: fixed;
    z-index: 500;
    top: 0px;
    right: 0px;
    
}

div#header .skalierung {
    background: url("../images/header-verlauf-1px.png") repeat-x;
    height: 80px;
    width: 5000px;
    z-index: 300;
    position: fixed;
    top: 0px;
    
}


/* Navigation */


div#navigation1 {
    height: 55px;
    position: fixed;
    left: 189px;
    top: 80px;
    z-index: 1001;
}

div#navi_hg {
    background: url("../images/header-carbon-skalierung.png") repeat-x;
    height: 55px;
    margin-left: 2px;
    width: 5000px;
    position: absolute;
    top: 80px;
}


div.navi_links {
    background: url("../images/header_carbon_links.png") no-repeat;
    height: 54px;
    width: 80px;
    float: left;
    position: fixed;
    top: 80px;
    margin-left: -2px;   
}

ul#navigation a {
    display: block;
    float: left;
    height: 54px;
    top: 80px;
}

ul span {
    display: none;
}

ul#navigation li {
    list-style: none;
    float: left;
    background: none;
    overflow: hidden;
    height: 1px;
    position: relative;
}


ul#navigation a.team_link {
    background: url("../images/navi_team.png") no-repeat;
    width: 64px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 207px;
    z-index: 800;
    xborder: solid 1px red;
}

ul#navigation a.team_link:hover {
    background: url("../images/navi_team.png") no-repeat 0 -29px;
    width: 64px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 207px; 
    z-index: 800;    
}


div#team_dropdown {
    background: url("../images/dropdown_team_hg.png") no-repeat;
    width: 84px;
    height: 67px;
    margin-top: 10px; 
    margin-left: 18px;
    position: relative;
    z-index: 400;
}


li.team a.dropdown_fahrer {
    background: url("../images/dropdown_team_fahrer.png") no-repeat;
    display: block;
    width: 53px;
    height: 19px;
    margin-top: 28px;
    margin-left: 3px;
} 

li.team a.dropdown_fahrer:hover {
    background: url("../images/dropdown_team_fahrer.png") no-repeat -80px 0;
    display: block;
    width: 53px;
    height: 19px;
    margin-top: 28px;
    margin-left: 3px;
} 

li.team a.dropdown_geschichte {
    background: url("../images/dropdown_team_geschichte.png") no-repeat;
    width: 84px;
    height: 20px;
    margin-top: -35px;
    margin-left: 3px;
}

li.team a.dropdown_geschichte:hover {
    background: url("../images/dropdown_team_geschichte.png") no-repeat -116px 0;
    width: 84px;
    height: 20px;
    margin-top: -35px;
    margin-left: 3px;
}

ul#navigation a.rennen_link {
    background: url("../images/navi_rennen.png") no-repeat;
    width: 68px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 294px;
    z-index: 900;
    xborder: solid red 1px;
}

ul#navigation a.rennen_link:hover {
    background: url("../images/navi_rennen.png") no-repeat -67px 0;
    width: 68px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 294px;
    z-index: 900;
}

div#rennen_dropdown {
    background: url("../images/dropdown_rennen_hg.png") no-repeat;
    width: 113px;
    height: 68px;
    margin-top: 10px;
    margin-left: 0px;
    position: relative; 
    z-index: 400;
}

li.rennen {
    left: -24px;
}

li.rennen a.dropdown_rcn {
    background: url("../images/dropdown_rennen_rcn.png") no-repeat;
    width: 38px;
    height: 19px;
    margin-top: 28px;
    margin-left: 3px;
}

li.rennen a.dropdown_rcn:hover {
    background: url("../images/dropdown_rennen_rcn.png") no-repeat -52px 0;
    width: 38px;
    height: 19px;
    margin-top: 28px;
    margin-left: 3px;
}

li.rennen a.dropdown_24std {
    background: url("../images/dropdown_rennen_24std.png") no-repeat;
    width: 110px;
    height: 21px;
    margin-top: -35px;
    margin-left: 3px;
}

li.rennen a.dropdown_24std:hover {
    background: url("../images/dropdown_rennen_24std.png") no-repeat -130px 0;
    width: 110px;
    height: 21px;
    margin-top: -35px;
    margin-left: 3px;
}
  
ul#navigation a.auto {
    background: url("../images/navi_auto.png") no-repeat;
    width: 57px;    
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 389px;
}

ul#navigation a.auto:hover {
    background: url("../images/navi_auto.png") no-repeat 0 -29px;
    width: 57px;    
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 389px;
}


ul#navigation a.bilder {
    background: url("../images/navi_bilder.png") no-repeat;
    width: 57px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 472px;
}

ul#navigation a.bilder:hover {
    background: url("../images/navi_bilder.png") no-repeat 0 -29px;
    width: 57px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 472px;
}

ul#navigation a.news {
    background: url("../images/navi_news.png") no-repeat;
    width: 59px;   
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 557px;
}

ul#navigation a.news:hover {
    background: url("../images/navi_news.png") no-repeat 0 -29px;
    width: 59px;   
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 557px;
}

ul#navigation a.shop {
    background: url("../images/navi_shop.png") no-repeat;
    width: 58px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 638px;
}

ul#navigation a.shop:hover {
    background: url("../images/navi_shop.png") no-repeat 0 -29px;
    width: 58px;
    height: 29px;
    margin-top: 8px;
    position: fixed;
    left: 638px;
}

ul#navigation div.strich {
    top: 80px;
}

div#str1 {
    background: url("../images/navi_str1.png") no-repeat;
    width: 16px;
    height: 33px;
    margin-top: 6px;
    position: fixed;
    left: 269px;
}

div#str2 {
    background: url("../images/navi_str2.png") no-repeat;
    width: 21px;
    height: 33px; 
    margin-top: 6px;
    position: fixed;
    left: 370px;
}

div#str3 {
    background: url("../images/navi_str3.png") no-repeat;
    width: 27px;
    height: 33px;
    margin-top: 6px;
    position: fixed; 
    left: 444px;
}

div#str4 {
    background: url("../images/navi_str4.png") no-repeat;
    width: 24px;
    height: 33px;
    margin-top: 6px;
    position: fixed;
    left: 531px;
}

div#str5 {
    background: url("../images/navi_str5.png") no-repeat;
    width: 30px;
    height: 33px;
    margin-top: 6px;
    position: fixed;
    left: 612px;
}

ul#navigation img {
    height: 55px;
    float: left;
}


div#bild2 {
    background: url("../images/bild_unterer_teil.png") no-repeat;
    position: fixed;
    top: 80px;
    right: 0px;
    width: 323px;
    height: 85px;
    float: right;
    z-index: 1000;
}




/* content */


div#contentwrapper {
    background: url("../images/content_verlauf.png") repeat-x;
    height: 850px;
    width: 12848px;
    min-height: 500px;
}

div#abstand_startseite {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;  
    left: 0px;
    top: 165px;
}


div#abstand_team_fahrer {
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    left: 1245px;
    top: 165px;
}

div#abstand_geschichte {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 2490px;
    top: 165px;
}

div#abstand_rcn {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 3735px;
    top: 165px;
}

div#abstand_24std {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 4980px;
    top: 165px;
}

div#abstand_auto {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 6225px;
    top: 165px;
}

div#abstand_bilder {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 7470px;
    top: 165px;
}

div#abstand_news {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 8715px;
    top: 165px;
}
div#abstand_news2 {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 9960px;
    top: 165px;
}

div#abstand_impressum {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 11205px;
    top: 165px;
}

div#abstand_kontakt {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 11606px;
    top: 165px;
}

div#abstand_design {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 12007px;
    top: 165px;
}

div#abstand_ev {
    width: 1px;
    height: 1px;
    position: absolute;
    background: none;
    left: 12408px;
    top: 165px;
}



div.content_hg {
    background: url("../images/startseite_content.jpg") no-repeat;
    width: 959px;
    height: 526px;
    position: absolute;
    padding-top: 33px;    
    padding-left: 35px;
}

div.infos_hg {
    background: url("../images/infos_hg.jpg") no-repeat;
    width: 250px;
    height: 526px;
    position: absolute;
    padding-top: 33px;    
    padding-left: 35px;
}

div#content_startseite {  
    top: 165px;
    left: 51px;
}



div#teaser {
    margin-top: 45px;
    float: left;
    width: 440px;
    background: none;
}

div#imagefilm {
    margin-left: 470px;
    margin-top: 45px;
    background: none;
}



div#link_mehr {
    display: block;
    width: 50px;
    background: none;
    margin-left: 390px;
    
}

a.mehr {
    background: none;
    font-weight: bold; 
    background: none;
    text-decoration: none;
    float: right;
}

a.mehr:hover {
    background: none;
    font-weight: bold; 
}

span.mehr_unterstrichen {
    font-size: 13px;
    text-decoration: none;
    background: none;
}

span.mehr_unterstrichen:hover {
    font-size: 13px;
    text-decoration: underline;
    background: none;
}

span.pfeil {
    background: none;
    font-weight: bold;    
    color: #cc4200;
    margin-left: 2px;
    padding-top: -2px;
    font-size: 14px;
    text-decoration: none;
}


div.teaser_bild_startseite {
    background: url("../images/teaser_bild_schlagschatten.png");
    background-position: right;
    margin-top: 11px;
    width: 441px;
    padding-top: 12px;
    height: 180px;
}


div#video {
    background: url("../images/schlagschatten_video.png") no-repeat;
    background-position: right;
    padding-top: 18px;
    margin-top: 5px;
    width: 439px;
    height: 257px;
    z-index: 2;
}


div#seite_team_fahrer {
    top: 165px;
    left: 1296px;
}

div#seite_team_fahrer_text  {
    width: 429px;    
    float: left;
}

p.fahrer_text2 {
    width: 429px;    
    float: left;
    display: block;
    position: absolute;
    left: 530px;
    top: 395px; 
}


div#steckbrief {
    background: url("../images/steckbrief_hg.jpg") no-repeat;
    width: 447px;
    height: 295px;
    position: absolute;
    left: 520px;    
}

div#teamfoto {
    background: url("../images/teamfoto.png") no-repeat;
    width: 438px;
    height: 285px;
    position: absolute;
    left: 0px;
}

div#david {
    width: 438px;
    height: 250px;
    position: absolute;
    left: 0px;
}

div#philipp {
    width: 438px;
    height: 250px;
    position: absolute;
    left: 0px;
}

div#daniel {
    width: 438px;
    height: 250px;
    position: absolute;
    left: 0px;
}

div#foto_david {
    background: url("../images/portrait_david.png") no-repeat;
    width: 160px;
    height: 210px;
    position: absolute;
    margin: 30px 0 0 5px;
}

div#foto_philipp {
    background: url("../images/portrait_philipp.png") no-repeat;
    width: 160px;
    height: 210px;
    position: absolute;
    margin: 30px 0 0 5px;
}

div#foto_daniel {
    background: url("../images/portrait_daniel.png") no-repeat;
    width: 160px;
    height: 210px;
    position: absolute;
    margin: 30px 0 0 5px;
}

div#steckbrief p {
    margin-top: 27px;
}

p.steckbrief_kategorien {
    color: #cc4200;
    font-size: 14px;
    position: absolute;
    left: 180px;
    display: block;
    width: 85px;
}

p.steckbrief_antworten {
    background: none;
    color: #c8c8c8;
    font-size: 14px;
    position: absolute;
    display: block;
    width: 160px;
    left: 270px;
}

div#seite_team_fahrer a span {
    display: none;
}

a.foto_team {
    background: url("../images/button_teamfoto.png") no-repeat;
    width: 85px;
    height: 23px;
    position: absolute;
    left: 876px;
    top: 365px;
}

a.foto_team:hover {
    background: url("../images/button_teamfoto.png") no-repeat -92px 0;
    width: 85px;
    height: 23px;
    position: absolute;
    left: 876px;
    top: 365px;
}

a.silhouette_david {
    display: block;
    background: url("../images/david.png") no-repeat -142px 0;
    width: 118px;
    height: 290px;
    position: absolute;
    top: 210px;
    left: 20px;
}

a.silhouette_david:hover {
    display: block;
    background: url("../images/david.png") no-repeat 0 0;
    width: 118px;
    height: 290px;
    position: absolute;
    top: 210px;
    left: 20px;
}


a.silhouette_philipp {
    display: block;
    background: url("../images/philipp.png") no-repeat -135px 0;
    width: 125px;
    height: 290px;
    position: absolute;
    top: 210px;
    left: 160px;
}

a.silhouette_philipp:hover {
    display: block;
    background: url("../images/philipp.png") no-repeat 0px 0;
    width: 125px;
    height: 290px;
    position: absolute;
    top: 210px;
    left: 160px;
}

a.silhouette_daniel {
    display: block;
    background: url("../images/daniel.png") no-repeat -239px 0;
    width: 229px;
    height: 290px;
    position: absolute;
    top: 210px;
    left: 290px;
}

a.silhouette_daniel:hover {
    display: block;
    background: url("../images/daniel.png") no-repeat 16px 0;
    width: 229px;
    height: 290px;
    position: absolute;
    top: 210px;
    left: 290px;
}

div#seite_geschichte {
    left: 2541px;
    top: 165px;
    padding-top: 33px;
}

div#seite_geschichte p#text_teil1,
div#seite_geschichte p#text_teil2 {
    width: 429px;
}

div#seite_geschichte p#text_teil2 {
    position: absolute;
    top: 307px;
    left: 498px;
}

div#team_geschichte_bild1 {
    background: url("../images/team_geschichte_bild_schatten.png") no-repeat;
    background-position: right;
    width: 441px;
    height: 222px;
    margin-top: 20px;
}

div#team_geschichte_bild1 img {
    margin-top: 7px;
}


div#team_geschichte_bild2 {
    background: url("../images/team_geschichte_bild_schatten.png") no-repeat;
    background-position: right;
    width: 441px;
    height: 222px;
    position: absolute;
    top: 66px;
    left: 498px;
    float: left;
}

div#team_geschichte_bild2 img {
    margin-top: 7px;
}



div#seite_rcn {
    left: 3786px;
    top: 165px;
    padding-top: 33px;
}

div#text_rcn {
    width: 600px;
    height: 490px;
    float: left;
    margin-right: 25px;
}

a.orange_schrift {
    color: #cc4200;
    text-decoration: none;
}

a.orange_schrift:hover {
    color: #cc4200;
    text-decoration: underline;
}

div#rennberichte {  
    width: 332px;   
    float: left;
}

img#logo_rcn {
    border: none;
}


div#seite_rcn p.rennberichte {
    margin-top: 17px;
    font-weight: bold;
}

div#seite_rcn p.acrobat_reader {
    margin-top: 25px;
    font-weight: normal;
}

a.rennbericht_download {
    background: none;
    margin-left: 25px;
    font-weight: bold; 
    background: none;
    text-decoration: none;
}

a.rennbericht_download:hover {
    background: none;
    margin-left: 25px;
    font-weight: bold; 
}

a.acrobat_download {
    background: none;
    font-weight: bold; 
    background: none;
    text-decoration: none;
}

a.acrobat_download:hover {
    background: none;
    font-weight: bold; 
}

span.download_unterstrichen {
    font-size: 13px;
    text-decoration: none;
    background: none;
}

span.download_unterstrichen:hover {
    font-size: 13px;
    text-decoration: underline;
    background: none;
}

span.pfeil_download {
    background: none;
    font-weight: bold;    
    color: #cc4200;
    margin-left: 2px;
    padding-top: -2px;
    font-size: 15px;
    text-decoration: none;
}

a.aeltere_berichte {
    background: none;
    display: block;
    margin-top: 17px;
    font-weight: bold; 
    background: none;
    text-decoration: none;
}

div#seite_24std {
    left: 5031px;
    top: 165px;
    padding-top: 33px;
}

div#rennstrecke {
    background: url("../images/rennstrecke.jpg") no-repeat;
    width: 515px;
    height: 458px;
    position: absolute;
    top: 36px;
    left: 446px;
}

div#text_24std {
    width: 400px;
}

div#seite_auto {
    left: 6276px;
    top: 165px;
    padding-top: 33px;
}

div.fadecontentwrapper {
    position: relative;
    background: none;
    width: 205px;
    height: 425px; /* Set height to be able to contain height of largest content shown*/
    overflow: hidden;
}


div.autoinfos {
    position: absolute;
    margin-top: 15px;
    background: url("../images/auto_content_hg.jpg") repeat-x;
    visibility: hidden;
    width: 214px;
}


div#auto_navi {
    position: absolute;
    top: 500px;
    left: 25px;
}


div.fadecontenttoggler a {
    float: left;
    display: block;
    text-decoration: none;
}

div.auto_navi_strich {
    background: url("../images/auto_text_navi_linie.png") no-repeat;
    width: 4px;
    height: 4px;
    margin-top: 8px;
    float: left;
}

.fadecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
    background: url("../images/auto_text_navi.png") no-repeat;
    width: 8px;
    height: 8px;
    margin-top: 6px;
}

.fadecontenttoggler a.prev, 
.fadecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
    color: black;
    margin: 0 9px 0 9px;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
    background: url("../images/auto_text_navi_selected.png") no-repeat;
}


span.auto_thema {
    font-weight: bold;
}

span#auto_text_seite1_antwort1 {
    position: absolute;
    left: 65px;
    top: 38px;
}

span.auto_text_seite1_antwort {
    position: absolute;
    left: 65px;
    margin-top: 2px;
}

div#seite_auto p#auto_text_seite1,
div#seite_auto p#auto_text_seite2,
div#seite_auto p#auto_text_seite3,
div#seite_auto p#auto_text_seite4,
div#seite_auto p#auto_text_seite5 {
    width: 203px;
    float: left;
    line-height: 22px;
}

span.auto_text_seit5_einzug {
    position: absolute;
    left: 12px;
}

div.bilder_diashow {
    background: url("../images/auto_diashow_hg.jpg") no-repeat;
    width: 719px;
    height: 370px;
    position: absolute;
    top: 82px;
    left: 249px;    
}

div.bilder_diashow img {
    width: 671px;
    height: 227px;
    margin: 77px 0 0 20px;
}


div#seite_bilder {
    left: 7521px;
    top: 165px;
    padding-top: 33px;
}

/* Accordion */



.basic  {
	width: 200px;
	position: absolute;
	top: 85px;
	left: 35px;
}


.basic div {
	background: url("../images/bilderseite_hg.png") repeat-x;
	height: 150px;	
	-moz-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-radius-bottomright: 3px;
}

a#accordion_oben {
    background: url("../images/bilderseite_letztes_rennen.png") no-repeat;
    width: 200px;
    height: 30px;
    display:block;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}

a#accordion_oben:hover {
    background: url("../images/bilderseite_letztes_rennen.png") no-repeat -212px 0;
    width: 200px;
    height: 30px;
    display:block;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}

a#accordion_bestof {
    background: url("../images/bilderseite_bestof.png") no-repeat;
    width: 200px;
    height: 30px;
    display:block;
	margin: 5px 0 0 0;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}

a#accordion_bestof:hover {
    background: url("../images/bilderseite_bestof.png") no-repeat -212px 0;
    width: 200px;
    height: 30px;
    display:block;
	margin: 5px 0 0 0;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}

a#accordion_garage {
    background: url("../images/bilderseite_garage.png") no-repeat;
    width: 200px;
    height: 30px;
    display:block;
	margin: 5px 0 0 0;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}

a#accordion_garage:hover {
    background: url("../images/bilderseite_garage.png") no-repeat -212px 0;
    width: 200px;
    height: 30px;
    display:block;
	margin: 5px 0 0 0;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}

a#accordion_unten {
    background: url("../images/bilderseite_team.png") no-repeat;
    width: 200px;
    height: 30px;
    display:block;
	margin: 5px 0 0 0;
    -moz-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-radius-bottomright: 3px;
}

a#accordion_unten:hover {
    background: url("../images/bilderseite_team.png") no-repeat -212px 0;
    width: 200px;
    height: 30px;
    display:block;
	margin: 5px 0 0 0;
    -moz-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-radius-bottomright: 3px;
}

.basic p {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}



/* Lightbox */

div#lightbox {
    background: url("../images/bilderseite_hg.png") repeat-x;
    border: none;
    width: 690px;
    height: 407px;
    position: absolute;
    top: 82px;
    left: 250px;
}

div#lightbox li {
    width: 710px;
}

div#lightbox a {
    width: 90px;
    height: 60px;
    display: block;
    margin: 7px 5px 5px 5px;
    float: left;
}

div#finales_rennen {
    width: 690px;
    height: 407px;
}

/* Lightbox Styles
----------------------------------*/
#ui-lightbox-wrapper {
	display: none;
	position: absolute;
	left: 7800px !important;
	width: 20em;
	height: auto;
	background: black;
}

#ui-lightbox-screendimmer {
    background: #100400 !important;
    width: 12000px !important; 
    opacity: 0.8 !important;
}

#ui-lightbox-image {
	height: 10em;
	margin: 1em 0 0 0;
	background: url(ajax-loader.gif) no-repeat center center;
}
#ui-lightbox-image img{
	display: none;
}

/* Picture Styles
----------------------------------*/
.ui-widget-content {
	padding: 0 1em 1em 1em;
}
.ui-dialog{
	padding: 0 1em 0 1em;
}
.box {
	padding: 0 1em 1em 0;
	margin: 0 0 1em 0;
}
.box img {
	border:1px solid #aab;
}
a.singleLightbox{
	margin: 0 0.8em 0 0;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	float: left;
	margin: 0 0.9em 0 0;
	list-style-type:none;
}
ul li.last, 
a.last{
	margin: 0;
}


div#seite_news {
    left: 8766px;
    top: 165px;
    padding-top: 33px;
}
div#seite_news2 {
    left: 10011px;
    top: 165px;
    padding-top: 33px;
}

div#news_linke_spalte {
    width: 426px;
    float: left;
}

div#news_rechte_spalte {
    width: 426px;
    float: left;
    margin-left: 70px;
}

p.news {
    margin-top: 20px; 
}

img.seite_news_bilder {
    float: left;
    margin: 15px 15px 5px 0;
}

div#seite_impressum {
    left: 11256px;
    top: 165px;
    padding-top: 33px;
}

span.infos_einzug {
    display: block;
    margin: 6px 0 13px 25px;
    width: 180px;    
}

span.infos_fett {
    font-weight: bold;
}

div#seite_kontakt {
    left: 11657px;
    top: 165px;
    padding-top: 33px;
}

div#kontaktformular {
      background: none;
      width: 200px;
      float: left !important;
}


fieldset#formular {
    border: none;    
}

fieldset p {
    margin-top: 8px;
}

input {
    width: 180px;
    height: 19px;
    color: #444;
    background: #eee;
    border: none;
    padding: 4px 0 0 5px;
}

input#submit {
    width: 185px;
    height: 23px;
    padding: 0px 0 0 5px;
    text-align: left;
    margin-top: 10px;
}

textarea#message {
    width: 180px;
    background: #eee;
    border: none;
    padding: 2px 0 0 5px;
    color: #444;    
}

textarea:hover,
textarea:focus,
input:hover,
input:focus {
    background: #c9c9c9;
}


div#seite_design {
    left: 12058px;
    top: 165px;
    padding-top: 33px;
}

div#seite_design p {
    width: 200px;
}

div#seite_ev {
    left: 12459px;
    top: 165px;
    padding-top: 33px;
}

div#anker_formular {
    width: 1px;
    height: 1px;
    background: none;
    position: absolute;
    top: 165px;
    left: 12847px;
}



/* footer */

div#footer_logos {
     background: url("../images/logos_hg_verlauf.png ") repeat-x;
     height: 54px;
     width: 870px;
     position: fixed; 
     -moz-border-radius: 6px;
     -khtml-border-radius: 6px;
     bottom: 48px;
     left: 50%;
     margin-left: -435px;
     z-index: 300;
}

div#footer_logos a {
    height: 56px;
    display: block;
    float: left;
    margin: 13px 8px 0 8px;
}

div#footer_logos a span {
    display: none;
}

div#footer_logos a.logo1 {
    background: url("../images/sponsoren/autoaufkleber24.png") no-repeat;
    width: 120px;
}

div#footer_logos a.logo1:hover {
    background: url("../images/sponsoren/autoaufkleber24.png") no-repeat -134px 0;
    width: 120px;
}

div#footer_logos a.logo2 {
    background: url("../images/sponsoren/klosterhof.png") no-repeat;
    width: 108px;
}

div#footer_logos a.logo2:hover {
    background: url("../images/sponsoren/klosterhof.png") no-repeat -115px 0;
    width: 108px;
}

div#footer_logos a.logo3 {
    background: url("../images/sponsoren/kemmann-koch.png") no-repeat;
    width: 66px;
    margin-top: 11px;
}

div#footer_logos a.logo3:hover {
    background: url("../images/sponsoren/kemmann-koch.png") no-repeat -82px 0;
    width: 66px;
    margin-top: 11px;
}

div#footer_logos a.logo4 {
    background: url("../images/sponsoren/polstermoebelplaner.png") no-repeat;
    width: 103px;
    margin-top: 7px;
}

div#footer_logos a.logo4:hover {
    background: url("../images/sponsoren/polstermoebelplaner.png") no-repeat -125px 0;
    width: 103px;
    margin-top: 7px;
}

div#footer_logos a.logo5 {
    background: url("../images/sponsoren/sandforth.png") no-repeat;
    width: 137px;
}

div#footer_logos a.logo5:hover {
    background: url("../images/sponsoren/sandforth.png") no-repeat -166px 0;
    width: 137px;
}

div#footer_logos a.logo6 {
    background: url("../images/sponsoren/sandtler.png") no-repeat;
    width: 123px;
}

div#footer_logos a.logo6:hover {
    background: url("../images/sponsoren/sandtler.png") no-repeat -137px 0;
    width: 123px;
}

div#footer_logos a.logo7 {
    background: url("../images/sponsoren/karosserie_kfz-technik.png") no-repeat;
    width: 101px;
    margin-top: 12px;
}

div#footer_logos a.logo7:hover {
    background: url("../images/sponsoren/karosserie_kfz-technik.png") no-repeat -107px 0;
    width: 101px;
    margin-top: 12px;
}

div#footer_carbon {
    background: url("../images/footer_carbon.png") repeat-x;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;  
    z-index: 300;
}


ul#footer {
    background: none;
    list-style: none;
    margin-left: 50%;
    width: 720px;
}

ul#footer li {
    float: left;
    background: none;
    margin-top: 17px;
}


ul#footer a.impressum_link {
    background: url("../images/impressum.png") no-repeat;
    width: 105px;
    height: 24px;
    display: block;
    margin-left: -328px;
}

ul#footer a.kontakt {
    background: url("../images/kontakt.png") no-repeat;
    width: 78px;
    height: 24px;
    display: block;
    margin-left: -180px;
}

ul#footer a.design {
    background: url("../images/design.png") no-repeat;
    width: 67px;
    height: 24px;
    display: block;
    margin-left: -55px;
}

ul#footer a.dadaracing {
    background: url("../images/dadaracing.png") no-repeat;
    width: 141px;
    height: 24px;
    display: block;
    margin-left: 52px;
}

ul#footer a.intern {
    background: url("../images/intern.png") no-repeat;
    width: 59px;
    height: 24px;
    display: block;
    margin-left: 55px;
}












