article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #3d3d3d;
    font-size: 13px;
    width: 100%;
    background-color: #ffffff;
}

img {
    border: 0 none;
}

form {
    padding: 0;
    margin: 0;
}

fieldset {
    padding: 0 10px 10px 10px;
    border: 0 none;
    margin-top: 0;
}

p {
    padding: 0;
    margin: 0 0 1em 0;
}

ul, ol {
    padding: 0;
    margin: 0 0 1em 0;
}

ol {
    padding-left: 22px;
}

a:not(.ma_button_new), a:not(.ma_button_new):link, a:not(.ma_button_new):visited, a:not(.ma_button_new):active {
    color: #004b9c;
    outline: none;
}

a:not(.ma_button_new):hover,
a:not(.ma_button_new):focus{
    color: #ff4d13;
}

h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #f04a24;
    margin: 30px 0 22px 0;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 22px;
    margin: 1.5em 0 0.75em 0;
}

#ma_content > h1:first-child,
#ma_content > div > h1:first-child,
#ma_content > div > h2:first-child {
	margin-top: 0;
}

h3 {
    color: #3e3e3e;
    font-size: 18px;
    margin: 1.5em 0 0.25em 0;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff4d13;
    margin: 1.5em 0 0.75em 0;
}

h5 {
    color: #3e3e3e;
    font-weight: bold;
    font-size: 1.1em;
    margin: 1.5em 0 0.75em 0;
}

.body {
    width: 1176px;
}

.main_container {
    display: block !important;
}

.header {

}

.footer_container {
    margin-top: 10px;
}

.footer {
    height: 130px;
    width: 960px;
    font-size: 12px;
    color: #3e3e3e;

    border-top: 1px solid #cfcfcf;

    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top, #e3e3e3 0%, #e2e2e2 16%, #e5e6e7 39%, #eef2f3 67%, #f8fbfc 82%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(16%, #e2e2e2), color-stop(39%, #e5e6e7), color-stop(67%, #eef2f3), color-stop(82%, #f8fbfc), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #e2e2e2 16%, #e5e6e7 39%, #eef2f3 67%, #f8fbfc 82%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e3e3e3 0%, #e2e2e2 16%, #e5e6e7 39%, #eef2f3 67%, #f8fbfc 82%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e3e3e3 0%, #e2e2e2 16%, #e5e6e7 39%, #eef2f3 67%, #f8fbfc 82%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #e3e3e3 0%, #e2e2e2 16%, #e5e6e7 39%, #eef2f3 67%, #f8fbfc 82%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e3e3e3', endColorstr = '#ffffff', GradientType = 0); /* IE6-9 */
}

.section_clear {
    clear: both;
}

#ma_content {
    width: 590px;
}

.header .logo_container {
    height: 202px;
    line-height: 202px;
}

.header .logo {
    float: left;
    margin: 36px 0 0 43px;
}

.header .sublogo {
    float: left;
}

.header .subtitle {
    margin-top: 5px;
    margin-left: 590px;
    width: 360px;
    height: 62px;
}

.header .mainmenu {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #ffffff;
    margin-left: 69px;
    margin-top: 60px;
    height: 50px;
    float: left;
}

.header .mainmenu .item {
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 16px 0 16px;
    text-decoration: none;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.header .mainmenu .item.first {
    border-left: 1px solid #cccccc;
}

.leftbar_container_new {
    float: left;
    width: 332px;
    padding-left: 25px;
}

.leftbar_container {
    float: left;
    width: 332px;
    margin-left: 10px;
}

.widget_container {
    padding: 0 16px 0 15px;
}

.widget_title {
    width: 279px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #004b9c;
    cursor: pointer;
    padding: 0 10px 0 10px;
    border: 1px solid #cfcfcf;
    font-size: 16px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(18%, #f8fbfc), color-stop(33%, #eef2f3), color-stop(61%, #e5e6e7), color-stop(84%, #e2e2e2), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3', GradientType = 0); /* IE6-9 */
}

.widget_container.widget_home .widget_title {
    cursor: default;
}

.arrow_down {
    width: 19px;
    height: 10px;
    margin: 10px 0 0 0;
    float: right;
    background: transparent url('/pics/design/gfx/arrow_up.gif') no-repeat top center;
}

.arrow_up {
    background: transparent url('/pics/design/gfx/arrow_down.gif') no-repeat top center;
}

.infobox_container {
    margin: 13px 0 13px 0;
}

.display {
    margin-right: 200px;
    padding: 0 0 0 51px;
}

.display p {
    font-size: 13px;
    line-height: 1.5em;
}

.display_container {
    margin-left: 316px;
}

.breadcrumb {
    font-size: 11px;
    line-height: 1.62em;
    color: #7d7d7d;

    height: 22px;
    padding-left: 3px;
    margin-bottom: 19px;
}

.breadcrumb_box {
    padding: 5px;
    border-bottom: 1px solid #cecece;
    margin-left: 355px;
    width: 583px;
}

.rightbar_container {
    float: right;
    width: 200px;
}

.rightbar {
    padding: 0 0 10px 26px;
    position: absolute;
}

.topnav {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: right;
    width: 976px;
}

.topnav ul {
    display: block;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
}

.topnav li {
    display: inline;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: transparent url('/pics/design/gfx/topnav_sep.png') no-repeat right top;
}

.topnav li.first {
    background: none;
}

.topnav a {
    text-decoration: none;
    color: #505050;
}

body.no_rightbar .display {
    margin-right: 0;
}

body.full .display_container {
    margin-left: 0;
}

body.full .display {
    padding-left: 25px;
}

body.full .leftbar_container {
    position: absolute;
}

body.full .infobox_container {
    display: none;
}

body.full #ma_content {
    width: auto;
}

.footer_links {
    margin-left: 380px;
    padding-top: 15px;
    min-height: 100px;
    text-align: left;
}

.footer_links a, .footer_links a:link, .footer_links a:visited, .footer_links a:active, .footer_links a:focus {
    background-color: transparent;
    color: #3e3e3e;
}

.footer_links a:hover {
    color: #ff4d13;
}

.footer_actions {
    float: left;
    width: 380px;
}

.footer_actions .copyright {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 41px;
    font-weight: bold;
}

.footer_actions .footer_bar {
    padding-left: 41px;
    height: 42px;
}

.footer_actions .footer_bar .footer_icon {
    float: left;
    margin-right: 4px;
}

.footer_actions .add_this {
    float: left;
    height: 42px;
    line-height: 38px;
    margin-right: 4px;
}

.footer_actions .add_this * {
    vertical-align: middle;
}

.footer_links li {
    list-style: none;
}

.footer_links a {
    color: #fff;
    text-decoration: none;
}

.footer_linkblock {
    float: left;
    width: 145px;
}

.footer_linkblock_title {
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 4px;
    font-size: 13px;
}

.footer_siegel_container {
    margin: 15px 0;
}

.footer_siegel {
    margin-left: 47px;
}

.nav ul, .nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav {
    position: relative;
    width: 100%;
}

.nav .nav_button {
    float: left;
    width: 146px;
    background: transparent url('/pics/design/gfx/nav/nav-bg.png') repeat-x left top;
    border-style: solid;
    border-width: 1px;
    border-color: #adb9c2 #cccccc #adb9c2 #ffffff;
}

.parent {
    position: relative;
}

.floatfix {
    margin-right: -3px;
}

.dropdown {
    width: 250px;
    position: absolute;
    left: -3000px;
    top: auto;
    text-align: left;
    font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    background: url('/pics/design/gfx/nav/submenu-bottom.png') no-repeat 26px 100%;
    z-index: 55;
}

.dropdown div {
    width: 225px;
    position: absolute;
    left: -3000px;
    top: 0;
    background: url('/pics/design/gfx/nav/submenu-bottom-presse.png') no-repeat 15px 100%;
    text-align: left;
    z-index: 55;
}

.dropdown ul {
    width: 189px;
    margin: 0 30px 30px 30px;
}

.dropdown div ul {
    margin: 30px 30px 30px 0;
}

.four .dropdown ul {
    width: 189px;
}

.four .dropdown div ul {
    margin: 0 0 30px 19px;
    position: relative;
}

.nav li {
    text-align: left;
}

.nav a {
    display: block;
    color: #0a4d9c;
    font-size: 19px;
    text-decoration: none;
    padding: 0;
    height: 50px;
}

.nav .parent {
    line-height: 50px;
}

.nav a:hover {
    color: #ef461f;
}

.nav a span {
    display: block;
    text-align: center;
}

.nav div li a {
    height: 32px;
    width: 190px;
}

.nav div li a span {
    text-align: left;
    color: #0a4d9c;
    padding: 7px 0 8px 5px;
    background: transparent url('/pics/design/gfx/nav/nav_dropdown_grad.png') no-repeat 0 100%;
}

.four a {
    border-right: 0;
}

.nav ul ul a {
    color: #000;
}

.dropdown ul {
    padding-top: 1px;
    background-color: #dee8ef;
}

.dropdown li {
    position: relative;
    margin-left: 1px;
    vertical-align: bottom;
}

.parent:hover {
    background: transparent url('/pics/design/gfx/nav/nav-bg.png') scroll repeat-x left top;
}

.parent:hover div.dropdown {
    left: -31px;
}

.exhover .parent div.dropdown {
    left: -31px;
}

.four:hover div.dropdown, .exhover .four div.dropdown {
    left: -74px;
}

.four.exhover div.dropdown {
    left: -74px;
}

.dropdown li:hover div, .dropdown li.exhover div {
    left: 180px;
    top: -26px;
}

.four li:hover div, .four li.exhover div {
    left: -210px;
    top: -26px;
}

.nav div.mini-zone {
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 1px;
    left: -3000px;
    bottom: -15px;
    top: auto;
}

.nav .dropdown li:hover div.mini-zone, .nav .dropdown li.exhover div.mini-zone {
    left: auto;
    right: 8px;
    top: auto;
}

.nav .four li:hover div.mini-zone, .nav .four li.exhover div.mini-zone {
    left: 8px;
}

.dropdown span:hover {
    color: #ef461f;
}

.dropdown span {
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}

.one ul, .two ul, .three ul, .four ul {
    background: transparent url('/pics/design/gfx/nav/nav_dropdown_grad.png') no-repeat right top;
}

.dropdown div ul a {
    color: #400;
}

.one {
    z-index: 10;
}

.two {
    z-index: 20;
}

.three {
    z-index: 30;
}

.four {
    z-index: 40;
}

.four:hover {
    z-index: 20;
}

* html .nav_button .dropdown li {
    height: 1%;
    margin-left: -16px;
    margin-left: 0;
}

* html .nav a {
    height: 1%;
}

.nav li.active a {
    color: #f04a24;
}

div.dropdown ul li.active a.active span {
    color: #f04a24;
}

.nav li:hover {
    display: block;
}

.nav .dropdown2 {
    z-index: 100;
}

.parent.two div.dropdown2 {
    margin-top: 30px;
    margin-left: -1px;
    z-index: 100;
    background-position: 5px 100%;
}

.parent.two div.dropdown2 ul {
    margin: 0 30px 30px 9px;
}

.parent.four div.dropdown2 {
    z-index: 100;
    background: transparent url('/pics/design/gfx/nav/submenu-bottom.png') scroll no-repeat 15px 100%;
}

.parent.four div.dropdown2 {
    margin-top: 30px;
    margin-left: 1px;
}

.parent.four .dropdown2 ul {
    margin: 0 0 30px 19px;
}

.brclear {
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}

input.button {
    padding: 0.5em 0.8em 0.5em 0.8em !important;
}

.ma_startbox {
    border: 1px solid #cccccc;
    overflow: hidden;
    width: 100%;
    height: 260px;
    margin: 0 0 12px 0;
    display: block !important;
    background: transparent url('/pics/120105_startseitenbox.png') no-repeat;
}

.ma_startbox_bewertung {
    border: 1px solid #cccccc;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 12px 0;
    display: block !important;
}

/*.ma_startbox {
    border: 1px solid #cccccc;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 12px 0;
    display: block !important;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

#ma_startbox_headline {
    padding: 5px 10px 0 10px;
}

#ma_startbox_headline p {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 4px;
}

#ma_startbox_headline .highlighted {
    color: #ffffff;
    background-color: #004b9c;
    padding: 0 6px 0 3px;
    font-size: 1em;
    font-style: italic;
}

#ma_startbox_headline .big {
    font-size: 1.4em;
    color: #004b9c;
}

#ma_startbox_col1 {
    float: left;
    height: 200px;
    width: 309px;
    margin: 0;
}

#ma_startbox_col1 > .row1 {
    padding: 0 10px;
}

#ma_startbox_col1 > .row1 > p {
    margin: 0;
}

.vorteilsliste {
    padding: 5px 0;
    font-size: 1.2em;
    color: #ff4d13;
    font-weight: 700;
    line-height: 1em;
}

.vorteilsliste ul {
    list-style: none;
    margin: 0 0 1em 13px;
    padding: 0;
}

.vorteilsliste li {
    background: transparent url('/pics/design/sprites/sprite_ma-argumente.png') no-repeat;
    margin: .25em 0;
    padding: 0 0 0 42px;
    display: inline-block;
}

.vorteilsliste li > .lowlighted {
    padding: 0 0 5px 0;
    font-weight: 400;
    color: #3e3e3e;
    font-size: 0.85em;
}

.vorteilsliste li#garantie {
    background-position: 0 0;
}

.vorteilsliste li#dt-neuwagen {
    background-position: 0 -50px;
}

.vorteilsliste li#zahlungsart {
    background-position: 0 -100px;
}

.vorteilsliste li#service {
    background-position: 0 -150px;
}*/

#ma-video {
    width: 600px;
    height: 30px;
    left: 0;
    top: 0;
    background: transparent url('/pics/design/sprites/sprite_ma-argumente.png') no-repeat;
    background-position: 0 -200px;
    padding-left: 42px;
    padding-top: 4px;
    margin-left: 11px;
}

#ma_startbox_col2 {
    margin: 150px 0 0 310px;
}

/*#ma_startbox_col2 {
    margin: 0 0 0 310px;
}*/

#ma_startbox_col2 > .row1 {
    height: 49px;
    margin: 16px 0 0 0;
}

#ma_startbox_col2 > .row1 > .row1_text {
    text-align: center;
    margin: 16px 0 0 28px;
    display: block;
    font-size: 11px;
    float: left;
}

#ma_startbox_col2 > .row1 > .row1_img {
    margin: 0 0 0 160px;
}

#ma_startbox_col2 > .row2 {
    margin: 20px 0 0;
    z-index: 25;
}

#ma_startbox_col2 > .row2 > .ma_konfiguratorbox {
    position: absolute;
    display: block;
    width: auto;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;

    color: #3e3e3e;
    border: 1px solid #cfcfcf;

    padding-bottom: 4px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(18%, #f8fbfc), color-stop(33%, #eef2f3), color-stop(61%, #e5e6e7), color-stop(84%, #e2e2e2), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3', GradientType = 0); /* IE6-9 */

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;

    -moz-transition-property: box-shadow, background, color;
    -webkit-transition-property: box-shadow, background, color;
    -o-transition-property: box-shadow, background, color;
    transition-property: box-shadow, background, color;

    -moz-transition-duration: 0.75s;
    -webkit-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;

    -moz-box-shadow: #e3e3e3 0px 1px 2px;
    -webkit-box-shadow: #e3e3e3 0px 1px 2px;
    -o-box-shadow: #e3e3e3 0px 1px 2px;
    box-shadow: #e3e3e3 0px 1px 2px;
}

#ma_startbox_col2 > .row2 > .ma_konfiguratorbox > .row2_text > p,
#ma_startbox_col2 > .row2 > .ma_konfiguratorbox > .row2_text > label {
    padding: 8px 0 0 28px;
    font-weight: 700;
    margin: 0;
	font-size: 13px;
	line-height: 1.5em;
}

#ma_startbox_col2 > .row2 > .ma_konfiguratorbox > .row2_select {
    margin: 0 0 0 28px;
    width: 170px;
}

#ma_startbox_col2 > .row2 > .ma_konfiguratorbox > .row2_select> #ma_konfiguratorbox_marken {
    width: 170px;
}

#ma_startbox_col2 > .row2 > .ma_konfiguratorbox > .row2_select > #ma_konfiguratorbox_modellgruppe {
    width: 170px;
}

#ma_startbox_nav {
    position: absolute;
    z-index: 4;
}

#ma_startbox_nav {
    left: 386px;
    top: 464px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#ma_startbox_nav li {
    float: left;
    display: inline;
    margin-right: 3px
}

#ma_startbox_nav a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    height: 11px;
    width: 11px;
    position: relative;
    padding: 1px 0 3px 4px;
    z-index: 20;
    border: 1px solid #004B9C;
}

#ma_startbox_nav .active_slide a {
    color: #FF4D13;
    border: 1px solid #FF4D13;
}

.ma_vorteile {
    float: left;
    display: none;
    z-index: 5;
}

.ma_video {
    float: left;
    display: none;
    z-index: 5;
}

.ma_startbox_col1 > .ma_video,
.ma_startbox_col1 > .ma_vorteile {
    height: 273px;
}

.ma_startbox_col2 {
    float: right;
    height: 273px;
}

.ma_startbox_col2_row1 {
    overflow: hidden;
    font-size: 0.85em;
    display: block !important;
}

.ma_startbox_col2_row1 li {
    float: right;
    list-style-type: none;
    line-height: 85%;
    padding: 10px 5px 0 0;
}

.ma_startbox_col2_row2 {
    padding: 30px 15px 0 0;
    font-size: 0.85em;
    display: block !important;
}

.ma_startbox_col2_row2 p {
    font-size: 0.85em;
    line-height: 95%;
}

.ma_startbox_col2_row2 div {
    float: left;
    padding-right: 15px;
}

.ma_startbox_col2_row2 {
    overflow: hidden;
}

.ma_startbox_col2_row3 {
    z-index: 25;
    margin: 19px 0 0 0;
}

#ma_lightbox_title_so_funktionierts {
    padding: 0 0 0 10px;
}

#so_funktionierts_box {
    background: url('/pics/video-btn.jpg') no-repeat;
    display: block;
    margin: 5px 0 0 50px;
    padding: 2px 0 5px 25px;
    width: 160px;
}

.ma_konfiguratorbox li {
    list-style-type: none;
}

.ma_konfiguratorbox_btn {
    display: block;
    width: 217px;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    padding-left: 10px;
    background: url('/pics/bt_konfigurator-starten.png') no-repeat;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

.ma_konfiguratorbox_btn:visited, .ma_konfiguratorbox_btn:active, .ma_konfiguratorbox_btn:link, .ma_konfiguratorbox_btn:focus {
    color: #ffffff;
}

.ma_konfiguratorbox_btn:hover {
    background: url('/pics/bt_konfigurator-starten_hover.png') no-repeat;
    color: #3e3e3e;
}

#newModelSlider {
    width: 100%;
    height: 30px;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
}

#newModelSlider .plus {
    float: right;
    padding: 7px 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    color: #004b9c;
}

#newModelSlider .head {
    margin: 4px 0 0 5px;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: #004b9c;
}

#newModelSlider .pic {
    float: left;
    margin: 10px 0 0 15px;
}

#newModelSlider .listElement {
    margin: 15px 0 0 180px;
}

#wpc_mediaroute {
    margin-bottom: 25px;
}

.teaser_lagerfahrzeuge {
    margin-top: 0;
    background: transparent url('/pics/bg_lagerfahrzeugeteaser.jpg') no-repeat left top;
    width: 592px;
    height: 190px;
}

.teaser_lagerfahrzeuge .lagerfahrzeug_entry {
    float: right;
    height: 82px;
    margin-right: 20px;
    margin-top: 96px;
    width: 255px;
}

.teaser_lagerfahrzeuge .lagerfahrzeug_entry > a.ma_button_new {
    margin: 6px 0 0 24px;
}

.teaser_lagerfahrzeuge .lagerfahrzeug_entry .lagerfahrzeug_text {
    padding: 10px 0 0 8px;
    font-weight: bold;
}

.teaser_lagerfahrzeuge .lagerfahrzeug_entry .ma_konfiguratorbox_btn {
    margin: 5px 0 0 25px;
    padding: 0 0 0 10px;
    background: transparent url('/pics/btn_lagerfahrzeuge.png') scroll no-repeat 0 0;
}

.teaser_lagerfahrzeuge .lagerfahrzeug_entry .ma_konfiguratorbox_btn:hover {
    background: transparent url('/pics/btn_lagerfahrzeuge_hover.png') scroll no-repeat 0 0;
}

#sonderaktionen {
    margin: 8px 0 0 0;
}

#sonderaktionen > .sonderaktion_left {
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
}

#sonderaktionen > .sonderaktion_right {
    margin: 0;
    padding: 0;
}

/*
 * Formatierung für Einbau der Social Media Buttons auf diversen Contentseiten
 */
#social-media-buttons {
    margin:0 0 5px;
}

/*
 * Ticket #2434 - Neuer Header
 *
 * - /pics/v3/header/divider.png
 * - /pics/v3/header/dropdown_arrow.png
 * - /pics/v3/header/gradient_header.png
 * - /pics/v3/header/gradient_menu.png
 * - /pics/v3/header/logo.png
 */
body.full #mag_global_header {
    margin-top: 10px !important;
}

#mag_global_header {
    display: inline-block;
    width: 960px;
    height: 53px;

    margin-top: 61px;

    border-bottom: 1px solid #cfcfcf;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(18%, #f8fbfc), color-stop(33%, #eef2f3), color-stop(61%, #e5e6e7), color-stop(84%, #e2e2e2), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f8fbfc 18%, #eef2f3 33%, #e5e6e7 61%, #e2e2e2 84%, #e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3', GradientType = 0); /* IE6-9 */
}

ul.mag_global_nav {
    height: 52px;

    margin: 0;
    padding: 0;
    border: 0;

    border-bottom: 1px solid #cfcfcf;
}

ul.mag_global_nav > li {
    list-style: none;

    display: block;
    float: left;
    position: relative;

    white-space: nowrap;

    margin: 0;
    padding: 0;

    font-size: 14px;
    font-weight: bold;
    color: #004B9C;
}

ul.mag_global_nav > li {
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #fff;
}

ul.mag_global_nav > li:first-child {
    border-left: 0 none !important;
    padding: 4px 13px 10px 21px !important;
}

ul.mag_global_nav > li:first-child:hover {
    background: transparent !important;
}

ul.mag_global_nav > li:last-child {
    border-right: 0 none !important;
}

ul.mag_global_nav > li:hover, ul.mag_global_nav > li:focus, ul.mag_global_nav > li.active {
    color: #FF4D13;
    background: #fff;
}

ul.mag_global_nav > li.active > a {
    color: #FF4D13;
}

ul.mag_global_nav > li:first-child.active {
    background: transparent;
}

ul.mag_global_nav > li:first-child > a.logo {
    background: url('/pics/v3/header/logo.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 154px;
    height: 38px;
    padding: 0;
    margin: 0 29px 0 22px;
}

ul.mag_global_nav > li > a {
    background: transparent url('/pics/v3/header/dropdown_arrow.png') no-repeat 90% 75%;

    padding: 18px 21px 17px 21px;

    display: block;
    text-decoration: none;
}

ul.mag_global_nav > li:hover > a, ul.mag_global_nav > li > a:hover, ul.mag_global_nav > li.active > a {
    background: none;
    color: #FF4D13;
}

ul.mag_global_nav > li > ul {
    float: left;
    position: absolute;
    display: none;

    z-index: 100;
    top: 52px;

    margin: 0;
    padding: 5px;

    border: 1px solid #cfcfcf;
    background: #eee url("/pics/design/gfx/infobox_bg.png") left top repeat-x;
}

a#menu-angebote + ul {
    left: -2px;
    width: 709px;
}

a#menu-services + ul {
    left: -150px;
    width: 709px;
}

a#menu-tests_news + ul {
    left: -256px;
    width: 709px;
}

a#menu-ueber_meinauto + ul {
    left: -393px;
    width: 709px;
}

ul.mag_global_nav > li > ul > li {
    float: left;
    display: block;
    width: 175px;
}

ul.mag_global_nav > li > ul > li > a {
    text-decoration: none;
    font-weight: normal;
}

ul.mag_global_nav > li > ul > li > a.menu-group {
    margin-top: 10px;
    margin-left: 10px;

    display: inline-block;
    width: 158px;

    color: #004b9c;
    border-bottom: 1px solid #004b9c;

    font-weight: bold;
    white-space: normal;
    pointer-events: none;
    cursor: default;
}

ul.mag_global_nav > li > ul > li > a.menu-group + ul {
    border-top: 1px solid #e3e3e3;
    padding: 2px 0 10px 0;
    margin: 0 10px;
}

ul.mag_global_nav > li > ul > li:hover {
    background: #bfd2e6;
}

ul.mag_global_nav > li > ul > li > ul > li {
    list-style: none;
}

ul.mag_global_nav > li > ul > li > ul > li:hover, ul.mag_global_nav > li > ul > li > ul > li.active:hover {
    background: #3973b2;
    color: #fff;
}

ul.mag_global_nav > li > ul > li > ul > li.active {
    background: #BFD2E6;
}

ul.mag_global_nav > li > ul > li > ul > li > a {
    display: inline-block;
    text-decoration: none;

    width: 158px;
    padding: 4px 2px;

    font-size: 12px;
    font-weight: normal;
    white-space: normal;
}

ul.mag_global_nav > li > ul > li > ul > li > a:hover {
    color: #fff;
}

/*
 * Neue Brotkrumen braucht das Land
 */
#mag_breadcrumb {
    position: relative;
    top: -4px;
    display: block;
	overflow: auto;
    width: 960px;
    line-height: 21px;

    border-top: 1px solid #fff;

    font-size: 11px;
    color: #7d7d7d;
    letter-spacing: 0.04em;

    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #f6f7f8 93%, #f7f8f9 96%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(93%, #f6f7f8), color-stop(96%, #f7f8f9), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #f6f7f8 93%, #f7f8f9 96%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #f6f7f8 93%, #f7f8f9 96%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #f6f7f8 93%, #f7f8f9 96%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #eeeeee 0%, #f6f7f8 93%, #f7f8f9 96%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0); /* IE6-9 */
}

#mag_breadcrumb > div {
    padding: 3px 0;
    line-height: 13px;
    margin-left: 367px;
    border-bottom: 1px solid #cfcfcf;
}

/* - CSS Bug Fixes ---------------------------------------------------------- */
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* - :after clear fixes ----------------------------------------------------- */
.group:after, #ma_ch_scopebox:after, #ma_ch_teaserbox:after, div.body:after,
.display_container:after, .display:after, #ma_content:after,
.preisvergleich:after, .anfrage:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/* - VW Up Imagebox --------------------------------------------------------- */
#modelle_imagebox {
    width: 298px;
    float: right;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #cfcfcf;
}

#modelle_imagebox .mi_nav {
    display: block;
    position: absolute;
}

#modelle_imagebox .back {
    margin: -65px 0 0;
    display: none;
}

#modelle_imagebox .forward {
    margin: -65px 0 0 278px;
}

#modelle_imagebox .zoom {
    margin: -35px 0 0 278px;
}

#modelle_imagebox .count {
    height: 25px;
    width: 69px;
    margin: -35px 0 0 -1px;

    text-align: center;
    font-size: 0.85em;
    line-height: 25px;
    color: #3D3D3D;
    font-family: Arial, Helvetica, sans-serif;

    border: 1px solid #CFCFCF;
    border-left: none;
    background-color: #FFFFFF;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 100;
}

#modelle_imagebox #mi_slider {
    margin-left: 0;
}

#modelle_imagebox #mi_slider img {
    float: left;
    margin: 1px 0 1px 1px;
    cursor: pointer;
    opacity: 0.5;
}

#modelle_imagebox #mi_slider img.selected {
    border-top: 0 none;
    opacity: 1;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

#ma_lightbox_modelviewer_zoom_popup {
    z-index: 501;
}

#modelle_zoombox img {
    border: 1px solid #CECECE;
}

#modelle_zoombox #zoom_image {
    position: absolute;
}

#modelle_zoombox .count {
    background-color: white;
    border: 1px solid #CFCFCF;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;

    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 0.85em;
    height: 25px;
    line-height: 25px;
    margin: 367px 0 0;
    position: absolute;
    text-align: center;
    width: 69px;
    z-index: 100;
}

#modelle_zoombox .forward {
    margin-left: 561px;
    margin-top: 175px;
    position: absolute;
}

#modelle_zoombox .forward img {
    border: 0 none;
}

#modelle_zoombox .back {
    margin-top: 175px;
    position: absolute;
}

#modelle_zoombox .back img {
    border: 0 none;
}

#ma_lightbox_title_modelviewer_zoom_popup,
#ma_lightbox_title_code_embed {
    padding-left: 10px;
}

.modelle_box_content > a {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    margin: 15px 0 0 0;
}

.modelle_box_content ul li {
    list-style-image: url("/pics/konfigurator2/images/gfx_blue-arrow.png");
    margin: 5px 0 0 28px;
}

.modelle_box_content ul li a {
    font-size: 1em;
    font-weight: normal;
}

.vorkonfiguriert {
    position: absolute;
    z-index: 100;
}

#modelle_navi {
    position: relative;
}

#modelle_navi > div {
    border-bottom: 1px dotted #cfcfcf;
    padding: 10px 0;
}

.modelle_box_title {
    font-size: 1.4em;
    font-weight: bold;
    background: transparent url('/pics/konfigurator2/images/gfx_open.png') no-repeat center left;
    padding: 0 0 0 21px;
    cursor: pointer;
}

.modelle_box_content {
    display: none;
    margin: 0 0 0 20px;
}

#modelle_box_bottom {
    display: none;
}

.modelle_box_content > .kontaktbox_privatkunde {
    margin: 12px 0 0;
    background: none;
}

.modelle_box_first {
    padding: 0 0 10px !important;
}

.modelle_box_first > .modelle_box_content {
    display: block;
}

.vw_up_modell.widget {
}

.vw_up_modell .widget_title > span {
    background: none;
}

.vw_up_modell.widget_title > span.closed {
    display: block;
    background: transparent url('/pics/design/gfx/markenwidget_down.png') no-repeat center right;
}

div.inline_img {
    float: left;
    margin: 6px 15px 0 0;
}

div.inline_img > img {
    border: 1px solid #cfcfcf;
}

div.inline_img > div.description {
    font-size: 0.75em;
    font-style: italic;
    margin: 2px 0 0;
}

#modelle_navi .open {
    background: transparent url('/pics/konfigurator2/images/gfx_close.png') no-repeat center left;
}

.modelle_inline_image {
    cursor: pointer;
}

#konfiguration_01,
#konfiguration_02,
#konfiguration_03 {
    position: absolute;
    margin: 39px 0 0 0;
    z-index: 5;
    overflow: hidden;
    display: none;
}

#konfiguration_02,
#konfiguration_button_02 {
    left: 573px;
}

#konfiguration_03,
#konfiguration_button_03 {
    left: 779px;
}

h2.morespace {
    margin: 80px 0 0.75em;
}

/* - #2348: eKomi ----------------------------------------------------------- */
#eKomiGate_seal-70x70 {
    margin-left: 47px;
}

.with_bubble label {
    display: block;
    margin-right: 250px;
}

.with_bubble .ci_ma_hinweis {
    top: 7px;
}

/* --- STROER ADDS --- */

.main_container {
    background-color: white;
    width: 970px;
}

#ma_ad_rectanglemedium {
    margin-bottom: 13px;
}

#ma_ad_bannersuper {
    width: 970px;
}

#ma_ad_bannersuper_inner {
    text-align: center;
    /*overflow: hidden;*/
}

#ma_ad_bannersuper.expwallpaper #ma_ad_bannersuper_inner,
#ma_ad_bannersuper.hokeystick #ma_ad_bannersuper_inner {
    text-align: right;
}

#ma_ad_skyscraper {
    top: 103px;
    left: 970px;
    position: absolute;
}

#ma_ad_skyscraper.hokeystick {
    top: 0px;
}

#mag_global_header {
    margin-top: 10px;
}

#ma_ad_layer {
    width: 970px;
    text-align: center;
    margin: 6px 0 10px 0;
}

#ma_ad_skyscraper_inner {
    float: left;
}

#ma_ad_layer,
#ma_ad_rectanglemedium {
    font-size: 1px;
}

#ma_ad_bannersuper.hokeystick #ma_ad_bannersuper_inner,
#ma_ad_bannersuper.expwallpaper #ma_ad_bannersuper_inner {
    float: right;
}

img[alt=szmtag] {
    float: left;
}

/* --- SITEMAP --- */

.sitemap {
    line-height: 22px;
    list-style-type: none;
}

.sitemap .level-2 {
    margin: 0 0 0 40px;
    list-style-type: circle;
    font-weight: bold;
}

.sitemap .level-3 {
    font-weight: normal;
    list-style-type: none;
}

.sitemap .collapsible-trigger {
    list-style-type: none;
}

.sitemap .collapsible-trigger span {
    margin: 0 5px 0 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.sitemap .collapsible-container {
    display: none;
    margin: 0 0 0 40px;
    list-style-type: circle;
}

.sitemap .small-indent {
    margin: 0 0 0 23px;
}

.sitemap .no-bold {
    font-weight: normal;
}



