* {
	line-height: 120%;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #333333;
}

h1 {
	font-size: 18px;
	color: #004400;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}

h2 {
	font-size: 14px;
	color: #004400;
	font-weight: bold;
	margin: 3px 0px 5px 0px;
}

h2 a {
	color: #004400;
	font-weight: bold;
	padding-left: 10px;
	background: url("/img/h2_arrow.png") 4px left no-repeat;
}

h3 {
	font-size: 12px;
	color: black;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

p.margin {
	margin: 0px 0px 15px 0px;
}

p.belangrijk {
	font-size: 12px;
	color: red;
	font-weight: bold;
	padding: 0px;
}

p.error {
	border: 1px solid;
	padding: 3px;
	color: red;
}

img {
	border: 0px;
}

hr {
	margin: 0px 0px 15px 0px;
}

ul {
	padding-left: 15px;
}

table {
	margin-bottom: 15px;
	font-size: 11px;
}

p.note {
	font-style: italic;
	color: #999999;
}


table p {
	margin-bottom: 0px;
}

img.left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.right {
	float: right;
	margin: 0px 0px 15px 15px;
}

a {
	color: #006600;
	font-weight: normal;
	text-decoration: none;
}

a.belangrijk {
	color: red;
	font-weight: bold;
}

a.delete {
	background: url("/img/delete_icon.png") no-repeat;
	padding: 2px 2px 2px 20px;
	color: red;
}

a.document {
	float: right;
	width: 16px;
	height: 16px;
	background: url("/img/page.png") no-repeat;
	display: block;
}

a:hover {
	text-decoration: underline;
}

/*************************************************************************************************/

#ticker {
	position: relative;
	clear: both;
	padding: 0px 0px 15px 0px;
}

#ticker .marquee {
	margin: 0px 0px 0px 0px;
	background: white url(/img/marquee.jpg);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 725px;
	height: 21px;
	clear: both;
	text-align: center;
	color: red;
	font-weight: bold;
	padding-top: 6px;
}

#ticker .marquee a {
	color: red;
	font-weight: bold;
}

/*************************************************************************************************/

table.witgrijs {
	background: #cccccc;
	border: 0px;
	border-spacing: 1px;
}

table.witgrijs th {
	background: #eeeeee;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

table.witgrijs tr th:first-child {
	text-align: left;
}

table.witgrijs td {
	background: #ffffff;
	border: inset 0px;
	padding: 5px;
	text-align: center;
}

table.witgrijs td p {
	margin: 0px 0px 15px 0px;
}

table.witgrijs td p.nomargin {
	margin: 0px 0px 3px 0px;
}

table.witgrijs.left td, table.witgrijs.left th {
	text-align: left;
}

/*************************************************************************************************/

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}


a.kleuroverzicht {
	background: red url("/img/colors.png") 0px 0px no-repeat;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 11px 10px 14px 55px;
	color: white;
}

a.kleuroverzicht span {
	color: white;
	font-weight: bold;
}

a.kleuroverzicht {
	text-decoration: none;
}

a.kleuroverzicht:hover {
	background-color: #cc0000;
}

a.zoomable {
	cursor: url(magnify.cur), url(/img/magnify.cur), default;
}

/*************************************************************************************************/

.overzicht {
	clear: both;
	background: white;
	padding: 10px;
	border: 1px solid #006600;
	overflow: auto;
	margin-bottom: 15px;
	display: none;
}

.overzicht ul.kolom {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.overzicht ul.kolom > li {
	float: left;
	display: block;
	margin-right: 30px;
}

.overzicht h2 {
	margin: 0px 0px 15px 0px;
}

.overzicht h3, .overzicht h3 a {
	font-weight: bold;
	color: #004400;
	margin: 0px;
}

.overzicht ul {
	margin: 0px 0px 10px 0px;
}

#toon_assortiment {
	cursor: pointer;
	background: #ffcc00;
	padding: 5px;
	color: black;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#toon_assortiment:hover {
	background: #ff9900;
}

/*************************************************************************************************/

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

ul#referenties li {
	float: left;
	width: 160px;
	height: 90px;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	background: white;
	text-align: center;
}

ul#referenties li span {
	width: 160px;
	height: 60px;
	display: block;
}

/*************************************************************************************************/

fieldset.adresgegevens {
	border: 0px;
	padding: 10px;
}

fieldset.adresgegevens label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

fieldset.adresgegevens span {
	padding-left: 175px;
	display: block;
	margin-bottom: 10px;
}

fieldset.adresgegevens span:last-child {
	margin-bottom: 0px;
}


/*************************************************************************************************/

form {
	padding: 10px;
	border: 1px dashed white;
	background: rgba(255,255,255,0.3);
	margin-bottom: 20px;
}

form label {
	float: left;
	width: 200px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	clear: both;
}

form .required {
	color: red;
}

form p, form h2 {
	padding-left: 225px;
	display: block;
	margin-bottom: 5px;
	position: relative;
}


form input[type="text"] {
	border: 1px solid #666666;
	padding: 2px;
	width: 246px;
}

form textarea {
	border: 1px solid #666666;
	height: 100px;
	padding: 2px;
	width: 98%;
}

form select {
	width: 250px;
}

form .spacer {
	display: block;
	margin: 0px;
	padding: 0px;
}

form h2.nopadding {
	padding-left: 0px;
}

form ul.lines {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form ul.lines li {
	position: relative;
}


form ul.lines li .price_arrow {
	position: absolute;
	right: 160px;
	top: -9px;
}

/*************************************************************************************************/

.bestelling {
	padding: 0px;
	background: white;
	margin: 0px 0px 20px 0px;
}

.bestelling ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.bestelling ul li {
	padding: 5px 0px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}

.bestelling ul li:last-child {
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}

.bestelling ul li strong {
	cursor: pointer;
}

.bestelling ul li:hover {
	background: #eeeeee;
}

.bestelling ul li span {
	color: black;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	overflow: auto;
	display: none;
}

/*************************************************************************************************/

div#winkelmandje {
	background: #ffcc00;
	padding: 5px;
	cursor: pointer;
}

div#winkelmandje h2 {
	color: black;
	font-size: 12px;
}

div#winkelmandje a:hover {
	text-decoration: none;
}

/*************************************************************************************************/

#subnav {
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
	background: #999;
}

#subnav li {
	float: left;
	margin: 0px 1px 0px 0px;
	overflow: auto;
	background: white url("/img/nav_verloop.jpg") repeat-x;
}

#subnav li:last-child {
	margin-right: 0px;
}

#subnav li:hover, #subnav li.active.temp:hover {
	background: #ffcc00;
}

#subnav li.active {
	background: #ffcc00;
}

#subnav li.active.temp {
	background: white url("/img/nav_verloop_active.jpg") repeat-x;
}

#subnav li.active a {
	color: black;
}

#subnav li a {
	display: block;
	color: black;
	padding: 5px 12px 5px 12px;
}

#subnav li a {
	text-decoration: none;
}

/*************************************************************************************************/

ul#navigation_general {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: white;
}

ul#navigation_general li {
	border-bottom: 1px solid #c4d6ec;
}

ul#navigation_general li a {
	color: black;
	display: block;
	padding: 4px 0px 4px 5px;
}

ul#navigation_general li a:hover {
	background: #e3eaf3;
	text-decoration: none;
}

ul#navigation_general li a.active {
	background: #006600;
	color: white;
	font-weight: bold;
}

ul#navigation_general li a.active:hover {
	text-decoration: none;
}

/*************************************************************************************************/

#holder {
	background: white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/*************************************************************************************************/

#header {
	position: relative;
	width: 950px;
	height: 85px;
	background: url(/img/clouds.jpg);
}

#header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 85px;
}

#header .slogan {
	padding: 10px 5px 10px 5px;
	background: #004400;
	width: 110px;
	height: 40px;
	float: right;
	font-style: italic;
	font-weight: bold;
	color: white;
	margin: 13px 0px 0px 0px;
	text-align: center;
}

#header .websitebericht {
	font-weight: bold;
	color: red;
	margin: 20px 10px 10px 10px;
}

#header ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	float: right;
}

#header ul li {
	float: left;
	height: 85px;
	margin: 0px 10px 0px 0px;
}

#header ul li img.wsk {
	margin-top: 17px;
}

#header ul li img.mkbok {
	margin-top: 8px;
}

/*************************************************************************************************/

#colwrapper {
	width: 950px;
	overflow: auto;
	background: url("/img/bg_clouds_line.jpg") top left repeat-y;
}

#rightcol {
	width: 200px;
	float: right;
	overflow: auto;
}

#main {
	background: #ecf2fa url("/img/bg_clouds.jpg") top center no-repeat;
	width: 720px;
	float: left;
	padding: 15px;
	min-height: 500px;
}

#main .leftcol {
	width: 425px;
	float: left;
	margin-bottom: 10px;
}

#main .rightcol {
	width: 275px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

/*************************************************************************************************/


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

#guestbook li {
	background: white;
	padding: 10px;
	margin-bottom: 15px;
}

#guestbook li p {
	margin: 5px 0px 0px 0px;
}

#guestbook .date {
	color: #999999;
	float: right;
	font-style: italic;
}

/*************************************************************************************************/

#footer {
	clear: both;
	background: #004400;
	padding: 15px;
	text-align: center;
}

#footer p {
	color: white;
	margin: 0px;
}

#footer .adresgegevens {
	display: none;
}

#footer a {
	color: white;
	background: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*************************************************************************************************/

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

#logo_holder li {
	float: left;
	width: 140px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 55px 0px 10px 0px;
}

#logo_holder li.luxaflex {background: url("/img/logo_luxaflex.gif") center top no-repeat;}
#logo_holder li.somfy {background: url("/img/logo_somfy.gif") center top no-repeat;}
#logo_holder li.multisol {background: url("/img/logo_multisol.gif") center 7px no-repeat;}
#logo_holder li.heroal {background: url("/img/logo_heroal.png") center 2px no-repeat;}
#logo_holder li.bece {background: url("/img/logo_bece.jpg") center 1px no-repeat;}

#logo_holder li.verosol {background: url("/img/logo_verosol.gif") center 5px no-repeat;}
#logo_holder li.schlappi {background: url("/img/logo_schlappi.gif") center top no-repeat;}
#logo_holder li.smits {background: url("/img/logo_smits.gif") center 8px no-repeat;}
#logo_holder li.jasno {background: url("/img/logo_jasno.png") center 5px no-repeat;}
#logo_holder li.zonnelux {background: url("/img/logo_zonnelux.png") center 10px no-repeat;}

/*************************************************************************************************/

#websites {
	padding: 0px;
}

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

#websites li {
	clear: both;
	overflow: auto;
	padding-top: 15px;
	border-bottom: 1px solid #aaaaaa;
}

#websites li:first-child {
	padding-top: 0px;
}

#websites li:last-child {
	border-bottom: none;
}

#websites li img {
	float: left;
	margin: 0px 15px 15px 0px;
}
/*************************************************************************************************/

a.print_page {
	background: url("img/print_pagina.gif");
	position: relative;
	width: 110px;
	height: 25px;
	float: right;
	margin-right: 10px;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

/*************************************************************************************************/

.kader {
	background: #ffcc00;
	padding: 8px;
	border: 1px solid #ffbb00;
	float: left;
	margin: 0px 10px 10px 0px;
}

.kader.bezorgen {
	height: 60px;
	background: #ffcc00 url("/img/icon_bezorgen.png") 7px center no-repeat;
	padding: 6px 10px 0px 65px;
}

.kader.geen_bezorging {
	height: 60px;
	background: #ffcc00 url("/img/icon_bezorgen.png") 7px center no-repeat;
	font-size: 14px;
	padding: 6px 10px 0px 65px;
}

.kader.geen_montage {
	height: 60px;
	background: #ffcc00 url("/img/icon_geen_montage.png") 7px center no-repeat;
	font-size: 14px;
	padding: 6px 10px 0px 65px;
}

.kader.prijzen {
	height: 60px;
	font-size: 14px;
	text-align: center;
	padding: 6px 6px 0px 6px;
}

.kader.warning {
	background: #ffcc00 url("/img/warning.png") 10px center no-repeat;
	padding: 15px 15px 15px 60px;
}

/*************************************************************************************************/

a.button {
	padding: 5px;
	background: red;
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
}

a.button.bestellen {
	background: red url(/img/blink.gif) center center repeat-x;
	padding: 10px 15px;
	margin: 2px 2px 20px 0px;
	font-size: 15px;
	-webkit-border-radius: 10px;
	border: 1px solid #ff0000;
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
}

a.button.bestellen:hover {
	text-decoration: none;
}

a.offerteknop {
	padding: 5px;
	background: red url(/img/blink.gif);
	font-weight: bold;
	color: white;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

a.offerteknop:hover {
	background: red;
	text-decoration: none;
}

a.prijsknop {
	padding: 15px 11px 15px 40px;
	background: red url(/img/euro.png) 5px 9px no-repeat;
	font-weight: bold;
	color: white;
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}

a.prijsknop:hover {
	background-color: #cc0000;
	text-decoration: none;
}

/*************************************************************************************************/

ul.tabel {
	width: 100%;
	margin: 5px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}

ul.tabel li {
	position: relative;
	border-bottom: 1px solid #aaa;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	clear: both;
}

ul.tabel li:first-child {
	border-top: 1px solid #aaa;
}

ul.tabel li.no_line {
	border-bottom: none;
}

ul.tabel li span.euroteken {
	position: absolute;
	float: none;
	right: 60px;
}

ul.tabel li span {
	padding-left: 0px;
	float: right;
	margin: 0px;
}

/*************************************************************************************************/

.aanbiedingskader {
	background: #ffff99;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	overflow: auto;
	border: 1px solid #ffcc00;
}

/*************************************************************************************************/


ul.kleuren {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	overflow: auto;
}

ul.kleuren li {
	width: 200px;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}

/*************************************************************************************************/


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

ul.collection li {
	margin: 0px;
	float: left;
}

ul.collection li a:hover {
	text-decoration: underline;
}

ul.collection li a {
	color: black;
	margin: 0px;
	width: 160px;
	height: 100px;
	display: block;
	padding: 10px;
	text-align: center;
}

ul.collection li span {
	display: block;
}

/*************************************************************************************************/

.offerte_jumpmenu, .bestellen_jumpmenu {
	margin: 0px 0px 15px 0px;
}

/*************************************************************************************************/

.pricetable {
	width: 100%;
	background: #B1D59D;
	margin-bottom: 10px;
}

.pricetable p {
	clear: both;
	margin: 1px;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
}

.pricetable .webprice {
	color: white;
	background: red;
	padding: 5px;
	font-size: 13px;
}

.pricetable span {
	float: right;
}

.pricetable span.euroteken {
	position: absolute;
	float: none;
	right: 75px;
}

/*************************************************************************************************/

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

ul.doekkleuren li {
	float: left;
	text-align: center;
	margin: 0px 10px 15px 0px;
	background: white;
	padding: 10px;
	width: 150px;
	height: 38px;
}

/*************************************************************************************************/

#breadcrumbs {
	clear: both;
	width: 100%;
	background: white;
	overflow: auto;
	border-bottom: 1px solid #bccce5;
}

#breadcrumbs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#breadcrumbs ul li {
	color: #aaaaaa;
	padding: 4px 25px 5px 5px;
	display: block;
	float: left;
	background: url(/img/breadcrumbs_arrow.jpg) right center no-repeat;
}

#breadcrumbs ul li:last-child {
	background: none;
}

#breadcrumbs ul li a {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs ul li a:hover {
	color: #666666;
}


/*************************************************************************************************/

ul#productenlijst {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

ul#productenlijst li {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}

ul#productenlijst li a {
	padding: 5px;
	background: white;
	display: block;
	overflow: auto;
	border: 1px solid white;
}

ul#productenlijst li a:hover {
	text-decoration: none;
	background: none;
}

ul#productenlijst li a img {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

ul#productenlijst li span {
	position: absolute;
	left: 75px;
	top: 18px;
	color: black;
}

ul#productenlijst li span.garantie {
	color: #004400;
	position: absolute;
	left: 300px;
	font-weight: bold;
	font-size: 14px;
	top: 16px;
}

/*************************************************************************************************/

#fotoalbum {
	text-align: center;
}

#fotoalbum img {
	border: 6px solid white;
	max-width: 600px;
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
}

/*************************************************************************************************/

.showroom {
	padding: 10px;
	background: red;
	width: 155;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	display: block;
}

.showroom:hover {
	text-decoration: none;
	background: #cc0000;
}

#rightcol img.tww {
	margin: 5px;
}



.lauwerkrans {
	margin: 10px 5px 5px 5px;
}
















