* {
	padding:0;
	margin:0;
	border:0;	
	outline:0;

}

BODY {
	font-size:12px;
	color:#333333;
	font-family:Arial;
	z-index:0;
	background:white;
}

A {
	color:#0F88CB;
	text-decoration:none;
	font-size:12px;
}

A:hover {
	text-decoration:underline;
}


#site {
	width:100%;
	min-height:700px;
	z-index:1;
	position:relative;
}

/* SUBMENU */



#submenu-meeuw {
	display:none;
}

#submenu-projecten {
	display:none;
}


/* HEADER */

#header {
	width:100%;
	height:189px;
	z-index:3;
	display:none;
}

#content {
	width:100%;
	min-height:500px;
}

#content-left {
	display:none;
}

#content-right {
	float:left;
	width:100%;
	min-height:600px;
}

#content-right-foto {
	display:none;
}

#content-right-mail-print {
	display:none;
}


#content-right-nieuwsbrief {
	display:none;
}

#content-right-nieuwsbrief-header {
	display:none;
}

#content-right-nieuwsbrief-content {
	display:none;
}

#content-right-nieuwsbrief-footer {
	display:none;
}

#content-right-nieuwsbrief-input {
	display:none;
}

#content-right-nieuwsbrief-submit {
	display:none;
}

/* HOME */

#content-home {
	width:100%;
	min-height:600px;
}

#content-home-header {
	width:100%;
}

#content-home-left {
	display:none;
}

#content-home-center {
	width:100%;
	min-height:300px;	
}

/* FOOTER */


#footer {
	display:none;
}


/* NIEUWSARCHIEF */

#newsarchive {
	margin:20px 0;
}

#newsarchive DL DD {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
}

#newsarchive DL DT A {
	font-size:12px;
}

#newsarchive DL DT {
	margin-bottom:5px;
}

/* PRODUCTENLIJST */

UL.products-list {
	padding:0;
	margin:20px 0;
	list-style:none;
}

UL.products-list LI {
	list-style:none;
	background:url(../images/icons/arrow-right-block.png) no-repeat left 4px;
	padding-left:30px;
	line-height:2em;
}


/* PROJECTEN */

.project-title {
	height:27px;
	background:#690075;
	line-height:27px;
	font-size:11px;
	text-align:right;
	padding-right:10px;
	width:260px;
	color:white;
	margin-bottom:10px;
}

.project-select {
	width:260px;
	height:30px;
	padding-right:10px;
	text-align:right;
}

.project-select SELECT {
	width:120px;
	height:20px;
}


#projects {
	margin:20px 0;
}

.project {
	float:left;
	width:112px;
	height:112px;
	margin:0 13px 13px 0;
}

.last {
	margin-right:0;
}

.project-frame {
	width:112px;
	height:112px;
	position:absolute;
}

.project-image {
	width:112px;
	height:112px;
	position:absolute;
}

.project-image IMG {
	position:absolute;
	clip:rect(0 112px 112px 0);
}

.project-link {
	display:block;
	width:100%;
	height:100%;
}


/* AGENDA */

.agenda {
	width:100%;
	min-height:60px;
	margin:20px 0;
	font-size:11px;
}

.agenda-header-active {
	height:23px;
	width:100%;
	background:url(../images/icons/arrow-right-block.png) no-repeat right center #0F88CB;
	line-height:23px;
	margin-bottom:10px;
	text-indent:10px;
	color:white;
}


.agenda-header {
	height:23px;
	width:100%;
	background:#E9E9E9;
	line-height:23px;
	margin-bottom:10px;
	text-indent:10px;
	color:#333333;
}



.agenda-content {
	width:100%;
	height:23px;
	line-height:23px;
}

.agenda-content-left {
	float:left;
	width:120px;
	text-indent:10px;
}

.agenda-content-right {
	float:left;
}


/* HOME NIEUWS */

.home-news {
	width:100%;
	min-height:60px;
	margin:20px 0;
	font-size:11px;
	margin:20px 0;
}


.home-news-header {
	color:#690075;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	background:url(../images/backgrounds/dotted-line.png) no-repeat bottom left;
}

.home-news-content {
	width:100%;
	height:23px;
	line-height:23px;
	background:url(../images/backgrounds/dotted-line.png) no-repeat bottom left;
}

.home-news-content-left {
	float:left;
	width:80px;
	text-indent:10px;
}

.home-news-content-right {
	float:left;
}

.home-news-content-right A {
	font-size:11px;
	text-decoration:underline;
}

.home-news-content-right A:hover {
	font-size:11px;
	text-decoration:none;
}



/* PRODUCT CATEGORIEEN */


/* PRODUCT TITLE */

#shop-title {
	font-weight:bold;
	color:#005E9D;
	height:20px;
	line-height:100%;
}

/* PRODUCT SEARCH */

#product-search-back {
	background:url(../images/backgrounds/product-search-back.png) no-repeat;
	width:355px;
	height:34px;
	margin-left:-20px;
	position:relative;
}

#product-search-submit {
	position:absolute;
	left:330px;
	top:13px;
	border:0;
	width:7px;
	height:8px;
	background:url(../images/backgrounds/product-search-submit.png) no-repeat;
}

#product-search-input {
	position:absolute;
	left:36px;
	top:8px;
	border:0;
	width:275px;
	height:19px;
	color:#999999;
	font-size:11px;
}


/* PRODUCTEN LIJST */

DL.product-list {
	margin:20px 0;
}

DL.product-list DT {
	font-weight:bold;
	line-height:200%;
	color:#333333;
}

DL.product-list DD {
	font-size:11px;
	color:#999999;
	line-height:160%;
	margin-bottom:15px;
}

/* PRODUCT DETAIL */

#product-detail {
	margin-top:20px;
}

/* CART */

#shop-cart {
	margin-top:20px;
}

.shop-cart-item {
	
}

/* CHECKOUT */

#edit-invoice-data {
	display:none;
	margin:20px 0;
}

#edit-shipping-data {
	display:none;
	margin:20px 0;
}
	


/* SITEMAP */

#sitemap {
	margin:0;
	padding:0;
}

#sitemap LI {
	list-style:none;
}

#sitemap > LI > A {
	display:block;
	background:url(../images/icons/arrow-block.png) no-repeat left center;
	line-height:160%;
	padding-left:30px;
}

#sitemap > LI UL LI {
	margin-left:40px;
}



/* COUNTER */

.counter {
	width:35px;
	height:21px;
}

.counter-content {
	float:left;
	width:24px;
	height:21px;
	background:url(../images/backgrounds/counter-content.png) no-repeat;
	line-height:21px;
	text-align:center;
	font-size:11px;
	color:#999999;
}

.counter-plus {
	float:right;
	width:11px;
	height:11px;
	background:url(../images/backgrounds/counter-plus.png) no-repeat;
	cursor:pointer;
}

.counter-minus {
	float:right;
	width:11px;
	height:10px;
	background:url(../images/backgrounds/counter-minus.png) no-repeat;
	cursor:pointer;
}
	



/* LIJNEN */

.dotted-line {
	background:url(../images/backgrounds/dotted-line.png) no-repeat left center;
	margin:5px 0;
	height:7px;
}

.dotted-line-double {
	background:url(../images/backgrounds/dotted-line-double.png) repeat-x left center;
	margin:10px 0 20px 0;
	height:42px;
	line-height:42px;
	text-indent:10px;
}


.solid-line {
}

.double-line {
}


/* FORMULIEREN */


.form {
	padding:0;
	margin:0;
	height:auto;
	width:auto;
	border:0;
}

.form UL {
	list-style:none;
}

.form UL LI {
	list-style:none;
	clear:both;
}

.form UL LI LABEL {
	float:left;
	width:120px;
	margin-right:10px;
	line-height:23px;
}

.form UL LI LABEL.required {
	background:url(../../easyq/images/icons/form-required.png) no-repeat right top;
}

.form UL LI DIV {
	float:left;
	padding:2px;
	border:1px solid white;
	margin-bottom:2px;
}

.form UL LI.reverse DIV {
	margin-left:130px;
}

.form UL LI.reverse LABEL {
	width:350px;
	margin-left:10px;
}


.form UL LI DIV P {
	display:none;
}

.form UL LI DIV.error {
	border:1px solid red;
}

.form UL LI DIV.error P {
	color:red;
	margin-left:10px;
	font-size:11px;
	display:block;
	margin-bottom:0;
	margin-top:4px;
}

.form UL LI A {
	float:left;
	display:block;
	width:13px;
	height:23px;
	background:url(../images/icons/form-info.png) no-repeat;
	margin-left:5px;
}

.form-input {
	border:1px solid #CCCCCC;
	height:14px;
	padding:5px;
	font-size:11px;
	color:#999999;
	width:200px;
	float:none;
}

.form-textarea {
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:11px;
	color:#999999;
	width:200px;
	height:100px;
	float:none;
}

.form-select {
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:11px;
	color:#999999;
	width:210px;
	float:none;
}

.form-submit {
	background:#0068AC;
	color:white;
	text-align:center;
	padding:4px 10px;
	border:0;
}


/* CONTENT */

.content {
	line-height:1.8em;
}

.content H1 {
	color:#73A001;
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:12px;
	font-family:"Trebuchet MS";
}

.content H2 {
	color:#690075;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
	font-family:"Trebuchet MS";
}


.content H3 {
	color:#690075;
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:0.2em;
	background:url(../images/backgrounds/dotted-line.png) no-repeat bottom left;
	font-family:"Trebuchet MS";
}

.content H4 {
	color:#690075;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.2em;
}

.content H5 {
	background:#0071B9;
	color:white;
	height:20px;
	margin:10px 0;
	line-height:20px;
	text-indent:5px;
	font-size:11px;
}

.content A {
	font-size:12px;
	color:#0F88CB;
	text-decoration:none;
}
.content A:hover {
	text-decoration:underline;
}

.content P {
	font-size:12px;
	margin-bottom:1.2em;
}

.content .small {
	font-size:11px;
	color:#999999;
}

.purple {
	color:#680076;
}

.content UL {
	margin:0;
	margin-bottom:12px;
}

.content LI {
	font-size:12px;
	list-style:square;
	margin-left:20px;
}



/* LINKJES */

A.mail {
	background:url(../images/icons/mail.png) no-repeat 10px center;
	padding-left:30px;
	font-size:11px;
}

A.print {
	background:url(../images/icons/print.png) no-repeat 10px center;
	padding-left:30px;
	font-size:11px;
}


A.doc {
	background:url(../images/icons/doc.png) no-repeat 10px center;
	padding-left:30px;
	font-size:11px;
	line-height:180%;
}

A.foto {
	background:url(../images/icons/foto.png) no-repeat 10px center;
	padding-left:30px;
	font-size:11px;
}

A.arrow {
	background:url(../images/icons/arrow.png) no-repeat 10px center;
	padding-left:20px;
	font-size:11px;
}

A.arrow-back {
	background:url(../images/icons/arrow-back.png) no-repeat 10px center;
	padding-left:30px;
	font-size:11px;
}


A.arrow-block {
	background:url(../images/icons/arrow-block.png) no-repeat 10px center;
	padding-left:30px;
	font-size:11px;
}


A.arrow-right {
	background:url(../images/icons/arrow-right.png) no-repeat right center;
	padding-right:10px;
	font-size:11px;
	text-decoration:underline;
}


A.pdf {
	background:url(../images/icons/pdf.png) no-repeat 10px center;
	padding-left:40px;
	font-size:11px;
}

A.button-rounded, A.button-rounded:hover {
	display:block;
	background:url(../images/backgrounds/button-rounded.png) no-repeat;
	height:21px;
	width:120px;
	text-align:center;
	line-height:21px;
	color:white;
	font-size:11px;
	text-decoration:none;
}

A.button-submit, A.button-submit:hover {
	display:block;
	width:164px;
	height:21px;
	background:url(../images/backgrounds/submit-button2.png) no-repeat;
	font-size:11px;
	line-height:21px;
	text-indent:10px;
	color:white;
	margin:20px 0;
	text-decoration:none;
}



/* HULPELEMENTEN */

.clear {
	clear:both;
}

.container {
	position:relative;
	width:100%;
	height:100%;
}

.kantlijn {
	pdadding:20px;
}

.tussenruimte {
	height:5px;
	margin:5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* GOOGLE MAPS */

#jmaps {
	width:100%;
	height:200px;
	border:1px solid #333333;
	padding:1px;
}

html body div#site div#content div#content-center div.content #jmaps div a,
html body div#site div#content div#content-center div.content #jmaps div span,
html body div#site div#content div#content-center div.content #jmaps span.gmnoprint a img{
	display:none;
}
