html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img{
	border:none;
}

header,nav,article,aside,footer,hgroup { display: block; }

*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
   									EXPLORER FIX
   ========================================================================== */

.rounded {
	-moz-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior: url(res/css/PIE.htc);
}


/* =============================================================================
   									MAIN DIV'S
   ========================================================================== */

html, body  {
	margin: 0;
	padding: 0;
	background: #f8f6f0 url('../img/website_bg.gif') repeat-x top;
	/*font: 11px/18px Verdana, Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
} 


/* =============================================================================
   									LINK STYLING
   ========================================================================== */

a { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#000000; }
a:active { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   									FONT STYLING
   ========================================================================== */

h1 {
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 24px;
	margin-bottom: 15px;
}

h2 { 
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}

.title {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
	float:left;
}

strong { 
	font-weight: bold;
	color: #F0191D;
}

/*::-moz-selection { background: #FF66CC; color: #fff; text-shadow: none; }
::selection { background: #FF66CC; color: #fff; text-shadow: none; }*/

/* =============================================================================
   									MAIN DIV'S
   ========================================================================== */

#wrapper {
	width: 942px;
	margin: auto;
}

#outerwrapper{
    width: 1040px;
    margin: 0 auto;
    position: relative;
    padding: 0px 35px;
    background: url(../img/shadow2.png) repeat-y bottom;
}


/* =============================================================================
   									HEADER
   ========================================================================== */

header {
    width: 942px;
    display: block;
    height: 84px;
    background: url(../img/menu-div-bg.png) repeat-x;
    float: left;
    position: relative;
    z-index: 10;
}

header:before{
	content: "";
    width: 14px;
    height: 89px;
    display: block;
    float: left;
    background: url(../img/head-corners.png) no-repeat left;
	margin-left: -14px;
}

header:after{
	content:"";
    width: 14px;
    height: 89px;
    display: block;
    float: right;
    clear: right;
    background: url(../img/head-corners.png) no-repeat right;
	margin-right: -14px;
}


/* =============================================================================
   									NAVIGATIE
   ========================================================================== */

nav {
	margin: 0;
	width: 960px;
	background: #999999;
	float:left;
}
	
ol.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	top: 0;
	left: 0;
}

ol.menu li {
	padding: 0;
	margin: 0;
	display: inline;
	text-align: center;
	position:relative;
}

ol.menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 37px;
	padding: 0px 20px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
}

ol.menu li a:hover, ol.menu li.active a {
	color: #000000;
	background-color: #00CC66;
}

/* =============================================================================
   									SUBMENU??
   ========================================================================== */

    .menu li {
    float: left;
    min-width: 1px;
    }
    .menu li ul {
    position: absolute;
    background: orange;
    width: 150px;
    top: 40px;
    z-index: 300;
    left: -999em;
    }
    .menu li ul ul {
    margin: -40px 0 0 150px;
    }
    .menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
    left: -999em;
    }
    .menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul,
    .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul {
    left: -auto;
    }
    ol.menu ul li a, ol.menu ul li ul li a {
    width: 130px!important;
    padding: 0px 0px 0px 20px;
    text-align: left;
    background: #999999!important;
    color: white!important;
    }
    ol.menu ul li a:hover, ol.menu ul li ul li a:hover {
    background: #00CC66!important;
    color: black!important;
    }

/* =============================================================================
   									CONTENT
   ========================================================================== */

#content {	
	float: left;
    max-width: 942px;
    width: 100%;
	margin-top: -8px;
	background: white;
    font-family: Tahoma;
    font-size: 12px;	
	line-height: 20px;
    color: #414141;	
}

#content ul{
	padding-left: 40px;
}

.banner {
    z-index: 2;
    /*background: url(../img/banner01.jpg);*/
    width: 100%;
    height: 316px;
}

.telefoon-links{
	background: #e5261d; /* Old browsers */
	background: -moz-linear-gradient(top, #e5261d 0%, #d61c0c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e5261d 0%,#d61c0c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e5261d 0%,#d61c0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5261d', endColorstr='#d61c0c',GradientType=0 ); /* IE6-9 */    color: white !important;
    padding: 5px 0px 5px 50px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
	line-height: 15px;
	margin-top: 10px;
	position: relative;
}

.telefoon-links:before{
	background: url(../img/cellulair.png) no-repeat;
	width: 20px;
	height: 28px;
	display: inline-block;
	position: absolute;
}

.telefoon-links strong{
	color: white;
}

.telefoon-links span{
	font-weight: lighter;
	font-size: 12px;
}


.content-links{
	width: 25%;
	float: left;
	margin-left: -10px;
}

.content-rechts{
	width: 75%;
	float: left;
    padding: 0 15px;	
}

.climateok {
    width: 231px;
    height: 91px;
    background: url(../img/climateok-banner.png) no-repeat;
    color: #547b12;
    margin: 5px 0px;
    font-size: 13px;
    text-align: left;
	line-height: 15px;
}

h1#titel{
	background: #F5F6F7;
	display: block;
	width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
	border-radius: 3px;
	font-size: 14px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	font-weight: bold;
}

.columnSmall {	
	background: #0099FF;
	float: left;
	width: 290px;
	padding: 15px;
}

.columnWide {	
	background: #00CCFF;
	float: left;
	width: 610px;
	padding: 15px;
	clear:both
}

.columnExtraWide {
	padding: 15px;
	float:left;
	width: 930px;
	background: #00FFFF;
}

.assortiment-1, .assortiment-2, .assortiment-3, .assortiment-4{
	float: left;
	width: 49.5%;
	background: url(../img/blokbg.png) no-repeat;
	padding: 15px;
	height: 136px;
	background-size: 100%;
	position: relative;
}

.assortiment-1, .assortiment-3{
	margin-right: 1%;
}

.assortiment-1, .assortiment-2{
	margin-bottom: 2%;
}

.assortiment-3, .assortiment-4{
	margin-bottom: 20px;
}

.assortiment-titel{
	color: #f0191d;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}

.assortiment-titel a{
	color: #f0191d;
	text-decoration: none;
}

.assortiment-titel:before{
	content: "";
	display: inline-block;
	width: 35px;
	height: 23px;
	position: absolute;
	left: 0;
}

.assortiment-1 .assortiment-titel:before{
	background: url(../img/icon1.png) no-repeat;
}

.assortiment-2 .assortiment-titel:before{
	background: url(../img/icon2.png) no-repeat;
	
}

.assortiment-3 .assortiment-titel:before{
	background: url(../img/icon3.png) no-repeat;
	
}

.assortiment-4 .assortiment-titel:before{
	background: url(../img/icon4.png) no-repeat;
	
}

.assortiment-content{
	font-size: 14px;
	width: 175px;
	float: left;
}

.assortiment-content a{
    text-decoration: none;
    color: #f0191d;
    font-size: 12px;
	margin-top: 10px;
	display: block;
}

.assortiment-image{
	float: left;
	position: absolute;
}

.assortiment-1 .assortiment-image{
	top: 5px;
	right: 10px;
}

.assortiment-2 .assortiment-image{
	top: 5px;
	right: 10px;
}

.assortiment-3 .assortiment-image{
	top: 10px;
	right: 0px;
}

.assortiment-4 .assortiment-image{
	top: 5px;
	right: 10px;
}

/* =============================================================================
   									FOOTER
   ========================================================================== */

footer {
	clear: both;
	background: url(../img/bottom_s1.jpg) no-repeat;
	height: 30px;
	padding: 15px;
	width: 972px;
	height: 65px;
    margin-left: -11px;
    font-size: 11px;
    font-family: Tahoma;
    color: #414141;
}

footer span {
    margin-right: 15px;
}

.footer-rechts{
	float: right;
	width: 170px;
}


/* =============================================================================
   								CONTACT FORM STYLING
   ========================================================================== */

#formTable {
	width: 500px;
	margin-top: 30px;
}

#formTable td, #formTable th {
	padding: 0 0 3px;
}

#formTable h4 {
	color: #ff7800;
}

#formTable th {
	width: 245px;
	text-align: left;
	font-weight: bold;
}

#formTable input {
	width: 360px;
	border: solid 1px black;
	padding: 5px 0px 5px 5px;
}

#formTable textarea {
	width: 605px;
	height: 150px;
	border: solid 1px black;
	padding: 5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#formTable #button {
	padding: 3px 0px;
	border: none;
	width: 90px;
	background: #00FFFF;
	float: right;
	font-weight: bold;
	cursor: pointer;
}

label { position: relative; float: left; }
.errorSmall { 
	display: none; 
	position: absolute;
	left: 344px;
	top: 3px;
	width: 200px; 
	color: #D8000C; 
	font-size:11px;
	width: 22px;
	height: 26px;
	background: #FFBABA url('../img/contactform/error.png') 4px 5px no-repeat; 	
	z-index: 99;
}


.success { padding:10px; color: #044406; font-size:12px;background-color: #B7FBB9;}

/* =============================================================================
   								GOOGLE MAPS STYLES
   ========================================================================== */

#map_canvas {
	width:100%; 
	height: 252px;
	margin: 20px 0 0 0;
	position: relative;
	border:1px solid #CCCCCC;
}

/* END FORM CSS */