/* VanDoClean (c) Rens van Dongen, 2009 <vandoclean@mosymuis.nl> */

/* base of page created by Keith Donegan of Code-Sucks.com <Keithdonegan@gmail.com> */
* {
	padding: 0; 
	margin: 0; 
	border: 0;
	text-align: left;
	vertical-align: center;
}
html, body {
	height: 100%;	
}
body {
	background-color: #686868;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	cursor: default;
	color: #024C7B;
}
#wrapper { 
	margin: 0 auto;
	width: 950px;
	background: #DBF4F9 url('../images/backMain.png') no-repeat scroll 0 33px;
}
#navigation {
	float: left;
	width: 950px;
	height: 33px;
	color: #fff;
	margin: 0;
	background: url('../images/backNav.png') repeat-x scroll top left;
}
#header {
	color: #333;
	width: 950px;
	float: left;
	height: 180px;
	margin: 0;
}
#header  div.inner { 
	margin: 10px;
}
#leftcolumn { 
	margin: 0;
	width: 610px;
	float: left;
}
#leftcolumn  div.inner { 
	margin: 0 10px 0 20px;
}
#rightcolumn { 
	float: right;
	margin: 0;
	width: 340px;
	display: inline;
}
#footer { 
	width: 950px;
	clear: both;
	margin: 10px 0 0 0;
}
#footer div.inner { 
	margin: 0 25px;
	padding: 15px 0;
}
a:link, a:hover, a:visited, a:active {
	color: #024C7B;
}
ul, ol, p {
	margin: 12pt 0;
}
li {
	margin-left: 14px;
}
address {
	font-style: normal;
}
.nowrap {
	white-space: nowrap;
}

/* head */
div#navSwitch {
	float: left;
	padding: 5px 0 0 15px;
	font-size: 14pt;
}
div#navSwitch h3 {
	display: inline;
	font-size: 14pt;
	font-weight: normal;
}
div#navSwitch img {
	vertical-align: 10%;
}
div#navSwitch a.active:link, div#navSwitch a.active:hover, div#navSwitch a.active:visited, div#navSwitch a.active:active {
	color: #fff;
	text-decoration: none;
}
div#navSwitch a.inactive:link, div#navSwitch a.inactive:hover, div#navSwitch a.inactive:visited, div#navSwitch a.inactive:active {
	color: #138F3B;
	text-decoration: none;
}
div#navSwitch a.inactive:hover {
	text-decoration: underline;
}
div#navMenu {
	float: right;
}
#header #logo {
	float: left;
	margin: 30px;
}
#header #title {
	float: right;
	margin: 60px 20px;
	font-size: 15pt;
	color: #fff;
	font-weight: bold;
}
#header h1 {
	display: inline;

	font-style: italic;
	font-size: 110%;
	margin: 0 5px;
}

/* menu */
ul#navList, ul#navList ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	position: relative; /* bitch in IE6 */
}
ul#navList a {
	display: block;
	font-size: 10pt;
	border: 1px solid #028DB4;
	border-width: 0 1px;
	color: #fff;
	text-decoration: none;
	height: 33px;
}
ul#navList a span {
	display: block;
	padding: 5px 15px;
}
ul#navList a:hover {
	background: #0FA2CD url('../images/backMenu.png') repeat-x scroll top left;
}
ul#navList li {
	float:left;
	position:relative;
	width:120px;
	margin: 0;
}
ul#navList ul {
	position: absolute;
	display: none;
	width: 220px;
	top: 33px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #D5F1F5;
}
ul#navList li ul a {
	width: 210px;
	height: 20px;
	float: left;
	padding: 4px 4px 8px;
	background: #1093C1 none;
}
ul#navList li ul a:hover {
	background: #40B0D5 none;
}
ul#navList ul ul {
	left: -230px;
	margin: 0 0 0 10px;
	top: auto;
	z-index: 99;
	border-width: 1px;
}
ul#navList ul ul a {
	background: #119ACD none;
	font-style: italic;
}
ul#navList li:hover ul ul, ul#navList li:hover ul ul ul, ul#navList li:hover ul ul ul ul {
	display: none;
}
ul#navList li:hover ul, ul#navList li li:hover ul, ul#navList li li li:hover ul, ul#navList li li li li:hover ul {
	display: block;
}

/* body */
h2.head {
	font-size: 14pt;
}
h2.head {
	font-size: 13pt;
}
h2.head, h3.head {
	height: 30px;
}
div.blockMainLight, div.blockMainDark, div.blockSideLight, div.blockSideDark {
	background-color: #D5F1F5;
	margin-bottom: 10px;
	padding: 7px 10px;
	float: left;
}
div.blockSideLight, div.blockSideDark {
	width: 300px;
}
div.blockMainLight, div.blockMainDark {
	width: 550px;
}
div.blockMainDark, div.blockSideDark {
	background: #D5F1F5 url('../images/backSideDark.png') repeat-x scroll top left;
}
div.blockMainDark h2.head, div.blockSideDark h3.head {
	color: #fff;
}
div.blockMainImage {
	margin-bottom: 10px;
}
div.blockMainImage img {
	width: 570px;
}
div.hr {
	background-color: #AAE6F1;
	height: 3px;
	font-size: 0%;
	margin: 0 0 10px;
}
div.blockMainDark div.hr, div.blockSideDark div.hr {
	background: none;
	margin: 0;
}

/* footer */
#footer {
	text-align: right;
	color: #0D8FBF;
	font-size: 9pt;
	padding-bottom: 1px;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #0D8FBF;
	text-decoration: none;
}

/* exeptions */
div#indexNieuws a:link, div#indexNieuws a:visited, div#indexNieuws a:active {
	text-decoration: none;
}
div.inlineFoto {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
	padding: 5px;
	background-color: #fff;
	border: 3px solid #AAE6F1;
}
#leftcolumn ul, #leftcolumn ol {
	margin-left: 15px;
}
a#divisieClean, a#divisieTech, a#divisieRoet, a#divisieAbsorbit {
	display: block;
	width: 200px;
	height: 39px;
	margin: 10px auto 0;
	background-repeat: no-repeat;
	color: #024C7B;
}
a#divisieClean span, a#divisieTech span, a#divisieRoet span, a#divisieAbsorbit span {
	display: none;
}
a#divisieClean {
	background-image: url("../images/logoSmallClean.png");
}
a#divisieTech {
	background-image: url("../images/logoSmallTech.png");
}
a#divisieRoet {
	background-image: url("../images/logoSmallRoet.png");
}
a#divisieAbsorbit {
	height: 50px;
	background-image: url("../images/logoSmallAbsorbit.png");
}
a#divisieClean:hover, a#divisieTech:hover, a#divisieRoet:hover  { 
	background-position: 0 -39px;
}
a#divisieAbsorbit:hover { 
	background-position: 0 -50px;
}

/* bestellen */
form.bestellijst div.ingeklapt div.inklappen, form.bestellijst div.ingeklapt table.bestelform, form.bestellijst div.uitgeklapt div.uitklappen {
	display: none;
}

form.bestellijst h4 {
	margin: 5px;
}

form.bestellijst h4 img {
	margin: 4px;
	vertical-align: text-bottom;
}

form.bestellijst h4 span.titel, form.bestellijst h4 div.toggle {
	float: left;
	cursor: pointer;
}

form.bestellijst h4 div.informatie {
	float: right;
}

form.bestellijst h4 span {
	margin-left: 5px;
	font-size: 11pt;
}

form.bestellijst div.beschrijving {
	margin: 5px 5px 5px 10px;
	font-style: italic;
	clear: both;
}

form.bestellijst div.productgroep {
	margin: 2px 0 8px;
	padding: 3px;
}

table.bestelform {
	margin: 5px 8px 10px;
	border: 1px inset #024C7B;
	border-collapse: collapse;
}

table.bestelform th, table.bestelform td {
	padding: 2px 4px;
}

table.bestelform tr.even {
	background-color: #EBF9FB;
}

table.bestelform tr.odd {
	background-color: #E0F5F8;
}

table.bestelform th {
	background-color: #024C7B;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
}

table.bestelform img.min, table.bestelform img.plus {
	margin: 1px 5px;
	cursor: pointer;
}

div.buttonRight input {
	float: right;
}

