@charset "UTF-8";
/* CSS Document */


/*

donker groen: 
	rgb(0,121,66)

licht groen: 
	rgb(178,215,198)

10% groen: 
	rgb(229,241,236)

rood: 
	rgb(234,23,45)

10% rood:
	rgb(253,231,234)

*/



/* Default settings
--------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

ul {
	list-style-type: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 50px;
	}


/* body
--------------------------------------------------------------- */

body {
	background: url(../images/bodyBG.gif) repeat-x fixed rgb(178,215,198); /* lichtgroen */
	}



/* wrapper
--------------------------------------------------------------- */

div#wrapper {
	margin: 0 auto;
	width: 780px;
	background-color: white;
	border: 2px solid white;
	border-top: none;
	border-bottom: none;
	}



/* header
--------------------------------------------------------------- */

div#header {
	height: 100px;
	background: url(../images/header.gif) white;
	overflow: hidden;
	text-indent: -1000px;
	}



/* navigation
--------------------------------------------------------------- */

div#navigation {
	margin: 0 auto;
	height: 28px;
	background: url(../images/navigationBG.gif);
	border-bottom: 2px solid white;
	line-height: 28px;
	}

div#navigation ul {
	margin-left: 40px;
	border-left: 1px solid white;
	overflow: hidden;
	height: 28px; /* required by IE */
	}

div#navigation li {
	float: left;
	}

div#navigation li a:link,
div#navigation li a:visited {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	border-right: 1px solid white;
	background: url(../images/navigationBttnBG.gif) repeat-x -5px -5px; /* preloades the image */
	-webkit-transition: all 0.5s ease-in-out;
	}
div#navigation li a:hover {
	background: rgb(234,23,45); /* rood */
	color: white;
	}
div#navigation li a:active {
	background: url(../images/navigationBttnBG.gif) repeat-x top white;
	color: rgb(234,23,45); /* rood */
	}

body#homepage div#navigation li#navHome a:link,
body#homepage div#navigation li#navHome a:visited,

body#wat div#navigation li#navWat a:link,
body#wat div#navigation li#navWat a:visited,

body#voordelen div#navigation li#navVoordelen a:link,
body#voordelen div#navigation li#navVoordelen a:visited,

body#praktijk div#navigation li#navPraktijk a:link,
body#praktijk div#navigation li#navPraktijk a:visited,

body#nieuws div#navigation li#navNieuws a:link,
body#nieuws div#navigation li#navNieuws a:visited,

body#contact div#navigation li#navContact a:link,
body#contact div#navigation li#navContact a:visited {
	background: url(../images/navigationBttnBG.gif) repeat-x top white;
	color: rgb(234,23,45); /* rood */
	}


/* contentContainer
--------------------------------------------------------------- */

div#contentContainer {
	width: 780px;
	background: url(../images/contentContainerBG.gif) no-repeat white 0px 20px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
	}




/* mainContent
--------------------------------------------------------------- */

div#mainContent {
	padding-top: 40px;
	width: 460px;
	float: left;
	padding-left: 40px;
	}

div#mainContent h1 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 6px;
	margin-bottom: 24px;
	font-weight: normal;	
	color: rgb(0,121,66); /* groen */
	border-bottom: 2px solid rgb(234,23,45); /* rood */
	}
div#mainContent h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px;
	font-weight: normal;	
	color: rgb(234,23,45); /* rood */
	}
body#nieuws div#mainContent h2 {
	margin-bottom: 17px;
	}

div#mainContent p {
	margin-bottom: 17px;
	}

div#mainContent a:link,
div#mainContent a:visited {
	color: rgb(0,121,66); /* groen */
	}
div#mainContent a:hover {
	color: rgb(234,23,45); /* rood */
	}
div#mainContent a:active {
	text-decoration: none;
	}




/* sideContent
--------------------------------------------------------------- */

div#sideContent {
	width: 200px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	}

div#sideContent div {
	margin-bottom: 20px;

/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; */
	}
	

div#sideContent div#pptDownload {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: url(../images/downloadPPT.jpg);
	}
div#sideContent div#pptDownload a {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-indent: -1000px;
	}


div#sideContent div#folderDownload {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: url(../images/downloadFolder.jpg);
	}
div#sideContent div#folderDownload a {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-indent: -1000px;
	}

div#sideContent div#sideImage {
	display: none;
	border: 1px solid #bbbbbb;
	width: 198px;
	height: 198px;
	background: url(../images/img1.jpg);
	}

div#sideContent div#gooiconsult {
	border: 1px solid #9BB1BD;
	width: 180px;
	padding: 0 9px;
	background: white;
	overflow: hidden;
	}
div#sideContent div#gooiconsult a {
	display: block;
	width: 182px;
	height: 90px;
	background: url(../images/gooiconsult_logo.gif);
	overflow: hidden;
	text-indent: -1000px;
	}




/* replyForm
--------------------------------------------------------------- */

div#replyForm { /* total width 430px */
	padding: 20px 0px;
	width: 370px;
	float: left;
	
	}

div#replyForm form h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
	font-weight: bold;
	color: rgb(234,23,45);
	border: none;
	}
div#replyForm form fieldset {
	border: none;
	margin-bottom: 30px;
	}
div#replyForm form .required {
	color: red;
	}

div#replyForm form p {
	overflow: hidden;
	margin-bottom: 0px;
	}

div#replyForm form p label {
	display: block;
	width: 120px;
	float: left;
	}
div#replyForm form p input {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	}
div#replyForm form p textarea {
	width: 240px;
	height: 40px;
	}

div#replyForm form p input:focus,
div#replyForm form p textarea:focus {
	background: lightyellow;
	}

div#replyForm form input#submitBttn {
	margin-top: 15px;
	border: 1px solid white;
	padding: 4px;
	color: white;
	background: rgb(0,121,66); /* donker groen */
    -webkit-transition: all 0.5s ease-in-out;
	}
div#replyForm form input#submitBttn:hover {
	cursor: pointer;
	background: rgb(234,23,45); /* rood */
	}
div#replyForm form input#submitBttn:active {
	color: rgb(234,23,45); /* rood */
	background: white;
	border: 1px solid rgb(234,23,45); /* rood */
	}


/* footer
--------------------------------------------------------------- */

div#footer {
	height: 80px;
	position: relative;
	}

div#productFrom {
	width: 400px;
	padding: 2px 0 2px 40px;
	background: url(../images/AquaGreenSmall.jpg);
	color: white;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	top: 14px;
	}
div#productFrom a:link,
div#productFrom a:visited {
	color: white;
	text-decoration: none;
	}
div#productFrom a:hover {
	text-decoration: underline;
	}
div#productFrom a:active {
	text-decoration: none;
	}

div#footer div#copyright {
	width: 780px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	color: gray;
	}

div#footer div#copyright a:link,
div#footer div#copyright a:visited {
	color: gray;
	text-decoration: none;
	}
div#footer div#copyright a:hover {
	text-decoration: underline;
	}

div#footer div#navigatorLogo a {
	width: 245px;
	height: 80px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/navigatorLogo.gif);
	overflow: hidden;
	text-indent: -1000px;
	}