@CHARSET "UTF-8";

/* 	layout.phtml dimensionen
    breite 221+565+174 (sidebar+content+contentbar)
*/

body{
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    background-color: #e6e6e6;
}

/* padding dimensions
-------------------------------------------------------------- */

.p2 { padding: 2px; }
.p3 { padding: 3px; }
.p4 { padding: 4px; }
.p6 { padding: 6px; }
.p12 { padding: 12px; }
.p24 { padding: 24px; }
.p36 { padding: 36px; }
.p48 { padding: 48px; }
.p60 { padding: 60px; }
.p72 { padding: 72px; }
.p84 { padding: 84px; }

.pTop2 { padding-top: 2px; }
.pTop3 { padding-top: 3px; }
.pTop4 { padding-top: 4px; }
.pTop6 { padding-top: 6px; }
.pTop12 { padding-top: 12px; }
.pTop24 { padding-top: 24px; }
.pTop36 { padding-top: 36px; }
.pTop48 { padding-top: 48px; }
.pTop60 { padding-top: 60px; }
.pTop62 { padding-top: 62px; }
.pTop84 { padding-top: 84px; }

.pRight2 { padding-right: 2px; }
.pRight3 { padding-right: 3px; }
.pRight4 { padding-right: 4px; }
.pRight6 { padding-right: 6px; }
.pRight12 { padding-right: 12px; }
.pRight24 { padding-right: 24px; }
.pRight36 { padding-right: 36px; }
.pRight48 { padding-right: 48px; }
.pRight60 { padding-right: 60px; }
.pRight72 { padding-right: 72px; }
.pRight84 { padding-right: 84px; }

.pBottom2 { padding-bottom: 2px; }
.pBottom3 { padding-bottom: 3px; }
.pBottom4 { padding-bottom: 4px; }
.pBottom6 { padding-bottom: 6px; }
.pBottom12 { padding-bottom: 12px; }
.pBottom24 { padding-bottom: 24px; }
.pBottom36 { padding-bottom: 36px; }
.pBottom48 { padding-bottom: 48px; }
.pBottom60 { padding-bottom: 60px; }
.pBottom72 { padding-bottom: 72px; }
.pBottom84 { padding-bottom: 84px; }

.pLeft2 { padding-left: 2px; }
.pLeft3 { padding-left: 3px; }
.pLeft4 { padding-left: 4px; }
.pLeft6 { padding-left: 6px; }
.pLeft12 { padding-left: 12px; }
.pLeft24 { padding-left: 24px; }
.pLeft36 { padding-left: 36px; }
.pLeft48 { padding-left: 48px; }
.pLeft60 { padding-left: 60px; }
.pLeft72 { padding-left: 72px; }
.pLeft84 { padding-left: 84px; }

/* padding dimensions
-------------------------------------------------------------- */
.red { color: #f00; }

.bordeauxred { color: #C60C30; }

a{
    color: #1f2c68;
    text-decoration: underline;
}

a:hover{
    color: #C60C30;
    text-decoration: underline;
}

a:active{
    text-decoration: underline;
}

a.pages{
    font-weight: bold;
    color: #373737;
}

a.header_links {
    color: #fff;
    font-size: 1.2em;
    padding: 7px 10px 0 10px;
    height: 23px;
    display: block;
}

a.footer_links {
    color: #727272;
    margin: 6px 0 0 5px;
    display: block;
    text-decoration: none;
}

a:hover.footer_links {
    text-decoration: underline;
}

.li_simple li{
    list-style-type: none;
}

div#wrapper{
    padding: 0;
    width: 960px;
    background-color: #fff;
    border: 1px solid #9d9999;
    border-top: none;
    text-align: left;
    margin: 0 0 15px 0;
}

div#header1{
    width: 960px;
    background-image: url(../images/header_logo.jpg);
    min-height: 125px;
    background-repeat: no-repeat;
    padding: 10px 0px 0px 0px;
    background-color: #fff;
}

div#header1 ul{
    padding: 0;
    margin: 0;
}

div#header1 ul li{
    list-style-type: none;
}

div#header1 div#logo{
    float: left;
    margin: 13px 0 0 20px;
    min-height: 50px;
}

div#login{
    width: 174px;
    float: left;
    margin: 5px 0 0 0;
    min-height: 190px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-left: none;
    /*background-image: url(../images/navi_verlauf.jpg);*/
}

div#nav_header{
    width: 960px;
    min-height: 30px;
    background-color: #C60C30;
    border-top: 1px solid #e2e1e1;
}

div#nav_header ul{
    padding: 0;
    margin: 0;
}

div#nav_header ul li{
    float: left;
    list-style-type: none;
    height:30px;
}

div#nav_header ul.navigation li a{
    text-decoration: none;
}

div#nav_header ul.navigation li.active a{
    color: #C60C30;
    background-image: url(../images/navi_verlauf.jpg);
    background-color: #dfdfdf;
    text-decoration: none;
}

div#nav_header ul.navigation li.active a:hover{
    color: #C60C30;
    text-decoration: underline;
}

div#nav_header ul.navigation li a:hover{
    color: #fff;
    text-decoration: underline;
}

div#nav_header_bar{
    height: 5px;
    width: 960px;
    background-color: #dfdfdf;
}

div#logged_in_as{
    min-height: 34px;
    background-color: #f1f1f1;
    padding: 5px 0 0 5px;
    border: 1px solid #9d9999;
    border-left: none;
}

div#nav_sidebar{
    width: 174px;
    float: left;
    margin: 5px 0 0 0;
    min-height: 500px;
    background-color: #fff;
}

div#nav_sidebar ul{
    padding: 0;
    margin: 0;
}

div#nav_sidebar ul li{
    border-bottom: 1px solid #9d9999;
    padding: 5px 5px 5px 5px;
    list-style-type: none;
}

div#nav_sidebar ul.navigation li.active{
    background-color: #C60C30;
}

div#nav_sidebar ul.navigation li.active a{
    color: #fff;
    text-decoration: none;
}

div#nav_sidebar ul.navigation li a:hover{
    text-decoration: underline;
}

div#nav_sidebar ul.navigation li a{
    color: #727272;
    text-decoration: none;
}

div#nav_sidebar ul.navigation li.active ul li a{
    color: white;
}

div#nav_sidebar ul.navigation li.active ul li.active a{
    color: blue;
}

div#nav_sidebar ul.navigation li ul{
    display: none;
}

div#nav_sidebar ul.navigation li.active ul{
    display: block;
}

/* Verwendung von Selector um ein Nachbar element zu selektieren  */
div#nav_sidebar ul.navigation li.active a.hide_pages + ul{
    display: none;
}

div#content{
    padding: 0;
    /* width: 606px; */
    width: 564px;
    min-height: 500px;
    float: left;
    background-color: #fff;
}

div#content ol.neuwagenkunden{
    margin-left: -17px;
}

div#content ol.neuwagenkunden li{
    margin-bottom: -12px;
}

div#content_onesidebar{
    padding: 0;
    margin: 0;
    width: 785px;
    min-height: 500px;
    float: right;
    background-color: #fff;
}

div#contentbar{
    padding: 5px 0 0 0;
    width: 221px;
    min-height: 490px;
    float: right;
    background-color: #fff;
}

div#contentbar_vorteile{
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc;
    border-right: none;
    padding: 0;
    font-size: 13px;
    width: 220px;
    min-height: 120px;
}

div.contentbar_partnerwerden a{
    margin: 0 0 5px 35px;
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    border: 1px solid #666666;
    color: #fff;
    text-decoration: none;
    height: 18px;
    width: 130px;
    display: block;
    padding: 2px 5px 0 10px;
}

div.contentbar_vorteile_title{
    color: #000;
    height: 20px;
    font-weight: bold;
    font-size: 13px;
    padding: 0 0 0 5px;
}

div#contentbar_vorteile li{
    margin: 0 0 5px -19px;
    list-style-image: url(../images/dot_black.gif);
    line-height: 7px;
}

ul.li_presquare li{
    margin: 0 0 5px -19px;
    list-style-image: url(../images/dot_black.gif);
    line-height: 7px;
}

.li_square li{
    margin: 0 0 5px -19px;
    list-style-image: url(../images/dot_black.gif);
}

div#contentbar_fragen{
    background-color: #f1f1f1;
    margin: 10px 0 0 0;
    border: 1px solid #dcdcdc;
    border-right: none;
    padding: 0 0 5px 0;
    font-size: 0.9em;
    width: 220px;
    height: 80px;
}

.content_box {
    background-color: #f1f1f1;
    padding: 5px;
    border: 1px solid #dcdcdc;
    font-size: 0.9em;
}

.content_box .title {
	color: #000;
    font-size: 13px;
    font-weight: bold;
}

div.contentbar_fragen_title{
    color: #000;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 5px;
}

div.contentbar_fragen_content{
    padding: 0;
    text-align: center;
    font-size: 12px;
}

div#blank_footer{
    min-height:10px;
    clear:both;
}

div#breakline_footer{
    background-color: #C60C30;
    height: 3px;
}

div#nav_footer{
    width: 960px;
    height: 30px;
    clear: both;
    background-color: #fff;
    clear: both;
}

div#nav_footer ul{
    padding: 0;
    margin: 0;
}

div#nav_footer ul li{
    float: left;
    padding: 0px 10px 0px 0px;
    list-style-type: none;
}

div#copyright{
   margin: 6px 49px 0 5px;
   float: left;
}

div#nav_footer ul.navigation li.active a{
    color: #1f2c68;
}

/**
 * Abmessungen fürs Erstellen eines Angebots
 * 960-(175+15+15) = 755
 * Gesamte Website-Breite - (sidebar+paddingleft) = Angebot Content-Breite
 */
div#angebot_header{
    width: 755px;
    background-color: #fff;
}

div#angebot_header ul{
    padding: 0;
    margin: 0;
    min-height: 24px;
    font-size: 12px;
}

div#angebot_header ul li{
    float: left;
    list-style-type: none;
    margin: 0px 5px 0px 0px;
    padding: 4px;

    border: 1px solid #7f7f7f;
    border-bottom: 0px;
    text-align: center;
    background-color: #e7e7e7;
}

div#angebot_header ul.navigation li a{
    text-decoration: none;
}

div#angebot_header ul.navigation li a:hover{
    text-decoration: underline;
}

div#angebot_header ul.navigation li.active a{
    color: #000;
    font-weight: bold;
}

div#angebot_header ul.navigation li.active{
    background-color: #fff;
    border: 1px solid #7f7f7f;
    border-bottom: 1px solid #fff;
}

div#angebot_content{
    border: 1px solid #7f7f7f;
    min-height: 340px;
    padding: 15px;
    width: 723px;
    overflow: hidden;
}

/*
div#angebot_content:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*/

div#angebot_footer{
    width: 723px;
    padding: 0px 15px 0px 15px;
    min-height: 25px;
    background-color: lightgray;
    border: 1px solid #7f7f7f;
    border-top: none;
    font-size: 12px;
    clear: both;
}

div#angebot_footer ul{
    padding: 0;
    margin: 0;
}

div#angebot_footer ul li{
    float: left;
    padding: 0;
    list-style-type: none;
}

div#angebot_footer ul li#angebot_weiter{
    float: right;
}

/*form input {*/
input {
 background-color: #e8e8e8;
 border: 1px solid #666666;
}

/*form textarea  {*/
select  {
 background-color: #e8e8e8;
 border: 1px solid #666666;
}

/*form textarea  {*/
textarea  {
 background-color: #e8e8e8;
 border: 1px solid #666666;
}

h3.angebot{
    margin: 0 0 -5px 0;
}

form.form_simple div ul{
    padding: 10px 0px 0px 0px;
    margin: 0;
    clear: both;
}

form.form_simple div ul li{
    float: left;
    padding: 0px 5px 0px 0px;
    list-style-type: none;
    width: 150px;
    text-align: right;
}

form.form_simple div ul li.element{
    text-align: left;
}

div.simple_list ul{
    padding: 0;
    margin: 0;
    width: 190px;
    float:left;
}

div.simple_list ul li{
    list-style-type: none;
}

div.simple_list2 ul{
    padding: 0;
    margin: 0;
    width: 150px;
    float:left;
}

div.simple_list2 ul li{
    list-style-type: none;
}


form.general div fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

form.general div fieldset ul {
    margin: 0;
    padding: 0;
    clear: both;
}

form.general div fieldset legend{
    font-weight: bold;
}

form.general div fieldset ul li {
    list-style-type: none;
    float: left;
    padding:0px 10px 3px 0px;
    text-align: right;
}

form.general div fieldset ul li.label_element {
    width: 120px;
}

form.general div fieldset ul li.label_element_checkbox {
    width: 50px;
}

form.general div fieldset ul li.element {
    text-align: left;
    width: 210px;
}

form.general div fieldset ul li.element input.input1{
    width: 205px;
}

form.general div fieldset ul li.elements_double {
    width: 210px;
    text-align: left;
}

form.general div fieldset ul li.elements_double input.input2 {
    width: 50px;
}

form.general div fieldset ul li.elements_double input.input3 {
    width: 150px;
}

/* Style für input in einem li.element */
form.general div fieldset ul li.element input.input4 {
    width: 80px;
}

form.general div fieldset ul li.element textarea {
    width: 210px;
    height: 60px;
}

form.general div fieldset ul li.elements_select {
    width: 210px;
}

form.general div fieldset ul li.err_msg {
    color: #ff0000;
    text-align: left;
    width: 150px;
}

form.general div fieldset ul li span.hint {
    font-size: 0.8em;
    color: #afafaf;
    margin: 0;
}

form.general div fieldset ul li label.err_label {
    color: #ff0000;
}

form.general div fieldset ul li span.required {
    color: #ff0000;
}

form.general div fieldset ul li.label_element_checkbox {
    width: 80px;
}

form.general div fieldset ul li.element_checkbox {
    width: 10px;
}

form.general div fieldset ul li.txt_checkbox {
    width: 390px;
    text-align: left;
    margin: 0 0 5px 10px;
}

input.input50 {
    width: 50px;
}

input.input60 {
    width: 60px;
}

.description1{
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

form#form_login ul {
    padding: 5px 0px 0px 5px;
}

form#form_login ul li{
    padding-right: 5px;
}

form#form_login ul li.login_actions{
    padding-left: 0;
    font-size: 11px;
}

form#form_login div.ul_horizontal ul.login_form{
    font-weight: bold;
}

form#form_login div.ul_horizontal ul.login_form li{
    margin: 0;
}

form#form_login div.ul_horizontal ul.login_form li.login_label{
    margin: 5px 0 0 0;
}

form#form_login div.ul_horizontal ul.login_form li.login_submit{
    margin: 10px 0 0 0;
}

/*Generelles CSS für den Contentbereich*/
div.content_header{
    /*width: 785px;*/ /*Die Breite des Contentbereichs*/
    width: 100%;
    background-color: #fff;
}

div.content_header ul{
    padding: 0;
    margin: 0;
    min-height: 24px;
    font-size: 12px;
}

div.content_header ul li{
    float: left;
    list-style-type: none;
    margin: 0px 2px 0px 0px;
    padding: 4px;

    border: 1px solid #7f7f7f;
    border-bottom: 0px;
    text-align: center;
    background-color: #e7e7e7;
}

div.content_header ul.navigation li a{
    text-decoration: none;
}

div.content_header ul.navigation li a:hover{
    text-decoration: underline;
}

div.content_header ul.navigation li.active a{
    color: #000;
    font-weight: bold;
}

div.content_header ul.navigation li.active{
    background-color: #fff;
    border: 1px solid #7f7f7f;
    border-bottom: 1px solid #fff;
}

div.content_body{
    width: 723px;
    padding: 15px;
    min-height: 340px;
    border: 1px solid #7f7f7f;
}

div.content_body_small{
    width: 535px;
    min-height: 340px;
    border: 1px solid #7f7f7f;
}

/*globales css*/
.colorRed{
    color: #ff0000;
}

.color_yellow{
    background-color: #FFE04F;
}

a.paginator_box{
    border: 1px solid #BFBFBF;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
}

span.paginator_current{
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

a.paginator_box:hover{
    border: 1px solid #C60C30;
    color: #C60C30;
    /*background-color: #C60C30;*/
}

/*style für table.table1 */
table.table1{
    width: 100%;
    border-collapse:collapse;
}

table.table1 th{
    background-color: #dadada;
    border: none;
    padding: 3px;
    vertical-align: top;
}

table.table1 td{
    /* border: 1px solid #fff; */
    padding: 3px;
    vertical-align: top;
}

table.table1 tr.color1{
    background-color: #ededed;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

table.table1 tr.color2{
    background-color: #fff;
}

/*style für table.table2*/
table.table2{
    width: 100%;
    border-collapse:collapse;
}

table.table2 td{
    padding-top: 5px;
    vertical-align: top;
    border-top: 1px solid red;
}

div.error{
    /*background-color: #d63c3c;*/
    padding: 15px;
    border: 1px solid #f00;
    color: #f00;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

div.error2{
    background-color: #C60C30;
    color: #fff;
    padding: 15px;
    text-align: left;
    border: 1px solid #555555;
}

div.error2 a:hover{
    color: #fff;
    text-decoration: underline;
}


div.login_error{
    width: 164px;
    color: #f00;
    font-weight: bold;
    /*border-bottom: 1px solid #9d9999;*/
    padding: 5px 5px 0px 5px;
}

div#login div#statusbox{
    background-color: #f1f1f1;
    width: 164px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #dcdcdc;
}

div.success{
    border: 1px solid green;
    color: green;
    font-weight: bold;
}

div.padding5{
    padding: 5px;
}

div.padding6{
    padding-left: 4px;
}

div.padding7{
    padding: 10px;
    margin-left: 2px;
}

div.padding8{
    max-width: 751px;
    padding: 10px;
    margin-left: 2px;
    border: 0;
}

div.padding10{
    max-width: 751px;
    padding: 10px;
    margin-left: 2px;
    border: 1px solid #7f7f7f;
}

div.padding15{
    padding: 15px;
}

div.paddingtop15{
    padding-top: 15px;
}

.paddingleft85{
    padding-left: 85px;
}

div.ul_horizontal ul{
    padding: 0;
    margin: 0;
    clear: both;
}

div.ul_horizontal ul li{
    float: left;
    list-style-type: none;
}

div.ul_horizontal_li_vertical ul{
    padding: 0;
    margin: 0;
    float: left;
}

div.ul_horizontal_li_vertical ul li{
    list-style-type: none;
}

.err_msg{
    color: #ff0000;
}

div.message{
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #cecece;
}

div.confirm{
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #cecece;
}

.text_center{
    text-align: center;
}

.font_bold{
    font-weight: bold;
}

.font_size_14{
    font-size: 14px;
}

.font_size_13{
    font-size: 13px;
}

a.no_link {
    text-decoration: none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
}

div.layer_info1{
    display:none;
    z-index:3;
    position:absolute;
    margin:-15px 0 0 -15px;
    padding: 2px;
    width:240px;
}

div.layer_info1_inner{
	display: inherit;
    background:white;
    margin: 15px;
    padding: 2px;
    width:205px;
    border:1px solid steelblue;
}

.h3_partner{
    margin: 20px 0 15px 0;
}

.uberschriftNeuwagenkunden{
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

/*Submit Buttons*/

.button_submit{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitAngebot{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 61px;
    height: 22px;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitAuftragSuche{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    padding: 0 0 2px 0;
    width: 80px;
    height: 22px;
    border: 1px solid #666666;
    color: #fff;
}

#submitListenpreis{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 61px;
    height: 22px;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitLogin{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    padding: 0 0 4px 0;
    width: 145px;
    height: 22px;
    border: 1px solid #666666;
    color: #fff;
}

#submitKunde{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 61px;
    height: 22px;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitVKNr{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 61px;
    height: 22px;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitProvision{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 100px;
    height: 22px;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitPartner{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 100px;
    height: 22px;
    color: #fff;
    padding: 0 1px 2px 0;
}

#submitPasswort{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    width: 120px;
    height: 22px;
    color: #fff;
    padding: 0 1px 1px 0;
}

#submitPasswortVergessen{
    background-image: url(../images/verlauf.gif);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    background-position: center;
    padding: 0 0 1px 0;
    margin: 10px 0 0 35px;
    width: 75px;
    height: 22px;
    border: 1px solid #666666;
    color: #fff;
}

.kontakt_frame
{
    float: left;
    width: 180px;
    padding-right: 6px;
    overflow: hidden;
}

.kontakt_frame_clear_left
{
    clear: left;
}

.kontakt_frame p
{
    line-height: 1.2em;
}
.kontakt_frame img
{
    border:1px solid #424242;
}

.logos_partner li {
    list-style: none;
    width: 100px;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 85px;
    line-height: 85px;
}

.logos_partner img {
    width: 80px;
    vertical-align:middle
}

/* provision box */

.provision_box{
    width: 600%;
}

.provision_box .row {
    overflow: hidden;
    padding-bottom: 12px;
}

.provision_box .row div {
    float: left;
}

.provision_box .col1 {
    width: 300px;
    font-weight: bold;
}
.provision_box .col2 {
    width: 350px;
}

.provision_box ul {
    margin: 0; padding: 0;
    overflow: hidden;
}

.provision_box li {
    list-style-type: none;
    float: left;
    width: 100px;
    margin-bottom: 3px;
}

.provision_box li.error {
    color: red;
    width: 150px;
}

.provision_box li.error {
    color: red;
    width: 120px;
}

.provision_box li.error_option {
    width: 70px;
    color: red;
}

.provision_box li.option {
    width: 230px;
}

.provision_box input[type="text"] {
    width: 50px;
}

.provision_box input[type="radio"] {
    margin: 0;
    padding: 0;
}

.provision_box .submit {
    padding-left: 300px;
}

.provision_box .input_block {
    display: none;
}

.einstellungen_ansprechpartner {
    background-color: #EDEDED;
}

.einstellungen_ansprechpartner ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

.einstellungen_ansprechpartner li{
    border-bottom: 1px solid #fff;
}

.einstellungen_ansprechpartner span{
    display: block;
    padding-left: 25px;
    font-style: italic;
}

.form1 ol {
   list-style: none;
   padding: 0; margin: 0;
}

.form1 li {
   list-style: none;
   float: left;
}

.form1 dl {
   clear: both;
   margin-bottom: 6px;
   overflow: hidden;
}

.form1 dl dt{
   float: left;
   margin-right: 3px;
}

.form1 dl dd{
   float: left;
   margin: 0; padding: 0;
   margin-right: 15px;
}

#farbe1_preview, #farbe2_preview {
   display: block;
   width: 30px;
   height: 18px;
   border: 1px dashed gray;
}

.rgb_input {
    width: 25px;
    background-color: white;
}

.link_filter {
    text-decoration: none;
    padding-right: 10px;
}

/* CSS für den Preisvergleich */
#pv_finanzierung_container {
    margin-top: 24px;
}

/* CSS für die Betreuerbox */
#betreuer-box{
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc;
    border-right: none;
    padding: 0 0 0 5px;
    font-size: 13px;
    width: 215px;
    min-height: 120px;
    margin-bottom: 10px;
    text-align: center;
}

#betreuer-box h4{
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
}

#betreuer-box p{
    padding-left: 0px;
    text-align: left;
}

.optional{
    font-size: 0.9em;
    color: #afafaf;
    margin-top: 3px;
}
