/**
css reset
 */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.4;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

a:link {color:#983f10;}      /* unvisited link */
a:visited {color:#983f10;}  /* visited link */
a:hover {color:#9a9584;}  /* mouse over link */
a:active {color:#9a9584;}  /* selected link */

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}





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

}

body {
background-image:url('images/bg.png');
font-family: thesansplain, arial;
font-size: 14px;
}

#wrapper {
width: 970px;
height: auto;
background: #fff;
margin: 0 auto;
margin-bottom: 40px;

  -moz-box-shadow:    0px 3px 3px 3px #ccc;
  -webkit-box-shadow: 0px 3px 3px 3px #ccc;
  box-shadow:         0px 3px 3px 3px #ccc;
  

border-style:solid;
border-right:thin double #ccc;
border-left:thin double #ccc;


}

#logo{
margin: 20px 0px -4px 79px;
float: left;
position: absolute;
}
#banner{
margin-top: 20px;
}
#payoff  {
margin-left: 400px;
padding-top: 20px;
font-size: 22px;
text-align: center;
}

#textkader h1{
font-size: 18px;
}

#textkader ul{
margin: 10px auto auto 0px;
list-style-type:none;
}

#textkader {
color: #fff;
position: absolute;
top: 160px;
margin-left: 80px;
width: auto;
background: #e75204;
padding: 20px;
opacity: 0.85;
z-index:1000;
}

#aanmelden {
font-size: 12px;
color: #fff;
position: absolute;
top: 248px;
margin-left: 380px;
width: auto;
background: #e75204;
padding: 20px;
opacity: 0.85;
z-index:1000;
}
.bxslider{
min-height: 266px;
}
#header{
margin-bottom: -60px;
}
#container{
color: #9d9783;
padding-left: 40px;
}

#voordelen{
background-image:url('images/divider.png');
background-repeat:no-repeat;
height: 160px;

}
#besparen{
background-image:url('images/divider.png');
background-repeat:no-repeat;
height: 290px;
}
#partners{
background-image:url('images/divider.png');
background-repeat:no-repeat;
height: 420px;
}
#steluwvraag{
background-image:url('images/divider.png');
background-repeat:no-repeat;
height: 160px;
padding-top: 30px;
padding-left: 340px;

}

.titel {
color: #000;
font-size: 18px;
padding-top: 30px;
padding-bottom: 30px;
}
#voordelen p{
width: 180px;
float: left;

}

.bullet{
float: left;
margin-left: 7px;
margin-right: 8px;
}

#besparen li{
margin-left: 18px;
}
#besparen li:before{
}

#kolom1 {
float: left;
}

#kolom1 li{
line-height: 1.5;
}

#kolom1 ul{
margin-top: 10px;
margin-bottom: 25px;
}

#kolom2 {
width: 320px;
float: left;
margin-left: 30px;
}

#kolom2 li{
line-height: 1.5;
}

#kolom2 ul{
margin-top: 10px;
margin-bottom: 10px;
}

#kolom3 {
float:left;
margin: 40px 0px 40px 40px;
}

.partner{
float: left;
font-size: 12px;
height: auto;
width: 200px;
margin-left: 80px;
}

.partnerlogo {
height: 80px;
margin-top: 20px;
}

#footer{
height: 50px;
background-color: #9a9584;
}

#footer p{
color: #fff;
font-size: 20px;
float: right;
padding: 10px 20px 0px 0px;
}




