/* @group undoHTML */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lowe  r halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

/* @group main */

body {
	color: #fff;
	text-align: center;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000 url(../img/deco_bg_main.gif) repeat-y center;
}

#hoofdContainer {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: url(../img/deco_bg_hoofdContainer.jpg) repeat-x;
	overflow: auto;
	padding-bottom: 30px;
}

#naarInhoudLink {
	position: absolute;
	left: -9999px;
}

h1 {
	background-image: url(../img/h1.jpg);
	min-height: 83px;
	width: 167px;
	text-indent: -9999px;
}

h1 a {
	display: block;
	background-image: url(../img/h1.jpg);
	min-height: 83px;
	width: 167px;
	text-indent: -9999px;
}

h2 {
	clear: left;
	float: left;
	display: inline;
	background: #09c url(../img/deco_bg_h2.gif) no-repeat;
	width: 462px;
	min-height: 37px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom: 6px solid #008DBC;
	font-size: 140%;
}

.hidden {
	display: none;
}

/* @end */

/* @group header */

#header {
	float: left;
	width: 167px;
	margin-left: 12px;
	display: inline;
}


/* @end */

/* @group menus */

#menus {
	float: left;
	display: inline;
	width: 167px;
}

#menus li.noBottomBorder {
	border: 0;
}

/* @group actiemenu */
#actiemenu {
	float: left;
	display: inline;
	background-color: #33393e;
	width: 167px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
}

#actiemenu li {
	clear: left;
	float: left;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	width: 161px;
	border-bottom: 2px solid #2b3035;
}

#actiemenu a {
	float: left;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #09c;
	width: 141px;
}

#actiemenu a:hover {
	color: #56dffd;
	background-color: #2b3035;
}

#actiemenu .selected {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 141px;
}

/* @end */

/* @group hoofdmenu */

#hoofdmenu {
	clear: left;
	float: left;
	display: inline;
	background-color: #24292d;
	width: 167px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 14px;
	font-size: 90%;
}

#hoofdmenu li {
	clear: left;
	float: left;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	width: 161px;
	border-bottom: 2px solid #2b3035;
}

#hoofdmenu a {
	float: left;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #09c;
	width: 141px;
}

#hoofdmenu a:hover {
	color: #56dffd;
	background-color: #2b3035;
}

#hoofdmenu .selected {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 141px;
}

/* @end */

/* @group submenu */

#submenu {
	clear: left;
	float: left;
	display: inline;
	background-color: #24292d;
	width: 156px;
	padding-top: 3px;
	padding-bottom: 0;
	font-size: 90%;
}

#submenu li {
	clear: left;
	float: left;
	display: inline;
	margin-right: 3px;
	margin-right: 3px;
	width: 150px;
	border-bottom: 2px solid #2b3035;
}

#submenu a {
	float: left;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	color: #b3c1c9;
	width: 115px;
	background: url(../img/deoc_bg_submenu.gif) no-repeat;
}

#submenu .selected {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	width: 115px;
	background: url(../img/deoc_bg_submenu.gif) no-repeat;
}

#submenu a:hover {
	color: #56dffd;
	background: #2b3035 url(../img/deoc_bg_submenu.gif) no-repeat 0 -60px;
}

/* @end */

/* @group taalmenu */

#taalmenu {
	position: absolute;
	right: 5px;
	top: 9px;
	font-size: 75%;
}

#taalmenu_FR {
	color: #ebf9ff;
	padding-right: 15px;
	background: url(../img/deco_bg_FRvlag.gif) no-repeat right;
}

#taalmenu_FR:hover {
	color: #09c;
	padding-right: 15px;
	background: url(../img/deco_bg_FRvlag.gif) no-repeat right;
}

#taalmenu_NL {
	color: #ebf9ff;
	padding-right: 15px;
	background: url(../img/deco_bg_NLvlag.gif) no-repeat right;
}

#taalmenu_NL:hover {
	color: #09c;
	padding-right: 15px;
	background: url(../img/deco_bg_NLvlag.gif) no-repeat right;
}

/* @end */

/* @group broodkruim */

#broodkruim {
	float: left;
	margin-bottom: 10px;
	width: 695px;
	height: 31px;
}

#broodkruim li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 7px;
	font-size: 85%;
	color: #09c;
}

#broodkruim a {
	color: #fff;
	background: url(../img/deco_bg_broodkruim.gif) no-repeat right 5px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

#broodkruim a:hover {
	color: #09c;
	background-position: right -24px;
}

/* @end */



/* @end */

/* @group hoofdInhoud */

#hoofdInhoud {
	float: left;
	display: inline;
	width: 695px;
	margin-left: 13px;
	margin-top: 31px;
}

#hoofdArtikel {
	margin-top: 7px;
	clear: left;
	float: left;
	display: inline;
	width: 482px;
}

#hoofdArtikel p {
	clear: left;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	width: 462px;
	font-size: 95%;
	line-height: 150%;
	margin-bottom: 16px;
}

#hoofdArtikel ul {
	clear: left;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	width: 462px;
	font-size: 95%;
	line-height: 150%;
	margin-bottom: 16px;
}

#hoofdArtikel ol {
	clear: left;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	width: 462px;
	font-size: 95%;
	line-height: 150%;
	margin-bottom: 16px;
}

#hoofdArtikel h3 {
	clear: left;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	width: 462px;
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 10px;
	color: #09c;
}

#productDetails {
	clear: left;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width: 462px;
	font-size: 95%;
	line-height: 150%;
	margin-bottom: 16px;
	color: #fff;
	background-color: #33393e;
}

#productDetails li {
	width: 452px;
	clear: left;
	float: left;
	margin-bottom: 10px;
	background: url(../img/deco_smallBullet.gif) no-repeat 0 8px;
	padding-left: 10px;
}

#hoofdArtikel p.introTekst {
	font-style: italic;
	padding: 10px;
	padding-bottom: 25px;
	margin-bottom: 11px;
	width: 462px;
	border-top: 4px solid #00374a;
	background: #004359 url(../img/deco_bg_introTekst.gif) no-repeat 0 bottom;
}

#hoofdArtikel a {
	color: #db4d1a;
}


#hoofdArtikel a:hover {
	color: #09c;
}

#hoofdArtikel #contactLink {
	clear: left;
	float: left;
	background-color: #09c;
	color: #fff;
	width: 472px;
	padding: 5px;
	margin-left: -10px;
}

#hoofdArtikel #contactLink:hover {
	background-color: #db4d1a;
}

#productenlijst {
	clear: left;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width: 462px;
	font-size: 95%;
	line-height: 150%;
	margin-bottom: 16px;
	color: #fff;
	background-color: #33393e;
}

#productenlijst li {
	width: 452px;
	clear: left;
	float: left;
	margin-bottom: 10px;
	background: url(../img/deco_smallBullet.gif) no-repeat 0 8px;
	padding-left: 10px;
}

#productenlijst li li {
	width: 420px;
	clear: left;
	float: left;
	margin-bottom: 0px;
	background: transparent url(../img/deco_smallBullet.gif) no-repeat 0 8px;
	padding-left: 10px;
}

/* @group productFotos_detail */

#productFotos_detail {
	clear: left;
	float: left;
	display: inline;
	width: 462px;
	padding-top: 7px;
	padding-left: 4px;
	padding-right: 0;
	margin-bottom: 14px;
	background: #24292d url(../img/deco_bg_nieuws.gif) no-repeat;
}

#productFotos_detail li {
	float: left;
	display: inline;
	width: 227px;
	font-size: 90%;
	background-color: #2a3035;
	color: #db4d1a;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 4px;
	margin-bottom: 5px;
}


/* @end */

/* @group aanbieding */

#aanbieding {
	float: left;
	display: inline;
	height: 222px;
	width: 695px;
	text-indent: -9999px;
	background-image: url(../img/aanbieding.jpg);
}

#aanbieding a {
	float: left;
	display: inline;
	height: 222px;
	width: 695px;
	text-indent: -9999px;
	background-image: url(../img/aanbieding.jpg);
}

/* @end */

/* @group aanbieding_fr */

#aanbieding_fr {
	float: left;
	display: inline;
	height: 222px;
	width: 695px;
	text-indent: -9999px;
	background-image: url(../img/aanbieding_fr.jpg);
}

#aanbieding_fr a {
	float: left;
	display: inline;
	height: 222px;
	width: 695px;
	text-indent: -9999px;
	background-image: url(../img/aanbieding_fr.jpg);
}

/* @end */

/* @group sfeerbeeld */

#sfeerbeeld {
	float: left;
	display: inline;
}

/* @end */

/* @group productoverzicht */

#productoverzicht {
	clear: left;
	float: left;
	font-size:95%;
	line-height:150%;
	margin-top: 25px;
	margin-bottom:16px;
	padding-left:10px;
	padding-right:10px;
	width:462px;
}

#productoverzicht dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 40px;
}

#productoverzicht dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 292px;
	min-height: 120px;
	margin-bottom: 40px;
}

#productoverzicht p, #productoverzicht h3 {
	width: 292px;
	margin: 0;
	padding: 0;
}


#productoverzicht p {
	margin-bottom: 5px;
}

#productoverzicht h3 {
	margin-bottom: 5px;
	color: #09c;
	font-size: 120%;
}

#productoverzicht a {
	color: #db4d1a;
}

#productoverzicht a:hover {
	color: #fff;
}


/* @end */

/* @group nieuwsoverzicht */

#nieuwsoverzicht {
	clear: left;
	float: left;
	font-size:95%;
	line-height:150%;
	margin-top: 25px;
	margin-bottom:16px;
	padding-left:10px;
	padding-right:10px;
	width:462px;
}

#nieuwsoverzicht li {
	clear: left;
	float: left;
	margin-bottom: 20px;
}

#nieuwsoverzicht ul li {
	clear: left;
	float: left;
	margin-bottom: 5px;
}

#nieuwsoverzicht p, #nieuwsoverzicht h3 {
	width:462px;
	margin: 0;
	padding: 0;
}


#nieuwsoverzicht p {
	margin-bottom: 10px;
}

#nieuwsoverzicht h3 {
	margin-bottom: 0;
	color: #09c;
	font-size: 120%;
}

#nieuwsoverzicht a {
	color: #db4d1a;
}


#nieuwsoverzicht a:hover {
	color: #09c;
}

#ouderNieuwerNieuws {
	clear: left;
	float: left;
	font-size:95%;
	line-height:150%;
	margin-top: 0;
	margin-bottom:16px;
	padding-left:10px;
	padding-right:10px;
	width:462px;
}

#ouderNieuwerNieuws li {
	float: left;
	margin-right: 12px;
}

#ouderNieuwerNieuws a {
	float: left;
	color: #fff;
	padding: 5px;
	background-color: #24292d;
}

#ouderNieuwerNieuws a:hover {
	color: #09c;
}

/* @end */

/* @group productDetail */

#productIntroTekst {
	margin-top: 17px;
}

/* @end */

/* @group contact */

.vcard {
	clear: left;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width: 462px;
}

.vcard li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	min-width: 205px;
	margin-bottom: 5px;
}

.vcard .org {
	margin-right: 0;
	margin-bottom: 10px;
	width: 462px;
	color: #09c;
	font-weight: bold;
	font-size: 110%;
}

#hoofdArtikel .vcard .adr p {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 205px;
}

#hoofdArtikel .vcard p {
	margin: 0;
	padding: 0;
	
	width: 320px;
}

#hoofdArtikel .vcard p.tel {
	width: 205px;
}

#openingsuren {
	clear: left;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 462px;
}

#openingsuren p {
	margin-bottom: 5px;
}

/* @end */


/* @end */

/* @group inDeKijkerEnNieuws */

#inDeKijkerEnNieuws {
	float: left;
	display: inline;
	width: 206px;
	margin-left: 7px;
	margin-top: 7px;
}

/* @group inDeKijker */

#inDeKijker {
	clear: left;
	float: left;
	display: inline;
	width: 198px;
	padding-top: 7px;
	padding-left: 4px;
	padding-right: 4px;
	background: #002436 url(../img/deco_bg_inDeKijker.gif) no-repeat;
}

#inDeKijker h3 {
	float: left;
	display: inline;
	width: 192px;
	font-size: 90%;
	background-color: #002b40;
	color: #db4d1a;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}

#inDeKijker img {
	clear: left;
	float: left;
	display: inline;
	margin-bottom: 11px;
}

#inDeKijker p {
	clear: left;
	float: left;
	display: inline;
	width: 192px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 130%;
	font-size: 90%;
	margin-bottom: 11px;
}

#inDeKijker a.meerInfoLink {
	clear: left;
	float: left;
	display: inline;
	width: 195px;
	text-decoration: underline;
	color: #db4d1a;
	margin-bottom: 14px;
}

#inDeKijker a.meerInfoLink:hover {
	color: #ff5d1e;
}

/* @end */

/* @group nieuws */

#nieuws {
	clear: left;
	float: left;
	display: inline;
	width: 198px;
	padding-top: 7px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 14px;
	background: #24292d url(../img/deco_bg_nieuws.gif) no-repeat;
}

#nieuws li {
	float: left;
	display: inline;
	width: 192px;
	font-size: 90%;
	background-color: #2a3035;
	color: #db4d1a;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}

#nieuws li p {
	float: left;
	display: inline;
	font-weight: bold;
	width: 192px;
}

#nieuws li p.meerInfoLink {
	font-weight: normal;
	width: 192px;
	color: #fff;
	margin-top: 14px;
}

#nieuws li p.meerInfoLink a {
	display: inline;
	color: #db4d1a;
}

#nieuws li p.meerInfoLink a:hover {
	color: #09c;
}


/* @end */

/* @group productFotos */

#productFotos {
	clear: left;
	float: left;
	display: inline;
	width: 198px;
	padding-top: 7px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 14px;
	background: #24292d url(../img/deco_bg_nieuws.gif) no-repeat;
}

#productFotos li {
	float: left;
	display: inline;
	width: 198px;
	font-size: 90%;
	background-color: #2a3035;
	color: #db4d1a;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 5px;
}


/* @end */


/* @end */

/* @group contactformulier */

#contactformulier {
	clear: left;
	float: left;
	display: inline;
	margin-left: 10px;
	width: 462px;
}

#contactformulier label {
	clear: left;
	float: left;
	width:  120px;
	margin-bottom: 10px;
}

#contactformulier fieldset {
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	width: 462px; 
	border: 0;
	margin-bottom: 10px;
}

#contactformulier legend {
	margin-left: -7px;
	padding: 0;
	width: 462px;
	clear: left;
	float: left;
	margin-bottom:  10px;
	color: #fff;
}

#contactformulier input {
	float: left;
	margin-right: 100px;
	margin-bottom: 10px;
}

#contactformulier select {
	float: left;
}

#contactformulier textarea {
	clear: left;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#contactformulier #titel label, #contactformulier #titel input {
	clear: none;
	float: left;
}

#contactformulier #titel input {
	margin-right: 10px;
}

#contactformulier #titel label {
	width: auto;
	margin-right: 25px;
}

#contactformulier #formProducten label {
	clear: none;
	float: left;
	margin-right: 200px;
	padding-bottom:10px;
}

#contactformulier #formProducten input {
	clear: left;
	float: left;
	margin-right: 10px;
}

#contactformulier #zwembad label, #contactformulier #zwembad input {
	clear: none;
	float: left;
}

#contactformulier #zwembad input {
	margin-right: 10px;
}

#contactformulier #zwembad label {
	width: auto;
	margin-right: 20px;
}


#submitbutton {
	clear: left;
	float: left;
	margin-left: -9px;
}

#bevestigContact {
	clear: left;
	float: left;
	display: inline;
	background-color: #284941;
	padding-top: 0;
	padding-bottom: 15px;
}

#hoofdArtikel #bevestigContact p {
	clear: left;
	float:left;
	display: inline;
	margin: 0;
	margin-top: 15px;
	width: 442px;
}	

#foutContact {
	clear: left;
	float: left;
	display: inline;
	background-color: #98003d;
	padding-top: 0;
	padding-bottom: 15px;
}

#hoofdArtikel #foutContact p {
	clear: left;
	float:left;
	display: inline;
	margin: 0;
	margin-top: 15px;
	width: 442px;
}

#hoofdArtikel #foutContact a {
	color: #fff;
	text-decoration: underline;
}

#nietCompleetContact {
	clear: left;
	float: left;
	display: inline;
	background-color: #98003d;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#hoofdArtikel #nietCompleetContact li {
	clear: left;
	float:left;
	display: inline;
	margin: 0;
	margin-top: 15px;
	width: 442px;
	margin-left: 10px;
	margin-right: 10px;
}

/* @end */