@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    color: #4e4e4e;
    text-decoration: none;
    position: relative;
}

#wrapper {
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 1000px;
    background: #FFF;
    position: relative;
}

a, a:visited {
    text-decoration: none;
    color: #4e4e4e;
}

a:active, a:hover {
    text-decoration: none;
    color: #ef0f22;
}

h1 {
    font-size: 30px;
    font-weight: 100;
    font-style: italic;
    padding: 20px 0;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    font-weight: 100;
    font-style: italic;
    line-height: 35px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

h1.stepsContact, h4 {
    color: #999;
    text-align: center;
    padding: 70px 0;
    line-height: 48px;
}

.red {
    color: #ef0f22;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

hr {
    border: none;
    background: #d9d9d9;
    height: 1px;
    margin: 10px 0;
}

p {
    line-height: 25px;
    padding: 10px 0 20px 0;
}

p.big, ul.contentBig, .big {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.faqWrapper p {
    padding: 5px 0 15px 0;
    font-style: italic;
}

a.faqTop {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/top.gif) no-repeat;
}

a.faqTop:hover {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/topHover.gif) no-repeat;
}

.floatContainer {
    overflow: auto;
}

.floatRightContent {
    float: right;
    padding: 0 0 0 40px;
}

.floatRight {
    float: right;
}

.floatLeft, .tc_lvl {
    float: left;
}

.floatLeftContent {
    float: left;
    padding: 0 40px 0 0;
}

.imageLeft {
    padding: 15px 40px 0 0;
}

.imageRight {
    padding: 15px 0 0 40px;
}

.newsLeft {
    padding: 0 40px 0 0;
    margin: 0 0 0 180px;
}

.datesLeft {
    padding: 0 40px 0 0;
    margin: 0 0 0 395px;
}

.datesTill {
    padding: 25px 20px 0 0;
    margin: 0 0 0 -20px;
    font-size: 24px;
    font-weight: bold;
}

.separator {
    border-top: 1px solid #d9d9d9;
    height: 40px;
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
}

.separatorContent {
    border-top: 1px solid #d9d9d9;
    height: 11px;
    width: 100%;
    display: block;
}

input[type="text"], textarea {
    background: transparent;
    width: 200px;
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 31px;
    -webkit-appearance: none;
}

textarea {
    height: 70px;
}

.customerCarsText, .projectsText {
    font-size: large;
}

/*------------------------------------------------
	header
------------------------------------------------*/

#headerBG {
    min-width: 100%;
    height: 140px;
    background: url(../images/HeadLogoBG.png) repeat-x;
    position: absolute;
    z-index: -10;
}

#header {
    height: 131px;
    width: 1000px;
    top: 0;
    position: absolute;
    background: url(../images/Header.jpg) no-repeat;
}

/*------------------------------------------------
	Menu
------------------------------------------------*/

#content #slider ul, #content #sliderLower ul, #content #slider ul li, #content #sliderLower ul li {
    padding: 0;
}

#menu ul, #content #configuratorList ul, #footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

#content #configuratorList ul li, #footer ul li {
    padding: 0;
    float: left;

}

#menu {
    position: absolute;
    top: 131px;
    width: 1000px;
    height: 125px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
}

#menu a {
    width: 320px;
    height: 38px;
    display: block;
}

#menu ul li {
    float: left;
    display: block;
    height: 125px;
    cursor: pointer;
}

#menu ul li ul {
    display: none;
    position: absolute;
    top: 125px;
    left: 0px;
    padding: 60px 0 10px 40px;
    z-index: 10000;
    width: 960px;
    height: 188px;
    cursor: default;
}

#menu ul li ul li {
    width: 300px;
    height: auto;
    font-size: 18px;
    padding: 0;
    float: none;
}

#menu ul li ul li:last-child {
    padding: 0;
}


#menu ul li ul.menuBGMotorOpt {
    background: url(../images/menuBGMotorOpt.jpg) bottom right no-repeat;
}

#menu ul li ul.menuBGPerformance {
    background: url(../images/menuBGPerformance.jpg) bottom right no-repeat;
}

#menu ul li ul.menuBGAdditions {
    background: url(../images/menuBGAdditions.jpg) bottom right no-repeat;
}

#menu ul li ul.menuBGCompany {
    background: url(../images/menuBGCompany.jpg) bottom right no-repeat;
}

#menu ul li ul.menuBGProjects {
    background: url(../images/menuBGAdditions.jpg) bottom right no-repeat;
}

#menu ul li ul.menuBGShop {
    background: url(../images/menuBGPerformance.jpg) bottom right no-repeat;
}

.motorOptChoosed, .motorOpt, .company, .companyChoosed {
    display: block;
    width: 168px;
    height: 125px;
}

.performanceChoosed, .additionsChoosed, .performance, .additions, .project, .projectChoosed, .shop, .shopChoosed {
    display: block;
    width: 166px;
    height: 125px;
}


.motorOpt {
    background: url(../images/MenuMotorOpt.jpg) no-repeat;
}

.motorOpt:hover, .motorOptChoosed {
    background: url(../images/MenuMotorOptHover.jpg) no-repeat;
}

.performance {
    background: url(../images/MenuPerformance.jpg) no-repeat;
}

.performance:hover, .performanceChoosed {
    background: url(../images/MenuPerformanceHover.jpg) no-repeat;
}

.additions {
    background: url(../images/MenuAddition.jpg) no-repeat;
}

.additions:hover, .additionsChoosed {
    background: url(../images/MenuAdditionHover.jpg) no-repeat;
}

.company {
    background: url(../images/MenuCompany.jpg) no-repeat;
}

.company:hover, .companyChoosed {
    background: url(../images/MenuCompanyHover.jpg) no-repeat;
}

.project {
    background: url(../images/MenuProjekt.jpg) no-repeat;
}

.project:hover, .projectChoosed {
    background: url(../images/MenuProjektHover.jpg) no-repeat;
}

.shop {
    background: url(../images/MenuShop.jpg) no-repeat;
}

.shop:hover, .shopChoosed {
    background: url(../images/MenuShopHover.jpg) no-repeat;
}


.backButton, .backButton:hover {
    background: url(../images/backButton.png) no-repeat;
    height: 51px;
    width: 51px;
    display: block;
    position: absolute;
    z-index: 1000;
    right: -12px;
    top: 298px;
}

.backButton:hover {
    background: url(../images/backButtonHover.png) no-repeat;
}

.mailButton {
    background: url(../images/mailButton.png) no-repeat;
    height: 100px;
    width: 920px;
    display: block;
}

.mailButton:hover {
    background: url(../images/mailButtonHover.png) no-repeat;
}

/*------------------------------------------------
	Content
------------------------------------------------*/

#content {
    padding: 256px 0 600px;
}

#content ul {
    line-height: 25px;
    padding: 0 0 0 20px;
}

#content ul.ui-tabs-nav {
    padding: 0;
}

.contentColumnWrapper {
    overflow: auto;
    padding: 20px 0;
}

.contentColumn1, .menuColumn1 {
    width: 419px;
    border-right: 1px solid #d9d9d9;
    padding: 0 40px 0 0;
    float: left;
}

.contentColumn2, .menuColumn2 {
    width: 420px;
    float: left;
    padding: 0 0 0 40px;
}

.menuColumn1 {
    width: 300px;
    padding: 0;
    height: auto;
}

.menuColumn2 {
    width: 300px;
    padding: 0 0 0 40px;
    height: auto;
}

.columnMarkedText {
    font-size: 24px;
    font-weight: bold;
    color: #999;
    padding: 0 0 10px 0;
}

.specialPrice {
    color: #ef0f22;
    font-size: 90px;
    font-weight: bold;
    line-height: 90px;
    padding: 40px 0 80px 0;
    text-align: center;
}

#sliderLower {
    height: 19px;
    width: 1000px;
    background: url(../images/SliderLower.gif) no-repeat;
}

/*------------------------------------------------
	Configurator
------------------------------------------------*/

#configuratorList, #specialNews, #configuratorMain, #configuratorMainSub {
    overflow: auto;
    padding: 0 40px;
}

#configuratorList {
    border-bottom: 1px solid #d9d9d9;
}

#contentMain #configuratorList {
    padding: 0;
    border-bottom: 0;
}

#configuratorList p, #specialNews p, #footer p {
    padding: 0;
}

#configuratorList ul li {
    width: 210px;
    height: 125px;
    margin-right: 15px;
    border-right: 1px solid #d9d9d9;
}

#configuratorList ul li:last-child {
    border-right: none;
}

#configuratorMain {
    background: #ef0f22;
    margin: 0;
    border: none;
}

#configuratorMain form {
    padding: 0 0 30px 0;
}

.tc_btn_enabled {
    height: 33px;
    width: 95px;
    padding-top: 22px;
    display: inline-block;
    background: url(../images/findButton.jpg) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}

.tc_btn_enabled:hover, .tc_btn_disabled {
    height: 33px;
    width: 95px;
    padding-top: 22px;
    display: inline-block;
    background: url(../images/findButtonHover.jpg) no-repeat;
    text-indent: -9999px;
    border: none;
}

.tc_btn_disabled, #configuratorMainSub .tc_btn_disabled {
    height: 33px;
    width: 95px;
    padding-top: 22px;
    display: inline-block;
    background: url(../images/disabledFindButton.png) no-repeat;
    text-indent: -9999px;
    border: none;
}

/*------------------------------------------------
	Configurator - 3 Selects
------------------------------------------------*/

#configuratorSub3 {
    border-bottom: 1px #d9d9d9 solid;
    margin: 0 0 30px 0;
}

#configuratorSub3 form {
    padding: 20px 0 30px 0;
}

#configuratorSub3 .tc_divlvl select {
    background: transparent;
    width: 252px;
    display: inline-block;
    padding: 5px 31px 5px 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 31px;
    -webkit-appearance: none;
}

#configuratorSub3 .tc_divlvl {
    max-width: 289px;
    display: inline-block;
    margin-right: 20px;
    height: 31px;
    overflow: hidden;
    background: url(../images/selectArrow.jpg) no-repeat right #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*------------------------------------------------
	Configurator - 4 Selects
------------------------------------------------*/

#configuratorSub4 {
    border-bottom: 1px #d9d9d9 solid;
    margin: 0 0 30px 0;
}

#configuratorMainSub {
    background: #ef0f22;
}

#configuratorMainSub #configuratorSub4 {
    border-bottom: none;
    color: #fff;
    margin: 0;
}

#configuratorMainSub #configuratorSub4 form {
    padding: 0 0 30px 0;
}

#configuratorMainSub .tc_btn_enabled {
    height: 33px;
    width: 95px;
    padding-top: 22px;
    display: inline-block;
    background: url(../images/findButton.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}

#configuratorMainSub .tc_btn_enabled:hover {
    height: 33px;
    width: 95px;
    padding-top: 22px;
    display: inline-block;
    text-indent: -9999px;
    border: none;
    background: url(../images/findButtonHover.png) no-repeat;
}

#configuratorSub4 form {
    padding: 20px 0 30px 0;
}

#configuratorSub4 .tc_divlvl select {
    background: transparent;
    width: 183px;
    display: inline-block;
    padding: 5px 31px 5px 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 31px;
    -webkit-appearance: none;
    color: #000;
}

#configuratorSub4 .tc_divlvl {
    max-width: 220px;
    display: inline-block;
    margin-right: 20px;
    height: 31px;
    overflow: hidden;
    background: url(../images/selectArrow.jpg) no-repeat right #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#configuratorSub5 form {
    padding: 20px 0 30px 0;
}

#configuratorSub5 .tc_divlvl select {
    width: 483px;
    display: inline-block;
    padding: 5px 31px 5px 5px;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    height: 31px;
    -webkit-appearance: none;
    background: url(../images/selectArrow.jpg) no-repeat right #fff;
}

#configuratorSub5 .tc_divlvl {
    background: transparent;
    max-width: 820px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    height: 31px;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*------------------------------------------------
	Configurator - Results
------------------------------------------------*/

#tc_res01_tbl {
    border-collapse: collapse;
    width: 920px;
}

#tc_res01_tbl th, #tc_res01_tbl td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9;
    line-height: 20px;
}

#tc_res01_tbl th {
    font-weight: bold;
}

#tc_res01_tbl #col-1 {
    width: 120px;
}

#tc_res01_tbl #col-2 {
    width: 100px;
}

#tc_res01_tbl #col-3 {
    width: 70px;
}

#tc_res01_tbl #col-4 {
    width: 50px;
}

#tc_res01_tbl th#col-8 {
    text-align: right;
}

#tc_res01_tbl td#col-8 {
    width: 100px;
    color: #ef0f22;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

.tc_res01_tr_content_link {
    cursor: pointer;
}

.tc_res01_tr_content_link:hover {
    color: #ef0f22;
}

#configuratorMainSub #tc_res01_tbl td#col-8 {
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

#configuratorMainSub .tc_res01_tr_content_link {
    cursor: pointer;
}

#configuratorMainSub .tc_res01_tr_content_link:hover {
    color: #4e4e4e;
}

/*------------------------------------------------
	ContactForm
------------------------------------------------*/

#contactForm {
    margin-bottom: 40px;
}

#contactForm button {
    margin-left: 300px;
}

.k_form .selectBox, .k_form .selectBox select {
    display: block;
    max-width: 300px;
    width: 300px;
    margin: 0 0 20px 0;
}

.k_form .selectBox select {
    background: transparent;
    width: 180px;
    display: inline-block;
    padding: 5px 31px 5px 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 31px;
    -webkit-appearance: none;
}

.k_form .selectBox {
    max-width: 149px;
    display: inline-block;
    margin-right: 20px;
    height: 31px;
    overflow: hidden;
    background: url(../images/selectArrow.jpg) no-repeat right #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#submitSend {
    height: 33px;
    width: 181px;
    background: url(../images/sendButton.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}

#submitSend:hover {
    background: url(../images/sendButtonHover.png) no-repeat;
}

#captcha {
    padding: 0 0 20px 0;
    margin-left: 300px;
}

label {
    float: left;
    width: 300px;
    display: block
}

/*------------------------------------------------
	Special & News
------------------------------------------------*/

#specialNews {
    border-top: 1px solid #d9d9d9;
}

#special {
    border-right: 1px solid #d9d9d9;
    height: 220px;
    width: 600px;
    float: left;
}

#news {
    width: 289px;
    padding: 30px 0 20px 20px;
    margin: 0 0 0 611px;
    height: 170px;
}

#news .news {
    padding: 0 0 20px 0;
}

#news .news:last-child {
    padding: 0;
}

.newsHeadline {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.newsDate {
    font-size: 9px;
    font-weight: bold;
    color: #999;
    line-height: 12px;
}

.newsDateDetail {
    font-size: 12px;
    margin: -20px 0 0 0;
    color: #999;
}

.dateYear {
    position: relative;
    width: 140px;
    height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #efefef;
    text-align: center;
}

.dateMonthDay {
    position: absolute;
    bottom: 0;
    width: 140px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
}

/*------------------------------------------------
	ContentMain
------------------------------------------------*/

#contentMain {
    margin: 0 40px;
}

#breadCrumb {
    padding: 20px 0 0 0;
    color: #999;
    font-size: 12px;
    font-style: italic;
}

#breadCrumb a, #breadCrumb a:visited {
    color: #999;
}

.pressListPaper {
    padding: 5px 0 10px 0;
}

.lowerStepBase, .lowerStep {
    color: #ef0f22;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.lowerStepBase {
    color: #666;
}

table.steps {
    border-collapse: collapse;
    table-layout: fixed;
}

table.steps tr {
    border-bottom: 1px solid #d9d9d9;
}

table.steps tr:last-child, table.steps tr td:last-child, table.steps tr td:first-child {
    border: none;
}

table.steps tr td {
    border-right: 1px solid #d9d9d9;
    padding: 10px;
}

tr.stepsRow2 td, tr.stepsRow3 td {
    font-size: 14px;
    color: #ef0f22;
    font-weight: bold;
}

td.stepsColumn1, td.stepsColumn2, tr.stepsRow2 td.stepsColumn1, tr.stepsRow3 td.stepsColumn1, tr.stepsRow2 td.stepsColumn2, tr.stepsRow3 td.stepsColumn2 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

tr.stepsRow6 td, .so tr.stepsRow7 td.stepsColumn3 {
    font-size: 24px;
    color: #ef0f22;
    font-style: italic;
    font-weight: bold;
}

tr.stepsRow6 td.stepsColumn1 {
    font-size: 14px;
    color: #666;
    font-style: normal;
    font-weight: 300;
}

.stepsColumn1 {
    width: 160px;
}

.stepsColumn2 {
    width: 110px;
}

.soWrapper {
    position: relative;
    overflow: auto;
}

.soRight, .tbRight {
    position: relative;
    right: 0px;
    float: right;
}

.performanceDiagramm {
    display: block;
    background: url(../images/iconPerformanceDiagramm.jpg) no-repeat;
    height: 73px;
    width: 102px;
    border: none;
}

.performanceDiagramm:hover {
    display: block;
    background: url(../images/iconPerformanceDiagrammHover.jpg) no-repeat;
    height: 73px;
    width: 102px;
    border: none;
}

.taxes, .openings {
    font-size: 10px !important;
    color: #999;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

/*------------------------------------------------
	Footer
------------------------------------------------*/

.openings {
    padding: 0;
    width: 230px;
    margin: 0 auto;
}

#onOff {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #ccc;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

#vdat {
    position: absolute;
    bottom: 45px;
    height: 68px;
    width: 66px;
    background: url(../images/VDAT.png) no-repeat;
    right: 40px;
    z-index: 100;
}

#turbo {
    position: absolute;
    bottom: 311px;
    height: 129px;
    width: 267px;
    background: url(../images/TurboMotor.png) no-repeat;
    right: -118px;
    z-index: 100;
}

#configuratorMainSub #specialPrice, #configuratorSub3 #specialPrice {
    position: absolute;
    height: 61px;
    width: 345px;
    background: url(../images/btnSpecial.png) no-repeat;
    right: -12px;
    top: 863px;
    z-index: 1000;
}

#configuratorSub3 #specialPrice {
    top: 391px;
}

#mig {
    position: absolute;
    bottom: 277px;
    height: 127px;
    width: 127px;
    background: url(../images/MadeInGermany.png) no-repeat;
    right: 439px;
    z-index: 100;
}

#footer {
    height: 600px;
    margin: 0 40px;
    color: #999;
    font-size: 12px;
    position: absolute;
    bottom: 0;
}

#footer a.mail, #footer a.mail:visited {
    color: #ef0f22;
}

#footer a.mail:hover {
    color: #999;
}

#footer a, #footer a:visited {
    color: #999;
}

#footer a:hover {
    color: #ef0f22;
}

.footerHead, .footerSitemap {
    overflow: auto;
}

.footerHead {
    border-bottom: 1px #d9d9d9 solid;
    border-top: 1px #d9d9d9 solid;
    margin: 0 0 20px 0;
    position: relative;
}

.footerHead .tele {
    width: 460px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 0 459px;
}
.footerHead .address {
    width: 459px;
    padding: 23px 0;
    float: left;
    border-right: 1px #d9d9d9 solid;
}

.footerHeadBigText, .footerHeadBigTextCenter {
    color: #ef0f22;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}

.footerHeadBigTextCenter {
    text-align: center;
}

#footer ul li.footerBlock {
    padding: 0 40px 0 0;
    height: 250px;
    width: 200px;
}

#footer ul li.footerBlock3 {
    padding: 0 0 0 60px;
    width: 180px;
}

#footer ul li.footerBlock4 {
    padding: 50px 0 0 30px;
    height: 200px;
    width: 170px;
}

#footer .footerText {
    padding: 0 0 0 20px;
}

#footerBottom {
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    text-align: center;
}

#bottomPriceText {
    position: absolute;
    color: #444;
    font-size: 10px;
    bottom: 10px;
    height: 15px;
    width: 220px;
    left: 40px;
    z-index: 100;
}