html{
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', arial;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    background-color: #FF530B;
}

p{
    margin: 0px 0px 18px 0px;
    padding: 0px;
}

h1,h2,h3,h4{
    color: #333;
    font-weight: normal;
    font-style: italic;
}

h1{
    margin: 0px 0px 18px 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 32px;
}

h2, h5{
    margin: 0px 0px 18px 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 28px;
    color: #FF530B;
}

h5{
    color: #333;
}

h3{
    margin: 0px 0px 18px 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
}

h4{
    margin: 0px 0px 18px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
}

a:link, a:active, a:visited{
    color:#FF530B;
}

a:hover{
    color:#FF530B;
}

.border-radius{
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.box-shadow{
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.transparent{
    opacity: 0.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}

input[type="text"],input[type="password"], textarea{
    min-height: 22px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    -moz-box-shadow: inset 1px 2px 4px 2px #eee;
    -webkit-box-shadow: inset 1px 2px 4px 2px #eee;
    box-shadow: inset 2px 3px 4px 0px #eee;
    margin-bottom: 2px;
}
#login-form input[type="text"], #login-form input[type="password"], #login-form textarea{
    position:relative !important;
    float:right;
    width:200px !important;
    min-height:21px;
}
#login-form input[type="submit"]{
      float: left;
  background: #FF530B;
  padding: 13px 16px;
  color: #FFF;
  border: 0;
  border-radius: 5px;
}

select{
    margin-bottom: 2px;

}

input[type="text"]:hover, textarea:hover{
    border: 1px solid #777;
}

.testbreedte{
    position:fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
}

.testdiv{
    position:fixed;
    width: 40px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    background-color: orange;
    color:#fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    z-index:5;
}

a img{
    border: 0;
}

/* #################################################################################################### */

#afsluitingcontainer{
    height: 15px;
}

#agent-overview{
    height: 200px;
    width: 422px;
    height: 615px;
    position: absolute;
    right: 0px;
}

#agent-title{
    position: absolute;
    top: 30px;
    right: 0px;
    background: #fff;
    border-lefT: 4px solid #FF530B;
    padding: 0 50px 0 25px;
    height: 55px;
    line-height: 50px;
    font-size: 22px;
    font-style:italic;
}

#agent-map{
    position: relative;
    float: left;
    width: 422px;
    height: 456px;
    background: url(../images/agent-map.png) no-repeat;
}

#agent-about{
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 470px;
    z-index: 0;
    background: #eee;
    border-lefT: 8px solid #FF530B;
    border-radius: 5px 0 0 5px;
    padding: 30px 30px 30px 40px;
}

#agent-about h2{
    position: relative;
    float: left;
    width: 100%;
    background: url(../images/arrow.png) no-repeat right center;
    min-height: 25px;
    color: #333;
}

.agent-item{
    position: relative;
    float: left;
    width: 240px;
    height: 41px;
    border: 1px solid #E6E3E6;
    border-radius: 5px;
    /*line-height: 48px;*/
    padding: 6px 0 0 40px;
    background: url(../images/oranjearrow.png) no-repeat 15px center;
    margin: 15px 15px 0 0;
    cursor: pointer;
}

.agent-item a:link, .agent-item a:active, .agent-item a:visited,.agent-item a:hover{
    color: #333;
    text-decoration: none;
}

.agent-item:hover{
    border: 1px solid #ccc;
    background-color: #EfEfEf;
}

.agent-item .mail{
    position: absolute;
    top: 10px;
    right: 50px;
    background: url(../images/mail-medium.png) no-repeat center center;
    width: 25px;
    height: 25px;
}

.agent-item .phone{
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../images/phone-medium.png) no-repeat center center;
    width: 25px;
    height: 25px;
}

#agents-map-container{
    height: 400px;
    width: 100%;
}

#agents-fullmap{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}

#agent-infokader{
    position: absolute;
    top: 50px;
    right: 0px;
    width: 280px;
    height: 220px;
    background: #fff;
    border-left: 6px solid  #FF530B;
    border-radius: 5px 0 0 5px;
    padding: 30px 0px 30px 30px;
}

#agent-infokader h2{
    margin: 0;
}

#agent-infokader .namecontact{
    position: relative;
    float: left;
    width: 100%;
    color: #FF530B;
    font-style:italic;
    font-size: 14px;
    padding-bottom: 10px;
}

#agent-infokader .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url(../images/close.png) no-repeat;
}

#agent-infokader .contactphoto{
    float: left;
    margin: 0 20px 10px 0;
}

#agent-infokader .agent-contactinfo{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
}

#agent-infokader .agent-contactinfo .mail, .infoWindowCustom .agent-contactinfo .mail{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/mail-large.png) no-repeat center center;
    margin-right: 20px;
}

.infoWindowCustom .agent-naam{
    font-size: 18px !important;
/*    font-style: italic !important;*/
}

#agent-infokader .agent-contactinfo .phone, .infoWindowCustom .agent-contactinfo .phone{
    position: relative;
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/phone-large.png) no-repeat 20px center;
    padding-left: 70px;
    border-left: 1px solid #ccc;
}


#bannercontainer{
    z-index: 0;
}

#banner{
    background: url(../images/bg-banner.jpg) no-repeat bottom;
    height: 370px;
    overflow: hidden;
}

#banner .fader{
    display: none;
}

.banner-preview{
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0 5px 0 0;
    width: 400px;
    padding-left: 30px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    background: #fff url(../images/arrow.png) no-repeat 390px center;
    text-decoration: none;
}

.banner-preview:link, .banner-preview:active, .banner-preview:visited{
    color: #333;
}

.banner-preview:hover{
    color: #FF530B;
}

.banner-foto{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.banner-text-specificaties{
    position: absolute;
    top: 20px;
    right: -200px;
    color: #fff;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 18px;
    font-size: 14px;
    text-align: right;
    min-height: 200px;
}

.banner-text-specificaties span.kop{
    padding:5px;
    padding-bottom: 10px;
    background-color: #ff530b;
    width: auto;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 1;
}

.banner-text-specificaties span.spec{
    position: relative;
    float: right;
    clear: both;
    padding:5px;
    background-color: #ff530b;
    width: auto;
    font-style: italic;
}

.banner-text-specificaties p{
    margin-bottom: 0px;
}

.banner-text{
    position: absolute;
    top: 100px;
    left: -200px;
    color: #fff;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 18px;
    font-size: 22px;
}

.banner-text p{
    margin-bottom: 15px;
}

.banner-text span.kop{
    padding:5px;
    padding-bottom: 10px;
    background-color: #ff530b;
    width: auto;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 1;
}

.banner-text span.type{
    padding:5px;
    background-color: #ff530b;
    width: auto;
    font-style: italic;
    margin-top: 10px;
}

.banner-text h2{
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}

.bgorange{
    background: #FF530B;
}

.bgfooterfade{
    background: url(../images/bg-footerfade.png) no-repeat;
}

.bgfooter{
    background: #fff url(../images/bg-footer.jpg) repeat-x;
}

.bg-overlappend{
    position: relative;
    float: left;
    width: 100%;
    background: #fff url(../images/bg-overlappend.jpg) repeat-x center top;
}

.bg-overlappend-sidebars{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../images/bg-overlappend-sidebars.png) no-repeat center 120px;
}

.container, .content{
    position: relative;
    float: left;
    width: 100%;
}

.centered{
    position: relative;
    width: 970px;
    margin: 0 auto 0 auto;
}

.content{
}

#contactadresgegevens{
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
    width: 500px;
}

#contact-top{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}

#contact-bottom{
    position: relative;
    float: left;
    width: 950px;
    padding: 40px 0 0  20px;
    border-top: 1px dotted #ddd;
}

#contact-form{
    position: relative;
    float: left;
    width: 950px;

}

#contact-form-left{
    position: relative;
    float: left;
    width: 350px;
    margin-right: 30px;
}

#contact-form .input-line{
    position: relative;
    float: left;
    width: 350px;
    padding-bottom: 5px;

}

#contact-form .input-line input{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #666;
}



#contact-form-right{
    position: relative;
    float: left;
    width: 350px;
}

#contact-form textarea{
    width: 350px;
    height: 60px;
    font-family: 'Open Sans', Arial;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #666;
}

#contact-location{
    position: relative;
    float: right;
    width: 350px;
    height: 100%;
    height: 450px;
}

#contact-title{
    position: absolute;
    top: 30px;
    right: 0px;
    background: #fff;
    border-lefT: 4px solid #FF530B;
    padding: 0 50px 0 25px;
    height: 55px;
    line-height: 50px;
    font-size: 22px;
    font-style:italic;
}

#agents-fullmap:hover #contact-title, #contact-location:hover #contact-title, #agent-overview:hover #agent-title{
    display: none !important;
}

#contact-map{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.contact-adresblock {
margin-top: 40px;
border-left: 4px solid #eee;
padding: 0 0 10px 25px;
height: 120px;
width: 227px;
margin-right: 20px;
margin-left:20px;
}



.contact-adresblock, .contact-adresblock .locatie, .contact-adresblock .phone, .contact-adresblock .email{
    position: relative;
    float: left;

}

.contact-adresblock .locatie{
    padding-bottom: 10px;
    width: 100%;
}

.contact-adresblock .phone{
    background: url(../images/phone-small.png) no-repeat left center;
    height: 16px;
    line-height: 16px;
    width: 170px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.contact-adresblock .mail{
    background: url(../images/mail-small.png) no-repeat left center;
    height: 16px;
    line-height: 16px;
    width: 170px;
    padding-left: 30px;

}

#chenshong-intro{
    position: relative;
    float: left;
    width: 370px;
    padding: 70px 0 70px 0;
    margin-left: 40px;
}

#chenshong-intro img{
    position: relative;
    float: left;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#chenshong-intro a:link, #chenshong-intro a:active, #chenshong-intro a:visited, #chenshong-intro a:hover{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../images/arrow.png) no-repeat right center;
    font-size: 22px;
    font-style: italic;
    color: #333;
    text-decoration: none;
}

#chenshong-intro a:hover{
    text-decoration: underline;
}

#footer #sitelinks{
    position: relative;
    float: left;
    width:    650px;
    padding: 0 0 50px 0;
}

#footer #sitelinks .sitelinks-column{
    position: relative;
    float: left;
    width:    130px;
    border-left: 1px dotted #ccc;
    margin-right: 10px;
    padding: 0 0 0 20px;
}

#footer #sitelinks .sitelinks-column.first{
    border-left: 0;
    padding: 0 0 0 0px;
    width:    110px;
}

#footer #sitelinks .sitelinks-column a{
    position: relative;
    float: left;
    width:    150px;
    padding: 0 0 5px 0;
}

#footer #sitelinks .sitelinks-column .title{
    position: relative;
    float: left;
    width:    140px;
    font-weight: 600;
    padding: 0 0 5px 0;
}

#footer h2{
    font-size: 22px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 0 30px 0;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover{
    color: #333;
    text-decoration: none;
}

#footer a:hover, #footer a.active{
    text-decoration: underline;
}

#footer #contact{
    position: relative;
    float: left;
    width:    320px;
    padding: 0 0 50px 0;
}

#footer #contact .mail{
    position: relative;
    float: left;
    width:    60px;
    height: 50px;
    background: url(../images/mail.png) no-repeat left center;
}

#footer #contact .phone{
    position: relative;
    float: left;
    width: calc(100% - 135px);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    background: url(../images/phone.png) no-repeat 20px center;
    border-lefT: 1px solid #ddd;
    padding-left: 70px;
}

#footer #copyright{
    position: relative;
    float: left;
    width: 970px;
    border-top: 1px solid #ddd;
    padding: 20px 0 30px 0;
    font-size: 11px;
    color: #999;
}

#footer #footerlinks{
    position: absolute;
    top: 20px;
    right: 0px;
}

#footer #copyright, #footer #copyright a:link, #footer #copyright a:active, #footer #copyright a:visited{
    color: #999;
}

#footer #copyright a:hover{
    color: #333;
}

#inhoud{
    height: 600px;
}

.img-right{
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: right;
    margin: 0 0 20px 20px;
}

.img-left{
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin: 0 20px 20px 0;
}

.logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 425px;
    height: 203px;
    background: url(../images/logo.png) no-repeat;
}

#kruimelpadcontainer{
    z-index: 0;
}

#kruimelpad, #kruimelpadvergroot{
    background: url(../images/bg-banner1.jpg) no-repeat;
    height: 70px;
    line-height: 70px;
    text-align: right;
    padding-right: 30px;
    width: 940px;
    color: #fff;
}

#kruimelpad a, #kruimelpad a:link, #kruimelpad a:visited, #kruimelpad a:hover, #kruimelpad a:active, #kruimelpadvergroot a, #kruimelpadvergroot a:link, #kruimelpadvergroot a:visited, #kruimelpadvergroot a:hover, #kruimelpadvergroot a:active{
    color: #fff;
    text-decoration:none;
}

#kruimelpad a:hover{
    text-decoration:underline;
}

#kruimelpadvergroot{
    height: 480px;
    background: url(../images/bg-banner2.jpg) no-repeat;
}



#menu {
    position: absolute;
    top: 78px;
    right: 0px;
}

#menu, #menu li{
    list-style: none;
    padding: 0;
    padding: 0;
}

#menu .menuitem, #menu li{
    position: relative;
    float: left;
    height: 50px;
}

#menu li{
    background: url(../images/menu-split.png) no-repeat;
}

#menu li:first-child{
    background: none;
}

#menu .menuitem{
    line-height: 50px;
    border-bottom: 4px solid #ccc;
    padding: 0 16px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 13px;
}
#menu .menu-login{
    padding:0 18px;
}

#menu .menuitem:hover{
    border-bottom-color: #aaa;
    text-decoration: underline;
}

#menu .menuitem.active{
    border-bottom-color: #FF530B;
}

#menu .menuitem.active:hover{
    border-bottom-color: #FF530B;
}

#menu .submenu{
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    padding: 5px 0 5px 0;
    border-bottom: 4px solid #FF530B;
    display: none;
    border-radius: 0 0 5px 5px;
}

#menu .submenu li, #menu .submenu .submenuitem{
    background: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: relative;
    float: left;
    width: 160px;
}

#menu .submenu li{
    border-top: 1px dotted #ddd;
}

#menu .submenu li:first-child{
    border-top:0;
}

#menu .submenu .submenuitem{
    color: #666;
    text-align: center;
    text-decoration: none;
}

#menu .submenu .submenuitem:hover{
    color: #FF530B;
    text-decoration: underline;
}

#menu li:hover .submenu{
    display: block;
}

#nieuws-left{
    position: relative;
    float: left;
    width: 270px;
    margin-right: 50px;
}

#nieuws-right{
    position: relative;
    float: left;
    width: 620px;
}

    .nieuwitem-icon .right .title {   color: #333!important; }
    .nieuwitem-icon .right .text {   color: #333!important; }

#nieuwsitem-list #jumpMenu {
    display: none;
    width: 280px;
}


#nieuws-list-container{
    position: relative;
    float: left;
    width: 250px;
    padding: 70px 0 70px 0;
}

#nieuws-icon-container{
    position: relative;
    float: left;
    width: 280px;
    padding: 70px 0 70px 0;
}

.nieuwitem-icon{
    position: relative;
    float: left;
    width: 270px;
    text-decoration: none;
    color: #333;
    margin-top: 30px;
}

#nieuws-icon-container .nieuwitem-icon:first-child, .nieuwitem-icon.first{
    margin-top: 0px;
}

#nieuws-archive{
    position: relative;
    float: left;
    padding-top: 30px;
}


.nieuwitem-icon, .nieuwitem-icon:active, .nieuwitem-icon:visited, .nieuwitem-icon:hover{
    color: #333;
}

.nieuwitem-icon .left{
    position: relative;
    float: left;
    width: 82px;
    margin-right: 15px;
}

.nieuwitem-icon .left img{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.nieuwitem-icon .left .datum{
    position: absolute;
    bottom: 0px;
    right: 18px;
    color: #fff;
    background: #FF530B;
    width: 35px;
    height: 35px;
    border-radius: 5px 0 5px 0;
    text-align: center;
    font-weight: 600;
}

.nieuwitem-icon .left .datum .dag{
    position: absolute;
    top: 3px;
    right: 0px;
    width: 35px;
    font-size: 15px;
}

.nieuwitem-icon .left .datum .maand{
    position: absolute;
    top: 16px;
    right: 0px;
    width: 35px;
    font-size: 9px;
    text-transform: uppercase;
}

.nieuwitem-icon .right, .nieuwitem-icon .right .title, .nieuwitem-icon .right .text{
    position: relative;
    float: left;
    width: 170px;
}

.nieuwitem-icon .right .title{
    font-weight: 600;
    padding-bottom: 8px;
}

#nieuws-latest .datum{
    background: #ccc;
}

#nieuws-latest .nieuws-active {
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 0 5px 5px;
}

#nieuws-latest .nieuws-active .datum{
    background: #FF530B;
}


#orangearrowlist{
    padding: 0;
    margin: 0;
}

#orangearrowlist li{
    list-style: none;
    background: url(../images/oranjearrow.png) no-repeat left 5px;
    padding-left: 30px;
    margin-top: 15px;
}

#orangearrowlist li:first-child{
    margin-top: 0;
}

#orangearrowlist a:link, #orangearrowlist a:active, #orangearrowlist a:visited{
    text-decoration: none;
    color: #333;
}

#orangearrowlist a:hover, #orangearrowlist a.active{
    text-decoration: underline;
    color: #FF530B;
}

#oranjebalk{
    height: 205px;
    background: #fff url(../images/bg-oranjebalk.png) no-repeat 0 10px;
    padding: 40px 0 0 40px;
    width: 930px;
}

#oranjebalk p{
    margin: 0;
    padding: 0;
}


#oranjebalk .block{
    position: relative;
    float: left;
    width: 270px;
    min-height: 50px;
    margin-right: 40px;
    text-decoration: none;
    color: #fff;
}

#oranjebalk .block:link, #oranjebalk .block:active, #oranjebalk .block:visited, , #oranjebalk .block:hover{
    color: #fff;
}

#oranjebalk .block-text{
    display: inline-block;
    min-height: 75px;
}

#oranjebalk .block-titel{
    position: relative;
    float: left;
    width: 270px;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    font-style:italic;
    font-weight: normal;
    padding-bottom: 15px;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
}

#oranjebalk .block-link{
    position: relative;
    float: left;
    width: 206px;
    height: 42px;
    line-height: 28px;
    font-weight: 600;
    color: #333!important;
    padding-left: 50px;
    background: url(../images/block-link.png) no-repeat;
    margin-top: 20px;
}

#oranjebalk .block-link:hover{
    text-decoration: underline;
}


.product-cat{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.product-cat h2{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    margin: 0;
}

.product-item{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px
}


.product-item-left{
    position: relative;
    float: left;
    width: 200px;
    margin-right: 40px;

}

.product-readmore{
    position: relative;
    float: left;
    padding: 8px 15px 8px 15px;
    background: #FF530B;
    border-radius: 5px;
    text-decoration: none;
}

.product-readmore:link, .product-readmore:active, .product-readmore:visited,.product-readmore:hover{
    color: #fff;
}

.product-readmore:hover{
    text-decoration: underline;
}


.product-item-left img{

    width: 160px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.product-item-right{
    position: relative;
    float: left;
    width: 680px;
}

#product-image{
    position: absolute;
    top: 70px;
    left: 20px;
    background: url(../images/product-image.png) no-repeat;
    width: 398px;
    height: 322px;
}

#product-image img{
    position: absolute;
    top: 30px;
    left: 20px;
}

.product-zoom{
    position: absolute;
    bottom: 20px;
    left: 380px;
    background: url(../images/zoom.png) no-repeat;
    width: 35px;
    height: 35px;
}

#product-moreimages{
    position: absolute;
    bottom: 15px;
    left: 20px;
    height: 40px;
    width: 330px;
}

#product-moreimages img{
    position: relative;
    float: left;
    width: 50px;
    height: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    opacity: 0.5;
}

#product-moreimages img.active{
    opacity: 1.0;
}

#product-informatie-kort{
    position: absolute;
    left: 480px;
    top: 110px;
    width: 450px;
    line-height: 20px;
    text-align: left;
    color: #333;
}

#product-informatie-kort .subtitel{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
    color: #FF530B;
    font-style: italic;
}

#product-informatie-kort a:link, #product-informatie-kort a:active, #product-informatie-kort a:visited, #product-informatie-kort a:hover{
    font-weight: 600;
    font-size: 14px;
    color: #FF530B;
}

.product-informatie-pdf{
    position: absolute;
    bottom: 100px;
    left: 475px;
    background: url(../images/pdf.png) no-repeat left center;
    color: #333;
    height: 72px;
    line-height: 72px;
    width: 450px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 60px;
    text-align: left;
}

.product-informatie-pdf:link, .product-informatie-pdf:active, .product-informatie-pdf:visited, .product-informatie-pdf:hover{
    color: #333!important;
}

.product-informatie-pdf:hover{
    text-decoration: underline!important;
}


.product-informatie-agent{
    position: absolute;
    bottom: 0px;
    left: 445px;
    background: #F1EFF2 url(../images/arrow.png) no-repeat 435px center;
    color: #333;
    height: 72px;
    line-height: 72px;
    width: 450px;
    border-radius: 0 5px 5px 0;
    border-right: 6px solid #FF530B;
    font-size: 22px;
    font-style: italic;
    padding-left: 30px;
    text-align: left;

}

.product-informatie-agent:link, .product-informatie-agent:active, .product-informatie-agent:visited, .product-informatie-agent:hover{
    color: #333!important;
}

.product-informatie-agent:hover{
    text-decoration: underline!important;
}

#talen{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    overflow: hidden;
}

#talen .currentlang{
    position: absolute;
    top: 20px;
    left: 65px;
}

#talen #talenkiezer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 115px;
    height: 50px;
    background: url(../images/bg-talenkiezer.png) no-repeat right top;
    cursor: pointer;
}

#talen #vlaggen{
    position: absolute;
    top: 0px;
    left: 130px;
    height: 50px;
    display: none;
}

#talen #vlaggen .vlag{
    position: relative;
    float: left;
    width: 16px;
    height: 50px;
    padding: 0 5px 0 5px;
}

#talen #vlaggen .vlag img{
    position: absolute;
    left: 0px;
    top: 20px;
}

#talenkiezer #map{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 114px;
    height: 50px;
    background: url(../images/languagechooser.png) no-repeat top center;
    cursor: pointer;
}

#topcontainer{
    height: 145px;
    z-index: 1;
}

#tabblad-container, #tabbladen, #tabblad-inhoud{
    position: relative;
    float: left;
    width: 100%;
}



#tabbladen{

}

#tabblad-inhoud{
    background:#E6E3E6;
    padding-bottom: 10px;
    border-radius: 0 5px 5px 5px;
}

#tabbladen a{
    position: relative;
    float: left;
    padding: 15px 20px 10px 20px;

}

#tabbladen a:link, #tabbladen a:active, #tabbladen a:hover, #tabbladen a:visited{
    color: #333;
    text-decoration:none;
    font-weight: 600;
}

#tabbladen .active{
    background:#E6E3E6;
    border-radius:  5px 5px 0 0;
}


.tabblad-inhoud-text{
    position: relative;
    float: left;
    width: 893px;
    margin: 10px 10px 0 10px;
    background: #fff;
    padding: 20px 17px 20px 20px;
    border-radius: 5px;
}

.tabblad-inhoud-text a.naam{
    display: block;
}

.tabblad-inhoud-text a.land{
    color:#AAA;
}

.tabblad-inhoud-text span.naam{
    display: block;
}

.tabblad-inhoud-text span.land{
    color:#AAA;
}

#tabblad-inhoud .active{
    display: block;
}


#welkomtekst{
    position: absolute;
    top: 30px;
    left: 20px;
    width: 450px;
}

.vervolgpagina#oranjebalk{
    height: 60px!important;
    padding-top: 20px!important;
}


.vervolgpagina#oranjebalk .block-titel{
    background: url(../images/arrow-white.png) no-repeat right 5px;
    margin-top: 10px;
}

.vervolgpagina#inhoud{
    padding: 20px 10px 50px 10px!important;
    width: 950px!important;
    height: auto!important;
}

.vervolgpagina#inhoud-product{
    padding: 20px 10px 50px 0px!important;
    width: 950px!important;
    height: auto!important;
}

.infoWindowCustom h2{
    margin: 0px 0px 4px 0px;
}

.infoWindowCustom span.ondertitel{
    position: relative;
    float: left;
    width: 100%;
    color: #FF530B;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 10px;
}

.infoWindowCustom img{
    float: left;
    padding: 5px 10px 10px 0;
/*    border: 2px solid #FF530B;*/
}

.infoWindowCustom p{
    max-width: 350px;
}

.row{
    width: 100%;
    float: left;
    position: relative;
}


/* AANPASSINGEN HOMEPAGE */

.twitter-home{
    position: relative;
    float: left;
    width: 350px;
    padding: 70px 0 70px 0;
}

    .twitter-home .twitter-item{
        position: relative;
        float: left;
        width: 400px;
        /*margin-top: 10px; */
    }

    .twitter-home #twitter-home-titel{
        position: relative;
        float: left;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .twitter-home .twitter-img img{
        position: relative;
        float: left;
        width: 82px;
        height: 82px;
    }

    .twitter-home .twitter-img img{
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-right: 10px;
    }

    .twitter-home .twitter-text{
        position: relative;
        float: left;
        width: 240px;
    }

    .twitter-home .twitter_update_list, .twitter-home ul#twitter_update_list{
        position: relative;
        float: left;
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .twitter-home li{
        position: relative;
        float: left;
        list-style: none;
        list-style-type: none;
    }

.adres-home{
    position: relative;
    float: left;
    width: 340px;
    /*margin-left: 20px;*/
    padding: 70px 0 70px 0;
}

    .adres-home img{
        position: relative;
        float: left;
        width:145px;
        height:82px;
        margin-right: 10px;
        border-radius: 5px;
        webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .adres-home table{padding:0;margin:0;}

#adresblock-container-contact{
float:left;
}


.login-button {
-webkit-appearance:none;
 background: #FF530B;
  padding: 13px 18px;
  border-radius: 5px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF !important;
  margin-top: 15px;
  margin-right: 6px;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border:0;
  font-family: 'Open Sans', arial;
  cursor:pointer;
  outline: none;
  }

.product-overzicht{
    width: 100%;
overflow-x: scroll;
}
.table-header-rotated {
  border-collapse: collapse;
}
.csstransforms .table-header-rotated td {
  width: 30px;
}
.no-csstransforms .table-header-rotated th {
  padding: 5px 10px;
}
.table-header-rotated td {
    text-align: center;
  padding: 11px 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #CCC;
  margin: 0;
  font-size: 10px;
}

.table-header-rotated thead td{
    background-color: transparent!important;
    border-bottom: 0px!important;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
    vertical-align: bottom!important;
}

.table-header-rotated thead tr td:first-child{
    background-color: transparent!important;
    border-bottom: 0px!important;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
}

.table-header-rotated thead tr:nth-child(1n+1) td:last-child{
    border-right:1px solid transparent;
}

.table-header-rotated tr:last-child td {
  border-bottom: 1px solid #CCC;
}
.table-header-rotated tr:nth-child(1n+1) td:last-child {
  border-right: 1px solid #CCC;
}
.csstransforms .table-header-rotated td.rotate {
  height: 140px !important;
  white-space: nowrap;
  padding-left:0;
}
.csstransforms .table-header-rotated td.rotate div {
    position: relative;
    float: left;
    display: inline;
    -webkit-transform: translate(25px, 51px) rotate(315deg);
    -ms-transform: translate(25px, 51px) rotate(315deg);
    transform: translate(25px, 51px) rotate(315deg);
    -sand-transform:translate(25px, 51px) rotate(315deg);
    width: 38px;
    margin-top:-75px;
}
.csstransforms .table-header-rotated td.rotate div span {
  border-bottom: 1px solid #ccc;
  padding:7px 5px 7px 4px;
  font-size:10px;
  margin:0 0 0 -3px;
}
.table-header-rotated td.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.table-header-rotated td input {
 float: left;
  width:25px;
  font-size: 10px;
  margin: 0 20%;
 height:12px;
}
.table-header-rotated tr td:first-child{
      width: 160px;
  float: left;
  text-align: left;
  padding-left: 15px !important;
  padding: 11px;
  background: #EDEDED;
  border: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size:11px;
}
.table-header-rotated tr:last-child td:first-child{ border-bottom: 1px solid #ccc;  }
  .table-header-rotated tr { border:0 !important;}

.grecaptcha-badge {
    opacity:0;
    visibility:hidden;
}
