* {
	margin: 0;
	padding: 0;
}
body {
	font: 72% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #666;
	line-height: 140%;
	background: #fafafa url(/images/giesbersbg.jpg) repeat-y top center;
}
a img {
	border: none;
}
a {
	color: #014F97;
}
a:visited {
	color: #014F97;
}
#wrapper {
	width: 928px;
	padding: 10px 0;
	position: relative;
	margin: 0 auto;
}
#wrapper .message {
	position: absolute;
	top: 50%;
	left: 35%;
	z-index: 9999;
	color: #0D4E98;
	border: 1px solid #0D4E98;
	background-color: #F5F5F5;
	padding: 15px 20px;
	text-align: center;
	font-weight: bold;
	width: 35%;
}
#colorwrapper {
	background: url(/images/verticalelijn.gif) repeat-y 0px 0;
}
#leftsidebar {
	width: 205px;
	float: left;
	line-height: 100%;
	padding-top: 60px;
	background-color: #fff;
}
#rightsidebar {
	width: 153px;
	float: right;
}
#main {
	width: 536px;
	float: left;
	margin-left: 14px;
}
#content {
	width: 536px;
	float: auto;
	background-image: none;
	background-color: #fff;
}
#logo {
	width: 205px;
	float: left;
	line-height: 100%;
	text-align: center;
	padding: 8px 0 10px 0;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #fff;
}
#logo h1 {
	display: none;
}
#logo img#logotext {
	margin-bottom: 0.5em;
}
#logo img#logoicon {
	position: absolute;
	left: -30px;
}
#footer {
	background: url(/images/footer.gif) no-repeat 0 0;
	height: 32px;
	margin-top: 14px;
}
#footer h1, #footer h2 {
	display: none;
}
#search {
	background: #0071BB url(/images/search.gif) no-repeat top left;
	padding: 40px 0 10px 10px;
	height: 100%;
}
#search h2 {
	display: none;
}
#categoryselect {
	border: none;
	width: 180px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	margin: 0 0 5px 2px;
	*height: 21px;
	*line-height: 21px;
	*font-size: 90%;
}
#searchfield {
	border: none;
	background: url(/images/searchfield.png) no-repeat top left;
	padding: 2px 5px 5px 6px;
	width: 154px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	*font-size: 90%;
	
}
#searchsubmit {
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
}
#categories ul {
	list-style: none;
	background: #1A171C url(/images/categories_background.gif) no-repeat top left;
	padding: 8px 14px 14px 14px;
	min-height: 358px;
}
#categories ul ul {
	background: none;
	padding: 0 0 10px 15px;
	min-height: 0;
}
#categories {
	background-color: #e6e6e6;
}
#categories li a {
	color: #D8D8D8;
	text-decoration: none;
	padding: 7px 2px;
	display: block;
}
#categories li.selected a {
	color: #4B9BD1;
}
#categories li {
	border-bottom: 1px solid #0071bc;
}
#categories li li {
	border: none;
	min-height: 0;
}
#categories li.selected li a {
	color: #D8D8D8;
}
#categories li li a {
	padding: 2px 0 2px 8px;
	font-size: 90%;
	background: url(/images/categories_li.gif) no-repeat 0 7px;
}
#categories li.selected li.selected a {
	color: #4B9BD1;
}
#categories li a:hover, #categories li li a:hover {
	color: #4B9BD1;
}
#menu {
	border-bottom: 1px solid #C0C0C0;
	height: 2em;
	z-index: 1001;
	position: relative;
}
#menu li {
	float: left;
	list-style: none;
	position: relative;
	border-left: 1px solid #C0C0C0;
	padding: 0 2px;
}
#menu a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0 2px;
}
#menu a:hover {
	background-color: #014F97;
	color: #fff;
}
#menu li.selected a {
	background-color: #014F97;
	color: #fff;
}
#menu li.selected:hover a {
	text-decoration: none;
}
#menu li.first {
	border: none;
}
#menu ul ul {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: none;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	width: 200px;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li.selected:hover ul li a {
	background-color: #fff;
	color: #454545;
}
#menu ul ul li {
	position: relative;
	border: none;
	padding: 0;
}
#menu ul ul li a {
	display: block;
	padding: 3px 15px;
	width: 170px;
	border-top: 1px solid #E6E6E6;
}
#menu ul ul li a:hover, #menu ul li.selected ul li a:hover {
	text-decoration: none;
	color: #0D4E98;
	background-color: #E6E6E6;
}
#menu ul li:hover ul ul {
	display: none;
}
#menu ul ul ul {
	position: absolute;
	display: none;
	left: 200px;
	top: 0px;
}
#menu ul ul li:hover ul {
	display: block;
}
#quickmenu {
	padding: 7px 0 5px 0;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 1em;
	width: 544px;
}
#quickmenu a {
	text-decoration: none;
	margin-right: 5px;
}
#quickmenu span {
	display: none;
}
#quickmenu .home {
	display: inline-block;
	width: 128px;
	height: 27px;
	background: url(/images/quick_home.gif) no-repeat center center;
}
#quickmenu .home.active, #quickmenu .home:hover {
	background-image: url(/images/quick_home_active.gif);
}
#quickmenu .acties {
	display: inline-block;
	width: 128px;
	height: 27px;
	background: url(/images/quick_acties.gif) no-repeat center center;
}
#quickmenu .acties.active, #quickmenu .acties:hover {
	background-image: url(/images/quick_acties_active.gif);
}
#quickmenu .assortiment {
	display: inline-block;
	width: 128px;
	height: 27px;
	background: url(/images/quick_assortiment.gif) no-repeat center center;
}
#quickmenu .assortiment.active, #quickmenu .assortiment:hover {
	background-image: url(/images/quick_assortiment_active.gif);
}
#quickmenu .themas {
	display: inline-block;
	width: 128px;
	height: 27px;
	background: url(/images/quick_themas.gif) no-repeat center center;
}
#quickmenu .themas.active, #quickmenu .themas:hover {
	background-image: url(/images/quick_themas_active.gif);
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#content ul.crumbpath {
	font-size: 90%;
	margin-bottom: 1em;
	padding-left: 0;
	display: none;
}
.crumbpath li {
	display: inline;
	list-style: none;
	background: url(/images/crumbpathbullet.gif) no-repeat 100% 60%;
	padding: 0 10px 0 5px;
}
.crumbpath li.last {
	font-weight: bold;
	background: none;
}
.crumbpath li a {
	color: #666;
	text-decoration: none;
}
.crumbpath li a:hover {
	text-decoration: underline;
}
h1 {
	color: #0071bc;
	font-size: 210%;
	margin-bottom: 0.3em;
	line-height: 100%;
}
h2 {
	color: #727272;
	font-size: 170%;
	margin-bottom: 0.3em;
	margin-top: 1em;
	line-height: 100%;
}
h3 {
	color: #727272;
	font-size: 130%;
	padding-bottom: 0.3em;
	margin-top: 1em;
	line-height: 100%;
}
body.home h3 {
	margin: 0;
	padding: 0;
}
body.home h1 {
	color: #0071bc;
}
#mymaterial {
	border-bottom: 1px solid #C0C0C0;
	padding: 7px 5px;
	font-size: 90%;
	min-height: 43px;
}
#cart {
	border-bottom: 1px solid #C0C0C0;
	padding: 7px 5px;
	font-size: 90%;
	position: relative;
	background-color: #F2F2F2;
	margin-bottom: 1em;
}
#carttruck {
	background: url(/images/cart.png) no-repeat top left;
	width: 49px;
	height: 34px;
	position: absolute;
	top: 15px;
	right: -30px;
}
.home #carttruck {
	top: 10px;
}
#cartcontents {
	padding: 7px 5px 0 5px;
	margin: 7px -5px 0 -5px;
	border-top: 1px solid #E4E4E4;
}
table {
	width: 100%;
	border-collapse: collapse;
}
#cartcontents table td {
	vertical-align: top;
	border-bottom: 1px solid #E6E6E6;
	padding: 1px 0;
}
#cartcontents table td a, #cartcontents table td a:visited {
	color: #666;
	text-decoration: none;
	height: 16px;
	overflow: hidden;
	display: block;
}
#cartcontents table td a:hover {
	text-decoration: underline;
}
#cartcontents table td.amount {
	font-weight: bold;
	color: #154E98;
	text-align: right;
	padding-left: 5px;
}
#rightsidebar h3 {
	color: #154E98;
	font-size: 120%;
	margin-bottom: 0.3em;
	margin-top: 0;
	padding-bottom: 0;
}
#rightsidebar h3 a {
	color: #666;
	text-decoration: none;
}
#rightsidebar h3 a:hover {
	text-decoration: underline;
}
#reasons {
	padding-left: 5px;
	margin-right: -10px;
	margin-bottom: 2.5em;
}
#reasons h3 {
	font-size: 110%;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 2.5em;
	color: #666;
	font-weight: normal;
}
#reasons ul {
	font-size: 95%;
	color: #154e98;
	list-style: none;
}
#reasons li {
	margin-bottom: 0.5em;
	background: url(/images/asterisk.gif) no-repeat 0 5px;
	padding: 0 0 2px 13px;
}
#reasons li a, #reasons li a:visited {
	color: #154e98;
	text-decoration: none;
}
#reasons li a:hover, #reasons li a:visited:hover {
	text-decoration: underline;
}
#products .product, .result .product {
	background: url(/images/product_bg.gif) repeat-y top left;
	margin-bottom: 3px;
	height: 91px;
	overflow: hidden;
}
#products .product.even, .result .product.even {
	background: url(/images/product_bg_dark.gif) repeat-y top left;
}
#products .product .productinfo, .result .product .productinfo {
	width: 252px;
	padding: 10px;
	float: left;
}
#products .product .productinfo p, .result .product .productinfo p {
	margin-bottom: 0;
}
#products .product .productinfo h2, .result .product .productinfo h2 {
	color: #0071bc;
	font-size: 120%;
	margin-bottom: 0.3em;
	margin-top: 0;
}
#products .product .productinfo h2 a, .result .product .productinfo h2 a {
	color: #0071bc;
	text-decoration: none;
}
#products .product.actie .productinfo h2 a, .result .product.actie .productinfo h2 a {
	color: #cc3333;
}
#products .product .productinfo h2 a:hover, .result .product .productinfo h2 a:hover {
	text-decoration: underline;
}
#products .product .productimage, .result .product .productimage {
	width: 254px;
	padding: 5px;
	float: right;
	color: #fff;
	font-size: 80%;
	line-height: 100%;
	background-color: #3A86C7;
	height: 82px;
}
#products .product .productimage .image, .result .product .productimage .image {
	float: right;
	width: 120px;
	height: 80px;
	background-image: url(/images/productimage_bg.png);
	text-align: center;
	line-height: 80px;
	position: relative;
}
#products .product .productimage .image .vignet, .result .product .productimage .image .vignet {
	position: absolute;
	bottom: -10px;
	right: 0px;
}
#products .product .productimage .image img, .result .product .productimage .image img {
	vertical-align: middle;
	*padding-top: 4px;
}
#products .product .productimage .price, #products .product .productimage .amount, #products .product .productimage .aantalemballage, .result .product .productimage .aantalemballage, .result .product .productimage .price, .result .product .productimage .amount {
	width: 120px;
	text-align: center;
	float: left;
}
#products .product .productimage .title, .result .product .productimage .title {
	padding: 3px 0 0 0;
}
#products .product .productimage .price .title, .result .product .productimage .price .title, #products .product .productimage .amount .title, .result .product .productimage .amount .title {
	padding-top: 3px;
}
#products .product .productimage .price .value, .result .product .productimage .price .value, #products .product .productimage .aantalemballage .value, .result .product .productimage .aantalemballage .value {
	background-image: url(/images/price_bg.png);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	margin-bottom: 3px;
	width: 60px;
	float: left;
}
#products .product.actie .productimage .price .value, .result .product.actie .productimage .price .value {
	background-image: url(/images/price_actie_bg.png);
}
#products .product .productimage .amount .value {
	background-image: url(/images/amount_bg.png);
	height: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	float: left;
	width: 60px;
}
#products .product .productimage .amount .value input {
	background: none;
	border: none;
	width: 40px;
	margin: 6px 0 0 9px;
}
#products .product .productimage .amount .value input.amount, #productorder span.amount input {
	*font-size: 95%;
	*padding-top: 4px;
}
#products .product .productimage .aantalemballage, .result .product .productimage .aantalemballage, #products .product .productimage .amount, .result .product .productimage .amount {
	clear: left;
}
#products .product .productimage .price .title, .result .product .productimage .price .title, #products .product .productimage .amount .title, .result .product .productimage .amount .title, #products .product .productimage .aantalemballage .title, .result .product .productimage .aantalemballage .title, #products .product .productimage .value .title, .result .product .productimage .value .title, #products .product .productimage .amount .title, .result .product .productimage .amount .title, #products .product .productimage .aantalemballage .title, .result .product .productimage .aantalemballage .title {
	width: 60px;
	display: block;
	float: left;
}
#products h3.productgroup, h3.productgroup {
	font-size: 140%;
	line-height: 120%;
	margin: 1.3em 0 0.2em 10px;
	color: #3E3E3E;
}
#products .order {
	height: 36px;
	width: 162px;
	float: right;
	position: relative;
	background: url(/images/bestellenpijltop.gif) no-repeat 0 10px;
}
#products .order.top {
	margin-bottom: 6px;
}
#products .order.bottom {
	background: url(/images/bestellenpijlbottom.gif) no-repeat 0 0;
	margin-top: 6px;
}
#products .order input {
	position: absolute;
	top : -1px;
	right: 20px;
}
#products .order.bottom input {
	top: 6px;
}
#content p, #content ul, #content ol, #content table {
	margin-bottom: 1em;
}
#content ol, #content ul {
	padding-left: 2em;
}
.floatLeft {
	float: left !important;
}
#product {
	padding: 10px;
}
#product .productimage {
	float: right;
	margin: -10px -10px 10px 10px;
	width: 225px;
	height: 175px;
	background-color: #fff;
	text-align: center;
	line-height: 175px;
}
#product .productimage img {
	vertical-align: middle;
}
#productid {
	float: right;
	background-color: #668bbc;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
}
#productspecifications {
	background-color: #e6e6e6;
	margin: 0 -10px;
	padding: 10px;
	color: #000;
}
#productspecifications table {
	border-bottom: 1px solid #bababa;
}
#productspecifications td, #productspecifications th {
	padding: 3px 5px;
	border-top: 1px solid #bababa;
	vertical-align: top;
	text-align: left;
}
#productspecifications th {
	width: 150px;
}
#productorder {
	background-color: #0071bc;
	margin: 0 -10px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
#productorder p {
	margin: 0;
}
#productorder .order {
	float: right;
	position: relative;
}
#productorder .amount {
	width: 58px;
	text-align: center;
	background-image: url(/images/amount_bg.png);
	height: 25px;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	top: -4px;
	right: 78px;
}
#productorder .amount input {
	background: none;
	border: none;
	width: 40px;
	text-align: center;
}
#productorder input.ordersubmit {
	margin-top: -7px;
}
#productorder .huurdagen-oneliner {
	font-style: italic;
	font-size: 80%;
}
#product #toebehoren, #product #aanverwanten {
	border-top: 1px solid #D8D8D8;
	margin-top: 1em;
	padding: 10px 0;
}
#product #aanverwanten .topLine {
	border-top: 1px solid #D8D8D8;
	padding: 10px 0 0 0;
}
.aanverwant-image {
	width: 140px;
	height: 110px;
	line-height: 110px;
	text-align: center;
}
.aanverwant-image img {
	vertical-align: center;
}
#product #toebehoren h2, #product #aanverwanten h2 {
	color: #494949;
	font-size: 140%;
	margin-bottom: 0.5em;
	line-height: 100%;
}
#product #toebehoren .product, #product #aanverwanten .product {
	width: 161px;
	margin-left: 10px;
	float: left;
}
#product #toebehoren .product.first, #product #aanverwanten .product.first {
	margin: 0;
}
#product #toebehoren .productid, #product #aanverwanten .productid {
	font-size: 90%;
	margin: 3px 0;
}
#product #toebehoren h4, #product #aanverwanten h4 {
	font-size: 110%;
	line-height: 120%;
}
#product #toebehoren h4 a, #product #aanverwanten h4 a {
	color: #154e98;
	text-decoration: none;
}
#product #toebehoren .price, #product #aanverwanten .price {
	color: #154e98;
	font-weight: bold;
}
#product .besteltips ul {
	list-style: none;
	padding-left: 2em;
}
#product .besteltips li {
	padding-left: 20px;
}
#product .besteltips li.vraagteken {
	background: url(/cms/images/icons/help.png) no-repeat 0 0;
}
#product .besteltips li.uitroepteken {
	background: url(/cms/images/icons/exclamation.png) no-repeat 0 0;
}

#bigcart {
	color: #000;
	margin-bottom: 1em;
}
#bigcart td, #bigcart th {
	padding: 3px 5px;
	border-top: 1px solid #bababa;
	vertical-align: top;
	text-align: left;
}
#bigcart th {
	border-top: none;
	color: #154e98;
}
#bigcart .amount {
	width: 45px;
	border: 1px solid #C9C9C9;
	padding: 1px;
	text-align: right;
	font-size: 110%;
	margin: -2px 0;
}
#bigcart a {
	color: #000;
}
.bestellingstap.active {
	color: #154e98;
}
table td.alignRight, table th.alignRight, .alignRight {
	text-align: right !important;
}
table td.alignCenter, table th.alignCenter {
	text-align: center !important;
}
body.home table.list {
	border-color: #80AFD4;
}
table.list th {
	color: #668bbc;
}
body.home table.list th {
	color: #014F97;
}
table.list td, table.list th {
	padding: 3px 5px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	text-align: left;
}
table.list.vertical td, table.list.vertical th {
	border-color: #EDEDED;
}
table.list .amount {
	width: 35px;
	border: none;
	padding: 2px;
	text-align: right;
	font-size: 110%;
	margin: -2px 0;
}
table.list a {
	color: #000;
}

table.list.vertical th {
	background: none;
	color: #668bbc;
	width: 150px;
}
body.home table.list.vertical th {
	background: none;
	color: #014F97;
}
a.backlink {
	padding-left: 20px;
	background: url(/cms/images/icons/arrow_left.png) no-repeat 0 50%;
}
a.forwardlink {
	padding-right: 20px;
	background: url(/cms/images/icons/arrow_right.png) no-repeat 100% 50%;
}

/* SEARCHRESULTS */
.break {
	clear: both;
}
#suggestions{ 
	position: absolute;
	left: 12px;
	width: 320px;
	display: none;
	z-index: 1001;
}
#searchresults { 
	border-width: 1px;
	border-color: #919191;
	border-style: solid;
	width: 320px;
	background-color: #a0a0a0;
	font-size: 10px;
	line-height: 14px;
}
#searchresults a { 
	display: block;
	background-color: #F2F2F2;
	clear: left;
	text-decoration: none;
	padding: 2px 10px;
	border-bottom: 1px solid #E5E5E5;
	color: #154e98;
}
#searchresults a:hover { 
	background-color: #b7b7b7;
	color: #ffffff;
}
#searchresults a img { 
	float: left;
	padding: 5px 10px;
}
#searchresults a span.searchheading { 
	display: block;
	font-weight: bold;
	padding-top: 5px;
	color: #191919;
}
#searchresults a:hover span.searchheading { 
	color: #ffffff;
}
#searchresults a span { 
	color: #555555;
}
#searchresults a:hover span { 
	color: #f1f1f1;
}
#searchresults span.category { 
	font-size: 11px;
	margin: 5px;
	display: block;
	color: #ffffff;
}
#searchresults span.seperator { 
	float: right;
	padding-right: 15px;
	margin-right: 5px;
	background-image: url(../images/shortcuts_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#searchresults span.seperator a { 
	background-color: transparent;
	display: block;
	margin: 5px;
	height: auto;
	color: #ffffff;
}
#newsoverview h1 {
	color: #014F97;
}
#newsoverview h2 a, #newsoverview h2 a:visited {
	color: #014F97;
	font-size: 80%;
}
/* Acties */
.acties h1, .acties h2 {
	color: rgb(0, 113, 188);
}
.acties .actie.odd {
	background-color: #CBE2F1;
	padding: 10px;
	margin-bottom: 5px;
	height: 81px;
}
.acties .actie.even {
	background-color: #EAF4FA;
	padding: 10px;
	margin-bottom: 5px;
	height: 81px;
}
.acties .actie .actie-info {
	width: 322px;
	padding: 10px;
	float: left;
}
.acties .actie .actie-info p {
	margin-bottom: 0;
}
.acties .actie .actie-info h2 {
	color: rgb(0, 113, 188);
	font-size: 120%;
	margin-bottom: 0.3em;
	margin-top: 0;
}
.acties .actie .actie-info h2 a {
	color: rgb(0, 113, 188);
	text-decoration: none;
}
.acties .actie .actie-info h2 a:hover {
	text-decoration: underline;
}
.acties .actie .actie-image {
	float: right;
}

/* Themas */
.themas h1, .themas h2 {
	color: rgb(0, 113, 188);
}
.themas .thema.odd {
	background-color: #CBE2F1;
	padding: 10px;
	margin-bottom: 5px;
	height: 81px;
}
.themas .thema.even {
	background-color: #EAF4FA;
	padding: 10px;
	margin-bottom: 5px;
	height: 81px;
}
.themas .thema .thema-info {
	width: 322px;
	padding: 10px;
	float: left;
}
.themas .thema .thema-info p {
	margin-bottom: 0;
}
.themas .thema .thema-info h2 {
	color: rgb(0, 113, 188);
	font-size: 120%;
	margin-bottom: 0.3em;
	margin-top: 0;
}
.themas .thema .thema-info h2 a {
	text-decoration: none;
	color: rgb(0, 113, 188);
}
.themas .thema .thema-info h2 a:hover {
	text-decoration: underline;
}
.themas .thema .thema-image {
	float: right;
}

/* Home CSS */
.home #deelknop-placeholder {
	height: 126px;
	width: 20px;
}
.home #deelknop-lijst {
	position: absolute;
	top: 420px;
	left: 214px;
}
.home .deelknop {
	width: 230px;
	height: 126px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
}
.home .deelknop h3 {
	width: 233px;
	background-color: #fff !important;
	height: 40px;
}
.home .deelknop h3 span {
	display: none;
}
.home .deelknop p {
	margin: 10px;
	color: #fff;
	font-size: 130%;
}
.home .deelknop p.knop {
	margin: -5px 0 0 10px;
	padding: 0;
	border: none;
}
.home .deelknop.acties {
	background-color: #F0061B;
	margin-right: 0;
}
.home .deelknop.acties h3 {
	background: url(/images/deelknop_h3_actie.gif) no-repeat 10px 9px;
}
.home .deelknop.assortiment {
	background-color: #0071BB;
}
.home .deelknop.assortiment h3 {
	background: url(/images/deelknop_h3_assortiment.gif) no-repeat 10px 9px;
}
.home .deelknop.themas {
	background-color: #8BC43C;
}
.home .deelknop.themas h3 {
	background: url(/images/deelknop_h3_thema.gif) no-repeat 10px 6px;
}
.home #footer {
	border-top: 1px solid #C3D3E5;
	height: 60px;
	background: url(/images/footer.gif) no-repeat 0 20px;
	padding-top: 2px;
}
.home #footer a, .home #footer a:visited {
	color: #666;
	text-decoration: none;
}
.home #footer a:hover {
	text-decoration: underline;
}
.home #footer span.divider {
	color: #0D4E98;
	letter-spacing: 1px;
	margin: 0 3px;
}
.home #footer #lichtkrant .marked {
	background-color: #FFE986;
	font-weight: bold;
	color: #ED060A;
	padding: 0 5px;
}
/* Wisselscherm */
#wisselscherm-container {
	position: relative;
}
#wisselscherm-container img {
	cursor: pointer;
}
#wisselscherm-pager {
	z-index: 999;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#wisselscherm-pager a {
	display: block;
	padding: 1px 5px;
	margin-right: 10px;
	background-color: #D6D6D6;
	border-style: none outset outset none;
	border-width: 1px;
	border-color: #8B8B8B;
	color: #858585;
	float: left;
	text-decoration: none;
}

#wisselscherm-pager a.activeSlide {
	color: #fff;
}

#wisselscherm-pager a.algemeen.activeSlide, #wisselscherm-type.algemeen {
	background-color: #000000;
}

#wisselscherm-pager a.actie.activeSlide, #wisselscherm-type.actie {
	background-color: #EF0313;
}

#wisselscherm-pager a.thema.activeSlide, #wisselscherm-type.thema {
	background-color: #8EC336;
}

#wisselscherm-pager a.product.activeSlide, #wisselscherm-type.product {
	background-color: #0071BD;
}
#wisselscherm-type {
	padding: 2px 5px;
	border-style: none outset outset none;
	border-width: 1px;
	border-color: #8B8B8B;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}


/*
	FORMS
*/
#content .zend_form {
	border: 1px solid #CCC;
	padding: 10px;
}

#content .zend_form dd {
	margin-bottom: 1em;
}

#content .zend_form dt {
	font-weight: bold;
	color: #333;
}
#content .zend_form ul.errors {
	border: 1px solid #f00;
	margin: 5px 0 0 0;
	padding: 2px 5px;
	background-color: #FFF9F9;
}
#content .zend_form ul.errors li {
	margin: 0;
	list-style-position: inside;
	color: #800000;
	font-weight: bold;
}
#content .zend_form input.text {
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
}
#content .zend_form input.captcha {
	border: 1px solid #999;
	width: 142px;
	padding: 3px;
}
#content .zend_form textarea.textarea {
	border: 1px solid #999;
	width: 400px;
	padding: 3px;
}
#content .zend_form select.select {
	border: 1px solid #999;
	padding: 3px;
}


.error {
	background-color: #F7F7F7;
	border: 1px solid #800000;
	padding: 5px 15px 5px 25px;
	background-image: url(/cms/images/icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-weight: bold;
	color: #800000;
}

.customername {
	font-weight: bold;
}
.customerprojectname {
	font-size: 90%;
	line-height: 120%;
	margin-bottom: 4px;
}

.login-block #myform .zend_form input.text {
	width: 220px;
}
.login-block #myform .zend_form {
	padding: 0;
	margin: 0;
	border: none;
}
.login-block {
	width: 235px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 5px 10px;
	height: 170px;
}
.login-block h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
}
input.largefield {
	padding: 2px;
	margin: -2px;
	border: 1px solid #668bbc;
	width: 200px;
	font-size: 100%;
}
input.mediumfield {
	padding: 2px;
	margin: -2px;
	border: 1px solid #668bbc;
	width: 140px;
	font-size: 100%;
}
textarea.mediumfield {
	padding: 2px;
	margin: -2px;
	border: 1px solid #668bbc;
	width: 200px;
	height: 80px;
	font-size: 100%;
}
select option.hoofditem {
	font-weight: bold;
}
#sidebar-actie, #sidebar-product {
	margin-top: 2em;
}
#sidebar-actie p, #sidebar-product p {
	margin-bottom: 1em;
}
#sidebar-actie-image, #sidebar-product-image {
	width: 147px;
	padding: 1em 0;
}
#sidebar-actie-image img, #sidebar-product-image img {
	vertical-align: middle;
}
#sidebar-product {
	border-top: 1px solid #ccc;
}
#sidebar-actie h1 a, #sidebar-actie h1 a:visited, #sidebar-product h1 a, #sidebar-product h1 a:visited {
	color: #014F97;
	text-decoration: none;
	font-size: 80%;
}
#sidebar-product p a, #sidebar-product p a:visited {
	color: #014F97;
	text-decoration: none;
}

.sidebar-wisselscherm {
	margin-bottom: 5px;
}

.content-header-floating {
	position:fixed;
	top:0;
	left: 0;
	display:none;
	border:0;
	border-bottom:solid 1px #0D4E98;
	background: url(/images/floatingheader-bg.png);
	padding: 6px 8px 4px 8px;
	height: 25px;
	width: 100%;
	overflow: hidden;
	z-index: 1005;
}
.content-header-floating-center {
	margin: 0 auto;
	width: 928px;
	position: relative;
}
.content-header-floating input {
	position: absolute;
	left: 3px;
	top: 0;
}
.content-header-floating input.zoeken-topveld {
	border: none;
	background: url(/images/searchfield.png) no-repeat top left;
	padding: 2px 5px 5px 6px;
	width: 154px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	*font-size: 90%;
}
.content-header-floating span.header, .content-header-floating input {
	display: inline;
}
.content-header-floating span.header {
	font-size: 130%;
	color: #154e98;
	font-weight: bold;
	position: absolute;
	left: 220px;
	top: 3px;
}
.content-header-floating input.zoeken-toplink {
	position: absolute;
	left: 167px;
}
.content-header-floating input.bestellen-toplink {
	position: absolute;
	left: 648px;
	top: -4px;
}
.content-header-floating img.bestellen-toppijl {
	position: absolute;
	left: 585px;
	top: 8px;
}
.content-header-floating span.toplink {
	margin-left: 62px;
	margin-top: 3px;
	position: absolute;
	left: 760px;
}
.content-header-floating button {
    margin-top:3px;
}
#content table.marginbottom {
	margin-bottom: 2em;
}
.klant_projectomschrijving {
	font-size: 90% !important;
}

#keurmerken {
	margin-top: 1em;
	text-align: center;
}

.smallFont {
	font-size: 90% !important;
}
input.aantallenbijwerken {
	background-image: url(/images/aantallenbijwerken.jpg);
	background-position: top left;
	width: 156px;
	height: 32px;
	border: 0;
}
input.aantallenbijwerken:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
input.bestellen {
	background-image: url(/images/bestellen.jpg);
	background-position: top left;
	width: 86px;
	height: 32px;
	border: 0;
}
input.bestellen:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
input.bestellen-transparant {
	background-image: url(/images/bestellen_transparant.png);
	background-position: top left;
	width: 86px;
	height: 32px;
	border: 0;
	background-color: transparent;
}
input.bestellen-transparant:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
input.bestel-transparant {
	background-image: url(/images/bestel.png);
	background-position: top left;
	width: 65px;
	height: 31px;
	position: absolute;
	top: 1px;
	right: 5px;
	border: 0;
	background-color: transparent;
}
input.bestel-transparant:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
input.plaatsbestelling {
	background-image: url(/images/plaatsbestelling.jpg);
	background-position: top left;
	width: 132px;
	height: 32px;
	border: 0;
}
input.plaatsbestelling:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
a.wijziggegevens {
	background-image: url(/images/wijziggegevens.jpg);
	background-position: top left;
	width: 105px;
	height: 25px;
	border: 0;
	display: inline-block;
	text-decoration: none;
}
a.wijziggegevens:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
input.inloggen {
	background-image: url(/images/inloggen.jpg);
	background-position: top left;
	width: 67px;
	height: 25px;
	border: 0;
}
input.inloggen:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}

#ie6notice {
	background-color: #FFB5B4;
	border-bottom: 2px solid #f00;
	padding: 10px;
}

<!--[if lt IE 7]>
.content-header-floating {
    position:absolute;
}
<![endif]-->
