/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset css */

/* eigen css */
html {
	padding:							0;
	margin: 							0;
}

body {
	font-family:					arial;
	font-size:						12px;
	color:								#737373;
	text-align:						center;
	padding:							0;
	margin: 							0;
	line-height:					24px;
	background-color:			#D0CABB;
}

img {
	border:								0;
}

p {
	margin:								10px 0;	
}

th {
	font-weight:					bold;	
}

b, strong {
	font-weight:					bold;
}

i, em {
	font-style:						italic;
}

h1 {
	font-size:						18px;
	color:								#333333;
	margin-bottom:				10px;
}

h2 {
	font-size:						16px;
	color:								#888888;
	margin-bottom:				5px;
}

ul, ol {
	list-style-type: 			disc;
	list-style-image: 		none;
	list-style-position: 	inside;
}

.prognose tr {
	border-bottom: 				1px solid black;
	
}

.contentBoxContent h2 {
	margin:								10px 0 30px 0;
}

img.photo {
	margin:								10px 10px;
}

/* LINKS */
a {
	color:								#737373;
	text-decoration:			none;
	border-bottom:				1px dotted #737373;
}

a.none {
	color:								#737373;
	text-decoration:			none;
	border-bottom:				0px;
}

a:hover, a.non:hover {
	color:								#333333;	
}

a.logo {
	display:							block;
	float:								left;
	width:								200px;
	height:								54px;
	background:						url("../../img/logo.png") 0 0 no-repeat;
	margin: 							0 0 0 45px;
	cursor:								pointer;
	border-bottom:				0px;
}

a.highlight {
	color: #FFFFFF;
	background-color: #a1dd41;
	padding: 0 5px;
	border-radius: 5px;
	border: 0px;
}

/*
a.logo:hover {
	background:						url("../../img/logoH.png") 0 0 no-repeat;
}
*/

a.buttonHome, a.buttonAsso {
	display:							block;
	width:								110px;
	height:								20px;
	line-height:					20px;
	color:								#FFFFFF;
	font-size:						11px;
	text-decoration:			none;
	text-align:						center;
	background: 					url("../../img/homeButton.png") 0 0 no-repeat;
	border-bottom:				0px;
}

a.buttonAsso {
	float:								left;
}

a.buttonHome:hover,a.buttonAsso:hover {
	background: 					url("../../img/homeButton.png") 0 -20px no-repeat;
}

#footer a {
	color: 								#8d897f;
	text-decoration:			none;
}

a.photo {
	border-bottom:				0px;
}


/* CLASSES */
.mainMenu,.mainMenu ul,.mainMenu li{margin:0;padding:0;list-style:none;}
.mainMenu{float:left;list-style:none;margin:0 0 0 20px;padding:0;height:47px;}
.mainMenu li{display:block;float:left;height:47px;margin:2px 0 0 0;padding:0;line-height:47px;}
.mainMenu ul{display:none;width:auto;position:absolute;height:auto;}
.mainMenu li:hover ul{display:block;}
.mainMenu ul li{display:block;float:none;}
.mainMenu li a{display:inline-block;font-size:12px;color:#FFFFFF;text-decoration:none;padding:0 14px;background: url("../../img/menuLijn.png")	0% 50% no-repeat;border-bottom:0px;}
li.last{background: url("../../img/menuLijn.png") 100% 50% no-repeat;}
.mainMenu li a:hover{background:url("../../img/bgMenuHover.png") 0 0 repeat-x;}
.actie a {color: #FF0000 !important;}
.actie a:hover {color: #FFFFFF !important;}

.homeBox {
	float:								left;
	width:								220px;
	height:								120px;
	text-align:						left;
	margin-top:						78px;
	padding:							0 0 0 20px;
	overflow:							hidden;
	line-height:					20px;
	color:								#cecece;
}

.homeBoxContent {
	width:								220px;
	height:								95px;
}

.homeBoxButton {
	width:								220px;
	height:								25px;
}

.homeBox1 {
	background:url("../../img/homeBox1.png") 100% 100% no-repeat;
}

.homeBox2 {
	background:url("../../img/homeBox2.png") 100% 100% no-repeat;
}
.homeBox3 {
	background:url("../../img/homeBox3.png") 100% 100% no-repeat;
}
.homeBox4 {
	background:url("../../img/homeBox4.png") 100% 100% no-repeat;
}

.contentBox {
	float:								left;
	width:								260px;
	height:								130px;
	margin-bottom:				20px;
	padding:							0 10px;
	text-align:						left;
	overflow:							hidden;
	background: 					url("../../img/bgContentBox.png") 0 0 no-repeat;
}

.contentBoxTitle {
	width:								260px;
	height:								33px;
	line-height:					33px;
	font-size:						14px;
	font-style:						italic;
	color:								#FFFFFF;
	overflow:							hidden;
}

.contentBoxContent {
	float:								left;
	width:								260px;
	height:								97px;
	overflow:							hidden;
}

.melding {
	border:								1px solid red;
	padding:							5px;
	margin:								10px 20px 10px 0;	
}

.assortiment {
	float:								left;
	width:								280px;
	height:								250px;
	margin:								20px 0 0 0;
	padding:							10px 10px;
	overflow:							hidden;
	line-height:					22px;
	color: 								#888888;
	background:						url("../../img/bgAssortiment.png") 0 0 no-repeat;
}

.assortimentFirst {
	margin:								20px 20px 0 0;
}

div.buttonAssortiment {
	width: 								100%;
	overflow: 						auto;
	position: 						relative;
	top: 									70px;
}

div.assortiment .title {
	width:								100%;
	height:								25px;
	overflow:							hidden;
}

div.assortiment .content {
	float:								left;
	width:								200px;
	height:								205px;
	overflow:							hidden;
}

div.assortiment .content img {
	float: 								left;
	margin-right:					10px;
}

div.assortiment .content p {
	min-height: 30px;
	overflow:auto;
	
}

div.assortiment .photo {
	float:								right;
	width:								80px;
	height:								205px;
	text-align:						right;	
	overflow:							hidden;
}

div.assortiment .button {
	clear:								both;
	width:								100%;
	height:								20px;
	overflow:							hidden;
}

td.header {
	color:								#5b5b5b;
}


/* DIVS */
#header {
	width:								100%;
	min-width:						1010px;
	height:								54px;
	background: 					url("../../img/bgHeader.png") 0 0 repeat-x;
}

#containerMenu {
	width:								1010px;
	height:								54px;
	margin:								0 auto;
	background: 					url("../../img/bgMenu.png") 0 0 no-repeat;
}

#HomeContainer {
	width:								980px;
	margin:								25px auto 0 auto;
	overflow:							auto;
}

#HomeContainerHeader {
	width:								980px;
	height:								30px;
	background: 					url("../../img/bgHomeContainerHeader.png") 0 0 no-repeat;
	overflow:							hidden;
}

#HomeContainerMiddle {
	width:								980px;
	min-height:						300px;
	overflow:							auto;
	background: 					url("../../img/bgHomeContainer.png") 0 0 repeat-y;
}

#HomeContainerFooter {
	width:								980px;
	height:								210px;
	background: 					url("../../img/bgHomeContainerFooter.png") 0 100% no-repeat;
	overflow:							auto;
}

#contentContainer {
	width:								980px;
	margin:								25px auto 0 auto;
	overflow:							auto;
}

#contentContainerHeader {
	width:								980px;
	height:								30px;
	background: 					url("../../img/bgContentContainerHeader.png") 0 0 no-repeat;
	overflow:							hidden;
}

#contentContainerMiddle {
	width:								920px;
	min-height:						300px;
	overflow:							auto;
	padding:							0 30px;
	text-align:						left;
	background: 					url("../../img/bgContentContainer.png") 0 0 repeat-y;
}

#contentHeader {
	width:								920px;
	height:								220px;
	margin-bottom:				20px;
	overflow:							hidden;
}

#contentLeft {
	float:								left;
	width:								625px;
	min-height:						300px;
	padding-right:				15px;
	overflow:							auto;
}

#contentRight {
	float:								right;
	width:								280px;
	overflow:							auto;
}

#contentContainerFooter {
	width:								980px;
	height:								30px;
	background: 					url("../../img/bgContentContainerFooter.png") 0 100% no-repeat;
	overflow:							hidden;
}

#footer {
	width: 								960px;
	height: 							20px;
	line-height: 					20px;
	margin: 							0 auto 0 auto;
	color: 								#8d897f;
	overflow: 						hidden;
}


input, textarea {
	width:								382px;
	height:								18px;
	border-top:						1px solid #abadb3;
	border-right:					1px solid #e3e9ef;
	border-bottom:				1px solid #e3e9ef;
	border-left:					2px solid #e3e9ef;
	margin-bottom: 				10px;
}

input.verplicht, textarea.verplicht {
	border-left:					2px solid #85e125;
}

textarea {
	height:								75px;
}

input[type=submit] {
	width:								384px;
	border:								1px solid #abadb3;
	background:						#FFFFFF;
	cursor:								pointer;
}