@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller-webfont.eot');
    src: url('../fonts/aller-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aller-webfont.woff') format('woff'),
    url('../fonts/aller-webfont.ttf') format('truetype'),
    url('../fonts/aller-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: aller ;
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aller_rg-webfont.woff') format('woff'),
    url('../fonts/aller_rg-webfont.ttf') format('truetype'),
    url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #e5e9ec;
    margin: 0;
    padding: 0;
    color: #404040;
    font-family: Aller;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

li {
    padding-left: 5px;
    text-indent: 12px;
}

li:before {
    content: "•";
    font-size: 40px;
    color: #2f93d9; /* or whatever color you prefer */
    line-height: 15px;
    /* width: 10px;
     height: 10px;*/
    float: left;
    margin: 0;
    border-radius: 50%;

}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px;

}

h1 {
    font-size: 24px;
    color: #404040;
    padding: 0;
    margin: 0 0 15px 15px;

    font-weight: normal;
}

h2 {
    font-size: 17px;
    color: #404040;
    padding: 0;
    margin: 0 0 15px 15px;

    font-weight: normal;
    letter-spacing: -1px;

}

h3 {
    font-size: 18px;
    color: #404040;
    padding: 0;
    margin: 0 0 15px 15px;

    font-weight: normal;
    letter-spacing: -1px;
}

h4 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #404040;

}

.h3big {
    font-size: 24px;
}

table {
    width: 100%;
    border: 0;
    padding: 0;
    border-spacing: 0;
}

td {
    text-align: center;
    width: 33%;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    color: #404040;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */

}

a:visited {
    color: #404040;
    text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;

}

.left {
    float: left;
}

.center {
    text-align: center;
    display: block
}

.centermargin {
    text-align: center;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.right {
    float: right;
}

.margin-right-20 {
    margin-right: 20px;
}

.clear {
    clear: both;
}

.hor-stroke {
    background: #999999;
    height: 1px;
    margin: 30px 140px 10px 140px;
}

.hor-stroke-position-up {
    background: #999999;
    height: 1px;
    margin: -220px 140px 10px;
}

.hor-stroke .extra_marger {
    margin: 20px 0;
}

.hor-stroke-light {
    background: #999999;
    height: 1px;
    margin: 20px 40px 20px 40px;
}

.paddingtop20 {
    padding-top: 20px
}

.paddingtop10 {
    padding-top: 10px;
}

/* --- / FILTER / --- */
.filter_opties {
    padding: 10px;
}

.filter_opties .extra_margin {
    margin: 0 0 0 10px;
}

.filter_opties .filter_opties_rij1 {
    margin: 0 0 10px 0;
}

.filter_opties select {
    width: 170px;
}

.filter_opties .filter_small {
    width: 80px;
}

/* --- / INPUT VELDEN / --- */
input[type=text] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #999 !important;
    padding: 5px 3px 5px 5px;
}

textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #999 !important;
    padding: 5px;
}

select {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #999;
    padding: 5px;
}

select.dropdown_margin {
    margin: 0 0 0 10px;
}

button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

button:hover {
    color: #107bc2
}

.fielderror {
    border: solid 1px #900 !important;
    background: #fef;
}

/* --- /  Icons / --- */
.icon-hover {
    display: none;
}

.icon-link {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #666666;
    text-decoration: none;
    margin: 0 10px 0 10px; /*margin:0 16px 0 17px; als er 8 iconen staat, bij 9 iconen op 1 regel moeten staan ;margin:0 10px 0 10px; */
}

.icon-link img {
    max-width: 105px;
}

.icon-link:hover .icon, .icon-link-active .icon {
    display: none;
}

.icon-link:hover .icon-hover, .icon-link-active .icon-hover {
    display: inline-block;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.containerUSP {
    width: 1120px;
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    height: 230px;
    position: relative;
    top: -1360px;
    overflow: hidden;
}

.containerUSPvertical {
    width: 220px;
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    position: relative;
    overflow: hidden;
}

.contentUSP {
    padding: 10px 10px 10px 10px;
}

.USPtext {
    padding: 0;
    margin: 10px;

    font-size: 10px;
    color: #404040;
    text-align: justify;
}

.blockUSP1 {
    position: relative;
    float: left;
    height: 180px;
    width: 218px;
}

.blockUSP2 {
    position: relative;
    float: left;
    height: 180px;
    width: 219px;

}

.blockUSP3 {
    position: relative;
    float: left;
    height: 180px;
    width: 219px;

}

.blockUSP4 {
    position: relative;
    float: left;
    height: 180px;
    width: 219px;

}

.blockUSP5 {
    position: relative;
    float: right;
    height: 180px;
    width: 218px;
    right: 5px;

}

.container {
    width: 1120px;
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    clear: both;
    position: inherit; /* This fixes the IE7 overflow hidden bug */
    overflow: hidden; /* This chops off any overhanging divs */
}

.containertop {
    width: 1120px;
    height: 131px;
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.containermenu {
    position: relative;
    height: 284px;
    width: 1146px;
    background-color: #77abd5;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.containerbottomwiki {
    width: 1120px;
    background-color: #e5e9ec;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.containerfooter {
    width: 1120px;
    background-color: #4d94cb;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.contenttop {
    width: 1110px;
    height: 131px;
    padding: 10px 0;
    margin-left: 10px;
    background: url(../images/Finalease-financial-lease-logo.png) no-repeat;
}

.callback {
    padding: 10px 10px 10px 10px;
    background-color: #71aad7;
    width: 285px;
    margin-right: 156px;
}

.callback .calltext {
    color: #fff;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;

}

.callback .calltext .number {
    font-size: 16px;
}

.callback .calltext .small {
    font-size: 11px;
}

/* .callback .arrow { background:url(../images/arrow.png) no-repeat; height:91px; width:95px; position:absolute; margin:-24px 0 0 -100px; }*/
.callback button {
    margin: 0;
    padding: 3px 10px;
}

.callback .tussen {
    font-size: 9px;
    color: #fff;
    margin: 0 0 8px 0;
}

.callback .input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #999;
    padding: 5px;
    background: #fff;
}

.callback .input .phoneicon {
    background: url(../images/call-back-phone.png) no-repeat center;
    width: 25px;
    height: 20px;
    border-right: solid 1px #aaa;
}

.callback .input input {
    border: 0;
    padding: 2px;
    margin: 0 5px 0 0;
    width: 100px;
}

/* .callback .car { width:233px; height:89px; background:url(../images/call-back-car.png) no-repeat; position:absolute; margin:5px 0 0 -70px; } */
.callback .klantenvertellen {
    height: 91px;
    width: 95px;
    position: relative;
    margin: -102px 0 0 348px;
    left: 0;
    top: -90px;
    z-index: 10;
}

.contentmenu {
    height: 264px;
    padding: 10px;
    background: url(../images/BG-filter-menu.png);
    font-size: 14px;
    color: #404040;

}

#menuleft {
    width: 680px;
    float: left;
    position: relative;
}

#menuright {
    margin-left: 680px;
    width: 440px;
    top: -30px;
    position: relative;
}

.content {

    padding: 10px 0;
    background-color: #ffffff;
}

.contenttext {
    padding: 0;
    margin: 15px;
    font-size: 13px;
    color: #404040;
}

#contentleft {
    width: 530px;
    float: left;
    background-color: #FFF;
}

#contentright {
    width: 590px;
    background-color: #FFF;
    float: right;
}

.margintop20 {
    margin-top: 230px;
}

.margintop-120 {
    margin-top: -230px;
}

a.bekijkhelevoorraad {
    background: url(../images/btn_bekijk_hele_voorraad-blauw.png) no-repeat center;
    padding: 7px 15px 7px 15px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #FFF;

    font-size: 14px;
    letter-spacing: -1px;
}

a.meerinfoblauw {
    background: url(../images/btn-meer-info-blauw.png) no-repeat center;
    padding: 7px 15px 7px 15px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #FFF;

    font-size: 14px;
    letter-spacing: -1px;
}

/* --- / SNELKEUZE / --- */
.snelkeuzetext {
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #404040;
    align: justify;
}

.snelkeuze .col {
    width: 140px;
    text-align: center;
}

.snelkeuze .col a {
    display: block;
    color: #404040;
    margin: 5px 0;
}

/* --- / SNELKEUZE INCLUDE op de WIKIPAGINA'S / --- */
.snelkeuze .colnarrow {
    width: 120px;
    text-align: center;
    border: solid 1px #404040;
    margin: 10px;
}

.snelkeuze .colnarrow a {
    display: block;
    color: #404040;
    margin: 5px 0;
}

.contentbottomwiki {
    padding: 10px 0;
    color: #8b8b8b;
    font-size: 10px;
    text-align: center;

}

.contentfooter {

    padding: 10px 0;
    color: #fff;
    font-size: 10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* --- / Nieuw binnengekomen  / --- */
#resultaat_lease_autos {
    margin: 20px 0 0 0;
}

/* --- / NEW - LEASE - VOORRAAD / --- */
.new_occasion_row, .new_occasion_row_even {
    height: 122px;
    width: 560px;
    padding: 5px;
    background-image: url(../images/prijslabel_financial_lease_voorraad_bg.png);
}

.new_occasion_row:hover, .new_occasion_row_even:hover {
    background-image: url(../images/prijslabel_financial_lease_voorraad_bg.png);
}

.new_occasion_row_title {
    height: 20px;
    width: 560px;
    margin: 0;
    padding: 0 0 6px;
}

.new_occasion_row_image {
    height: 99px;
    width: 110px;
    float: left;
}

.new_occasion_row_image img {
    width: 100px;
    height: 75px;
}

.new_occasion_row_contentwrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 99px;
    width: 346px;
    float: left;
}

.new_occasion_row_content1 {
    height: 70px;
    width: 70px;
    font-size: 90%;
    line-height: 130%;
    float: left;
}

.new_occasion_row_content2 {
    height: 70px;
    width: 103px;
    font-size: 90%;
    line-height: 130%;
    float: left;
}

.new_occasion_row_content3 {
    height: 70px;
    width: 84px;
    font-size: 90%;
    line-height: 130%;
    float: left;
}

.new_occasion_row_content4 {
    height: 70px;
    width: 89px;
    font-size: 90%;
    line-height: 130%;
    float: left;
}

.new_occasion_row_content5 {
    height: 29px;
    width: 346px;
    font-size: 90%;
    line-height: 100%;
    text-decoration: underline;
    color: #107BC2;
}

.new_occasion_row_price_block {
    width: 98px;
    float: right;
    text-indent: 2px;
    vertical-align: top;
}

.new_occasion_row_price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180%;
    font-weight: bold;
    font-style: oblique;
    color: #568003;
    font-family: Arial, Helvetica, sans-serif;
}

.new_occasion_row_price_euro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    font-style: oblique;
    color: #568003;
}

/* --- / Klantenvertellen / --- */
.roundbutton {
    /* display: block;*/
    width: 10px;
    height: 10px;
    /* line-height: 10px;
    border: 2px solid #f5f5f5; */
    border-radius: 50%;
    background: #2f93d9;
    /* box-shadow: 0 0 3px gray;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;*/
    display: inline-block;

}

section {
    border: 0;
    margin: 0;
    width: 272px;
    display: block;
    vertical-align: top;
}

#offerte_stap_,
#offerte_stap_2,
#offerte_stap_3,
#offerte_stap_4 {
    width: 550px;
    height: 41px;
    margin: 0 0 20px;
    background: url('../images/bg_offerte_stappen.jpg') no-repeat 0 -41px;
}

#offerte_stap_2 {
    background-position: 0 -82px;
}

#offerte_stap_3 {
    background-position: 0 -123px;
}

#offerte_stap_4 {
    background-position: 0 0;
}