body,html {
	margin: 0px;
	height: 102%;
    background-color: #a2a19f;
}

div.white {
    background-color: #FFF;    
}

/* algemeen */

body, td, input, textarea {
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
}

div {
	display: block;
    position: relative;
}

img {
	border: 0px
}

#container {
    min-width: 1200px;
}

.centered {
	width: 960px;
	margin: auto;
}

a {
	color: #42367B;
}

a:hover {
	color: #3cabe1;
}

span.subkop {
	font-size: 20px;
	color: #ff5b00;
	line-height: 30px;
}

p.intro {
	font-size: 16px;
	color: #ff5b00;
	line-height: 25px;	
}

h1 {
	color: #ff5b00;
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	margin-top: 20px;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	color: #ff5b00;
}

h3 {
	font-size: 25px;
}

div.padded {
	padding: 10px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

form {
    display: block;
}

* {
	outline: 0px;
}

/* margins of images */

#subpageblock img {
	margin-left: 10px;
}

/* --- */

#header {
    height: 112px;
}

#logo {
    float: left;
    padding-top: 25px;
}

/* topmenu */

#topmenu {
    float: right;
    margin-top: 45px;   
}

#topmenu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#topmenu li {
    float: left;
    margin-left: 35px;
}

#topmenu li.button {
    margin-right: -28px;
    margin-left: 3px;
}

#topmenu li.button a span {
    display: inline-block;
    background-image: url(/assets/images/menubg-left.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
    margin-right: 28px;
    height: 52px;
    line-height: 52px;
}

#topmenu li a {
    display: block;
    padding: 16px 0px;
    font-size: 17px;
    text-decoration: none;
}

#topmenu li.button a {
    display: inline-block;
    background-image: url(/assets/images/menubg-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    height: 52px;
    line-height: 52px;
    padding: 0px;

}

/* contactmenu */

#contactmenu {
    position: absolute;    
    top: 0px;
    right: 0px;

    height: 33px;
    width: 560px;
    background-image: url(/assets/images/contactmenu.png);
    background-repeat: no-repeat;
    
}

#contactmenu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;    
}

#contactmenu ul li {
    display: block;
    height: 33px;
    float: left;
    padding: 0px 20px;
    background-image: url(/assets/images/separator-contactmenu.gif);
    background-repeat: no-repeat;
    background-position: center right;    

    font-size: 12px;
}

#contactmenu ul li.last {
    background-image: none;
    padding: 0 16px;    
}

#contactmenu ul li a {
    display: block;
    margin-top: 5px;
    text-decoration: none;    
}

#contactmenu #phone {
    float: right;
    background-image: url(/assets/images/call.png);
    background-repeat: no-repeat;
    background-position: center left;
    
    padding: 5px 0px 5px 30px;
    color: #FF5B00;
    font-size: 13px;    
}


/* banner */

div.banner {
    background-color: #15075C;
    width: 100%;
    height: 264px;
}

div.banner.small {
	height: 10px;	
}

div#banner_shadow {
    width: 100%;
    height: 10px;
    position: absolute;
    margin-top: -10px;
}

div.banner #slideshow {
    overflow: hidden;
    height: 264px;
    z-index: 0;
}

div.banner #slideshow_nav_pos {
    position: absolute;
    z-index: 99;
    margin-left: 810px;
    margin-top: 230px;
    width: 120px;
}

div.banner #slideshow_nav a {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/circle-off.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 5px;
    text-decoration: none;
}

div.banner #slideshow_nav a.activeSlide {
    background-image: url(/assets/images/circle-on.png);
}

div.banner #maskleft {
    background-image: url(/assets/images/gradient-links.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 426px;
    height: 264px;
    z-index: 10;
}

div.banner #maskright {
    background-image: url(/assets/images/gradient-rechts.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;    
    width: 1050px;
    height: 264px;
    z-index: 10;
}

div.banner .promotext {
    position: absolute;
    top: 0px;
    color: white;
    width: 230px;
    line-height: 35px;
    z-index: 99;
}

div.banner .promotext .meerbutton {
    margin-left: -5px;
}

div.banner #promosticker {
    position: absolute;
    top: 150px;
    margin-left: 200px;
    z-index: 99;
}

/* content */

#split_left {
    float: left;
    width: 580px;
    margin-right: 60px;
}

#split_right {
    float: left;
    width: 320px;
}

#diensten #split_left {
    float: right;
    margin-right: 0px;
}

.contentbox.bordered {
    border-bottom: 1px solid #E6E7E3;
}

.contentbox {
    padding-bottom: 5px;
}

/* content list */

.contentbox ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.contentbox ul li {
    background-image: url(/assets/images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 25px;
    margin-top: 5px;
}

.contentbox ul li a {
    color: #17ADCD;
    text-decoration: none;
}

/* actueel */

.actueel>span {
    display: block;
    color: #B2B3A8;
}

/* diensten */

ul.details {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.details li {
    display: block;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 5px;
    min-height: 50px;
    margin-bottom: 20px;
}   

ul.details li>a {
    color: #17ADCD;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;    
}

/* zo werkt het */

div.voordelen {
    background-image: url(/assets/images/de-voordelen-van-wdm.png);
    background-repeat: no-repeat;
    padding-top: 170px;
}

ul.voordelen {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.voordelen li {
    background-image: url(/assets/images/check.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #17ADCD;    
}

/* mensen */

div.bio {
    width: 460px;
    margin-right: 40px;
    float: left;
    
    border-top: 1px solid #E6E7E3;
    margin-top: 10px;
    padding-top: 20px;

}

div.bio.noborder {
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}

div.bio.nomargin {
    margin-right: 0px;
}

div.bio .pasfoto {
    float: left;
    margin-right: 15px;
    
    width: 101px;
    height: 113px;
    background-image: url(/assets/images/background-portrait.png);
    background-repeat: no-repeat;
}   

div.bio .pasfoto div {
    display: block;
    padding: 10px 10px;
}

div.bio .info {
    float: left;
    width: 320px;
}

div.bio .info h2 {
    margin-top: 5px;
    padding-top: 0px;
    color: #17ADCD;
}

div.contact .phone {
    background-image: url(/assets/images/call.png);
    background-repeat: no-repeat;
    background-position: center left;
    
    padding: 5px 0px 5px 30px;
    color: #FF5B00;
}

div.contact .email {
    background-image: url(/assets/images/email.png);
    background-repeat: no-repeat;
    background-position: center left;
    
    padding: 5px 0px 5px 30px;

}

div.bio .info .contact {
    margin-top: 10px;
}

/* contact */

/* contact */

form#contactFomulier {
    display: block;
}

div.mailForm {
	float: left;
	margin-right: 20px;
	display: table-cell;
}

div.mailForm form {
	display: block;
	position: relative;
}

div.mailForm div.formrow {
	clear: both;
    padding-top: 3px;
}

div.mailForm div.title {
	float: left;
	width: 120px;
	margin-right: 10px;
}

form#contactFormulier div.address {
    float: left;
    display: table-cell;
}

div.input {
	float: left;		
}

input.inputField {
	border: 0px;
	background-color: #EBEBEB;
	width: 280px;
	padding: 8px;
}

textarea.textField {
	border: 0px;
	background-color: #EBEBEB;
	width: 296px;
	height: 150px;	
	resize: none;
	padding: 0px;
    margin-top: 0px;
}

input.has_error {
	background-color: #F7D9E9;
}

.formbuttons {
    margin-top: 20px;
}

/* submitbutton */

input.bluesubmit {
    cursor: pointer;
    background-color: white;
    background-image: url(/assets/images/button-verstuur.png);
    background-repeat: no-repeat;
    width: 121px;
    height: 50px;
    border: 0px;
}

input.bluesubmit:hover {
    background-image: url(/assets/images/button-verstuur-hover.png);
}

/* footer */

.footer {
    width: 100%;    
    padding-top: 40px;
    padding-bottom: 50px;
}

.footer .centered {
    background-image: url(/assets/images/wdm-energie-logo-footer.png);
    background-repeat: no-repeat;
    background-position: 800px 0px;
}

.footer .column {
    border-left: 1px solid #D0D0CD;
    padding-left: 20px;
    padding-bottom: 10px;
    float: left;
    width: 200px;
}

.footer .column h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
    
}

.footer .column ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer .column ul li {
    background-image: url(/assets/images/bullet-footer.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;    
    font-size: 12px;    
}

.footer .column ul li a {
    text-decoration: none;    
    color: #F6F6F5;
}