/* ALGEMEEN */
* { -moz-box-sizing: border-box; }
body { 
	background: #eee; 
	font-family: Helvetica, Arial; 
	font-size: 11px; 
	line-height: 18px; 
	overflow: auto; 
	scrollbar-3dlight-color: #ccc;
    scrollbar-arrow-color: #ccc;
    scrollbar-base-color: #f1f0f1;
    scrollbar-darkshadow-color: #ccc;
    scrollbar-face-color: #f1f0f1;
    scrollbar-highlight-color: #f1f0f1;
    scrollbar-shadow-color: #f1f0f1;
}
span.koptekst { font-size: 14px; font-weight: bold; color: #ee272a; }
span.kop_klein { font-size: 12px; color: #ee272a; }
h1 { font-size: 14px; font-weight: bold; color: #ee272a; }
h2, h3, a { color: #ee272a; }
h2, h3 { margin: 5px 0px 5px 0px; }
form { padding: 0; margin: 0; }


#homebutton { 
 font-style: Helvetica, Arial, sans-serif;
 font-size: 17px;
 color: #A7A9AC;
 text-decoration: none;
 position: absolute;
 top: 80px;
 right: 0px; 
 }
 
  #sitebutton { 
 font-style: Helvetica, Arial, sans-serif;
 font-size: 17px;
 color: #A7A9AC;
 text-decoration: none;
 position: absolute;
 top: 50px;
 right: 0px; 
 }
 
#logo { position: absolute; top: 20px; left: 20px; }

#container { 
	position: absolute;
	top: 0;
	left: 50%;
	width: 976px;
	height: 600;
	margin-left: -490px;
	background: #fff;
}

#blok_rechts_hre, #blok_rechts {
	position: absolute;
	top: 148px;
	right: 0px;	
	width: 354px;
	overflow: auto;
}

#blok_rechts { background: #f1f0f1; }
#blok_rechts_hre { background: #f1f0f1 url(../img/bg-hre.jpg) no-repeat center bottom; }

a.kader { border: solid 1px #666; padding: 5px 10px; text-decoration: none; color: #666; float: left; width: 220px; }
a.kader:hover { border: solid 1px #ee272a; color: #ee272a; }
a.kader_klein { border: solid 1px #666; padding: 1px 10px; text-decoration: none; color: #666; float: left; width: 200px; margin-top: 4px; margin-right: 12px; }
a.kader_klein:hover { border: solid 1px #ee272a; color: #ee272a; }

#blok1_breed {
	position: absolute;
	top: 148px;
	left: 0px;
	background: #f1f0f1;
	padding: 25px 30px 18px 115px;
	height: 204px;
	width: 622px;
	font-size: 12px;
	line-height: 17px;
	color: #4c4c4c;
}

#blok1_aanvragen {
	position: absolute;
	top: 148px;
	left: 0px;
	background: #f1f0f1;
	padding: 25px 10px 18px 20px;
	height: 204px;
	width: 622px;
	font-size: 12px;
	line-height: 17px;
	color: #4c4c4c;
}


#blok2_breed {
	position: absolute;
	top: 351px;
	left: 0px;
	padding: 30px 30px 30px 115px;
	width: 622px;
	height: 248px;
	overflow: auto;
	z-index: 15;
	font-size: 11px;
	line-height: 15px;
}

#blok1_breed h3 {  color: #ee272a; }

#blok2_breed #rechtervak {
	position: absolute;
	right: 30px;
	top: 45px;
	width: 200px;
	z-index: 12;
}

#foto_rechtsonder {
	position: absolute;
	right: 0px;
	top: 352px;
	z-index: 10;
}

#tac_consument {
	position: absolute;
	right: 0px;
	top: 396px;
	z-index: 10;
}

/* HOOFDPAGINA */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	background: #fff url(../img/logo-wit.gif) no-repeat 10px 0px;
}

#hightlight_foto {
	border: 0;
	position: absolute;
	top: 200px;
	right: 30px;
	z-index: 100;
	background:#000;
	display: block;
	padding: 0px;
	text-align:right;
}
#hightlight_foto a{
	color:#ef2428;
	text-decoration:none;
}
#highlight_tekst {
	position: absolute;
	width:220px;
	height:120px;
	display:block;
	top:198px;
	z-index: 100;
	background: #000;
	color:white;
	font-size:14px;
	right:160px;
	padding-top:5px;
	
}
#highlight_tekst p{
	font-weight:900;
	font-size:18px;
	color:#ef2428;
}

#intro-foto {
	position: absolute;
	top: 148px;
	left: 0px;
	z-index: 10;
}

#doorlinks {
	position: absolute;
	top: 376px;
	left: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 82px;
	width: 100%;
	background: #a7a9ac url(../img/footer-bg.jpg) repeat;
}

h3.laatstenieuws { position: absolute; left: 50px; top: 16px; font-size: 20px; color: #fff; }
#laatstenieuws { position: absolute; left: 150px; top: 16px; color: #fff; }
#laatstenieuws a { color: #fff; text-decoration: none; }
#laatstenieuws a:hover { text-decoration: underline; }
#laatstenieuws ul li { color: #fff; }

/* HOOFDMENU */

#hoofdmenu {
	position: absolute;
	top: 124px;
	left: 0px;
	height: 25px;
	width: 100%;
	background: #e4282b;
	border-bottom: solid 1px #fff;
}

#hoofdmenu a {
	padding: 2px 21px 3px 23px;
	font-family: Helvetica, Arial;
	font-size: 14px;	
	color: #fff;
	text-decoration: none;
	background: url(../img/hoofdmenu-bg-zakelijk.jpg) no-repeat;
	height: 24px;
}

#hoofdmenu a.active, #hoofdmenu a:hover { 
	background: #fff;
	color: #96989b;
}



/* SUBMENU */

#submenu {
	position: absolute;
	top: 148px;
	left: 0px;
	width: 200px;
	height: 454px;
	background: #dddddc;
}

#submenu a {
	font-size: 11px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #fff;
	padding: 3px 10px 3px 24px;	
	width: 100%;
	background: #6c6d70;
	display: block;
}

#submenu a.active { background: #ee272a; }

#submenu a.subsubitem {
	color: #737577;
	background: #ebebeb;
	padding-left: 40px;
}

#submenu a.subactive {
	background: #fff url(../img/sub-bullet.gif) no-repeat left center;
	color: #ee272a;
	text-decoration: underline;
}

#submenu a.subcat { 
	background: #a7a9ac;
	padding-left: 30px;
	color: #fff;
}

#submenu a.subcat_active {
	background: #ee272a;
	padding-left: 30px;
	color: #fff;
}




/* PRODUCT PAGINA'S */

#blok1 {
	position: absolute;
	top: 148px;
	left: 200px;
	background: #f1f0f1;
	padding: 20px 30px;
	height: 204px;
	width: 422px;
	font-size: 11px;
	line-height: 15px;
	color: #4c4c4c;
}

#blok1_hre {
	position: absolute;
	top: 148px;
	left: 200px;
	background: #000;
	color: #fff;
	padding: 20px 30px 10px 30px;
	height: 204px;
	width: 422px;
	font-size: 11px;
	line-height: 15px;
}

#blok2 {
	position: absolute;
	top: 351px;
	left: 200px;
	padding: 30px;
	width: 422px;
	height: 260px;
	overflow: auto;
	font-size: 10px;
	line-height: 14px;
}


#productvergelijking {
	position: absolute;
	top: 365px;
	left: 200px;
	padding: 30px;
	width: 775px;
	height: 260px;
	overflow: auto;
	font-size: 10px;
	line-height: 14px;	
}

#productvergelijking span.kader {
	border: solid 1px #ccc;
	padding: 20px 0px 20px 20px;
	display: block;
}

#productvergelijking table.headers { font-weight: bold; color: #ee272a; }
#productvergelijking table { width: 90%; font-size: 11px; }
#productvergelijking .img { float: left; }


#productfoto {
	position: absolute;
	top: 148px;
	right: 0px;
	z-index: 100;
}

#productdetails {
	position: absolute;
	top: 148px;
	left: 200px;
	height: 452px;
	width: 525px;
	padding: 20px;
	font-size: 11px;
	overflow: auto;
}

#productdetails ul {
	padding: 0;
}

#productdetails ul li {
	padding: 0;
	margin-left: -22;
	list-style-image: url(../img/li.gif);
}

table#specs td { background: #e6e6e7; font-size: 11px; padding: 5px 10px; }

#thumbs {
	position: absolute;
	top: 148px;
	right: 0px;
	width: 251px;
	background: #f1f0f1;
	height: 452px;
	overflow: auto;
	text-align: center;
}

#thumbs a.thumb {
	float: left;
	display: block;
	border: solid 1px #a5a4a4;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #a5a4a4;
	margin-left: 7px;
	margin-top: 7px;
	text-decoration: none;
	width: 102px;
	height: 140px;
	background: #fff;
}

#thumbs a.thumbactive, #thumbs a.thumb:hover { border: solid 1px #ee272a; color: #ee272a; } 

a.vr_keuze { 
	border: solid 1px #ccc;
	padding: 5px 0px;
	text-decoration: none;
	float: left;
	width: 110px;
	height: 150px;
	text-align: center;
	margin-right: 5px;
}

a.vr_keuze:hover { border: solid 1px #ee272a; }
a.vr_keuze img { border: 0; }

#productinfo {
	border: solid 1px #e6e6e7;
	display: block;
}

#productinfo #extra {
	background: #e6e6e7;
	padding: 20px;
	display: block;
}

#productinfo #extra ul {
	padding: 0;
}

#productinfo #extra ul li {
	padding: 0;
	margin-left: -22;
	list-style-image: url(../img/li-grijs.gif);
}

#tac {
	position: absolute;
	top: 350px;
	right: 55px;
}

#tac a {
	border: solid 1px #666;
	padding: 3px 10px;
	text-decoration: none;
	color: #666;
	float: left; 
}


/* NIEUWS */

div#vacatureknop {
	position: absolute;
	top: 316px;
	left: 465px;
	z-index: 100;
}

div#vacatureknop a { text-decoration: none; padding: 1px 4px; color: #6c6e70; border: solid 1px #adaeb1; display: block; font-size: 10px; }
div#vacatureknop a:hover { background: #fff; }

#tabs {
	position: absolute;
	top: 148px;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
}

#tabs #menu {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 50px;
	height: 20px;
}

#tabs #menu a {
	padding: 3px 14px 3px 24px;
	background: #f1f0f1 url(../img/z-tab-1.jpg) repeat-y;
	color: #6c6e70;
	font-size: 14px;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}

#tabs #menu a.actief {
	padding: 3px 14px 3px 16px;
	background: #c4c0c0 url(../img/z-tab-2.jpg) repeat-y;
	color: #6c6e70;
	font-size: 14px;
	text-decoration: none;
	float: left;
}



/* ACTUEEL */

div#mailinglist {
	position: absolute;
	top: 351px;
	right: 0px;	
	width: 354px;
	height: 140px;
	background: #ee272a;
	color: #fff;
	z-index: 20;
	padding: 15px 25px;
}

#mailinglist h2, #mailinglist h3 { color: #fff; }
#mailinglist .input { background: #fff; border: 0; height: 20px;  }
#mailinglist .submit { background: #fff; border: 0; font-size: 12px; height: 20px; color: #ee272a; }



/* ONDERDELEN */
table.groothandels table, td { border: 0; font-size: 11px; }
table.groothandels a { display: block; color: #666; padding: 2px 8px; border: solid 1px #666; text-decoration: none; }
table.groothandels a:hover { border: solid 1px #ee272a; color: #ee272a; }



/* OVER INTERGAS */
a#routebeschrijving {
	position: absolute;
	right: 160px;
	top: 370px;
	border: solid 1px #bbbec1;
	color: #666;
	display:  block;
	padding: 1px 4px;
	z-index: 500;
	text-decoration: none;
	font-size: 10px;
}


/* INFORMATIE AANVRAGEN */
a.downloadcat { border: solid 1px #666; color: #666; font-size: 11 px; width: 200px; float: left; text-decoration: none; padding: 2px 8px; margin-bottom: 5px; margin-right: 15px; }
a.downloadcat_active, a.downloadcat:hover { border: solid 1px #ee272a; color: #ee272a; font-size: 11 px; width: 200px; float: left; text-decoration: none; padding: 2px 8px; margin-bottom: 5px; margin-right: 15px; }

#blok2a {
	position: absolute;
	top: 351px;
	left: 3px;
	width: 330px; 
	padding: 20px;
}

#blok2aa {
	position: absolute;
	top: 352px;
	left: 3px;
	width: 100%; 
	z-index: 100;
	overflow: auto;
	padding: 0;
	margin: 0;
}



#blok2b {
	position: absolute;
	top: 351px;
	left: 309px;
	width: 330px;
	background: #dededf;
	padding: 20px;
}

#formulier {
	position: absolute;
	top: 354px;
	width: 354px;
	right: 0px;
	padding: 20px;
	overflow: auto;
}



/* INTERGAS IN DE EPC */

#epcdownloads {
	position: absolute;
	top: 520px;
	right: 0px;
	width: 354px;
	padding: 15px 26px;
	z-index: 20;
	overflow: auto;
	height: 90px;
}

/* INSTALLATEURS */

#blok1_installateurs {
	position: absolute;
	top: 148px;
	left: 0px;
	background: #f1f0f1;
	padding: 25px 50px 18px 50px;
	height: 204px;
	width: 622px;
	color: #4c4c4c;
	line-height: 16px;
	font-size: 12px;
}

#blok2_installateurs {
	position: absolute;
	top: 352px;
	left: 0px;
	padding: 30px 50px;
	width: 622px;
	height: 248px;
	font-size: 11px;
	overflow: auto;
	z-index: 15;
	line-height: 16px;
}

input.postcodeveld {
	border: solid 1px #666;
	height: 20px;
	width: 90px;
	background: #f1f0f1;
}

span.dealer {
	float: left;
	width: 160px;
	height: 130px;
	margin-right: 18px;
	margin-bottom: 10px;
}

span#tekst_postcodes {
	position: absolute;
	right: 70px;
	top: 70px;
	width: 280px;
	line-height: 20px;
}

/* INSTELLINGEN FORMULIEREN */

.formulier
{
	font-size: 10px;
	border: 0px;
}

.formulier_zakelijk {
	font-size: 10px;
	border: 0px;
	width: 290px;
}

.form-titel
{
	width: 230px;
	margin: 5px 0px;
	vertical-align:top;
	color: #4c4c4c;
}

.form-veld
{
	vertical-align:top;
	width: 170px;
	margin: 5px 0px;
}

.tekstveld
{
	border: 0;
	height: 20px;
	width: 130px;
	border: solid 1px #CCCCCC;
}

.textarea
{
	border: 0;
	height: 80px;
	width: 130px;
	border: solid 1px #CCCCCC;
}

.textarea_zakelijk
{
	border: 0;
	height: 50px;
	width: 290px;
	border: solid 1px #CCCCCC;
}

.radiobutton
{
	border: 0px;
	background:#f1f0f1;
}

.submit
{
	background: #EF3E42;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #999999;
}
