/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:0px;
	}
body, html{
	height:100%;
	width:100%;
	background-color:#daedfe;
	}
span{
	/*display:none;*/
}
h1{
	text-indent:0px;
	color: #904800;
	font-size: 18px;
	line-height:19px;
	margin:5px 0;
	_margin-top: 3px;
	clear: both;
}

h2{
	text-indent:0px;
	font-size: 18px;
	line-height:19px; /* net zo hoog als H1*/
	color: #617181;
	margin-bottom: 10px;
	margin-top: 5px;
}
h2.front {
	font-size: 16px;
	color: #000;
	}
h2.front span {
	display: block;
	color: #617181;
	font-size: 20px;
	}
h3{	
	text-indent:0px;
	font-size: 11px;
	color:#000000;
	margin-top:10px;
	}

a.printLink {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: silver;
	display: block;
	_height: 11px;
	margin:0;
	padding: 0;
	}
	
a.behandeling-sub {
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 11px;
	background-image:url(img/list-red-arrow.gif);
	background-position: 0 4px;
	background-repeat:no-repeat;
	padding-left: 6px;
	color: #000;
	}

a.behandeling-sub:hover {
	/* text-decoration: underline; */
	}
	
a.behandeling-image img {
	width: 115px;
	border-width: 1px;
	}
h4{
	text-indent:0px;
	font-size: 11px;
	color:#617181;
	font-weight:normal;
	}

h4 a {
	clear: both;
	margin-top: 1em;
	display: block;
	}
	
h5{
	text-indent:0px;
}

h5.faq-question {
	border-top: 1px solid #bfbfbf;
	padding: 10px 0 0 0;
	}

h6{
	text-indent:0px;

}

dt {
	min-height: 2.5em;
	}

dt p img,
dd p img {
	margin: 0 3px 3px 0;
	}
	
hr{
	height: 1px;
	width: 100%;
	clear: both;
	color: #ccc;
	margin: .5em 0;
	_margin: 0 0 5px 0;
	border-width: 1px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
	}
p{
	font-family: "Trebuchet MS", arial, helvetica, serif;
	font-size:11px;
	line-height:14px;
	text-indent:0px;
}
.padres {
	float: left;
	width: 150px;
	margin: 0;
	}
.padres2 {
	float: right;
	width: 120px;
	margin: 0;
	}
a{
	font-family: "Trebuchet MS", arial, helvetica, serif;
	text-indent:0px;
	color: #904800;
	text-decoration:none;
	}
a:hover{
	color:#000000;
	text-decoration: none;
	}
a img {
	border: 0px solid #904800;
	}
input{
	border:0px solid black;
	width:120px;
	height:18px;
	font-size:10px;
	line-height:18px;
	margin:2px;
	}

#site{
	width:776px;
	min-height: 100%;
	_height: 100%;
	_overflow: inherit;
	border:0px solid green;
	margin:auto;
	background-image:url(img/bg_rpt.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	}

	#top{
		width:742px;
		border:0px solid black;
		margin-left:17px;
		background-image:url(img/bg_top.jpg);
		background-repeat:no-repeat;
		background-position:left 5px;
		}
	
	#inleiding {/*balk met pand en klein kort verhaaltje op de home pagina.*/
		height:85px;
		margin-top: 236px;
		padding: 0 5px 5px 130px;
		background-image: url(img/praktijk.jpg);
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}
	#inleiding p {
		margin-top: 1em;
		font-family: Arial, Helvetica, sans-serif;
		}
	#balk{
		border:0px solid black;
		height:15px;
		width:742px;
		background-color:#eae95d;
		margin-top:70px;
		clear: both;
		border-bottom: 5px solid #fff;
	}	
		#zoek{	/*Div zoek blokje rechts boven */
			position: absolute;
			width:170px;
			margin-top:20px;
			margin-left: 560px;
			text-align: right;
			border:0px solid black;
			height:45px;
			clear: both;
		}
		#zoek input {
			width: 120px;
			}
		#zoeken{ /*KNOP zoeken*/
		background-color:transparent;
		border:0px;
		width: 50px;
		margin-top:-4px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:11px;
		line-height:11px;
		text-align:right;
			}
/******************************** SUCKERFISH MENU **********************************/
ul#nav {
	position: relative;
	top: 70px;
	width:732px;
	padding-left:10px;
	height: 18px;
	background-color: #ffffff;
	}

ul { /* all lists */
	list-style: none;
	line-height:17px;
	}

li { /* all list items */
	float: left;
	position: relative;
	background-color: white;
	line-height:17px;
	height:17px;
	display:block;
	border:0px solid black;
	}

li a {
	font-weight: bold;
	display: block;
	font-family: verdana, arial, helvetica, serif;
	font-size: 9px;
	color: #904800;
	text-transform: uppercase;
	text-decoration: none;
	/* margin-right:13px; */
	margin-right: 28px;
	line-height:18px;
	}

li ul { /* second-level lists */
	display: none;
	margin-top: 0;
	_margin-top: 4px;
	padding: 7px 0 7px 7px;
	width: 14em;
	background-color: #fff;
	border: 1px solid black;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 999;
	}

li ul li {
	width: 100%;
	clear: both;
	}

li ul li a {
	display: block;
	margin-top: 0;
	padding: 0 1px 0 3px;
	height: 15px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
	font-family: arial, helvetica, serif;
	}

li ul li a:hover {
	background-color: #EAE95D;
	}

li>ul { 
	top: auto;
	left: auto;
	}

li:hover ul, 
li.over ul { 
	display: block;
	}

/*end menu*/


/*** Lijst in de content ***/
ul.contentList {
	margin-top: 5px;
	}
	
ul.contentList li {
	position: static;
	float: none;
	clear: both;
	}

ul.contentList li a {
	text-transform: none;
	font-weight: normal;
	clear: both;
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-family: "Trebuchet MS", arial, helvetica, serif;
	}
/*** Einde lijst ***/
				
	#content{
		float:left;
		display:block;
		width:485px; /* Staat nu in de index.php */
		padding: 6px 3px 18px 5px;
		_padding-top: 0;
		margin-top:0;
		margin-left: 16px;
		_margin-left:8px;			/*Staat goed in IE, afblijven*/
		border-left:1px solid #fff;	/*Staat goed in IE, afblijven*/
		}
		#content p {
			line-height: 16px;
			}
		#hometxt {
			width: 360px;
			margin-top: 0;
			margin-bottom: 1em;
			_margin-bottom: 0;
			float: right;
			}
		#content img.afb {
			margin-right: 1em;
			}
		#content img.homeafb {
			float: left;
			width: 110px;
			}
	#homecontent{
		display:block;
		height:395px;
		border-top:1px solid #CCCCCC;
		padding-top:15px;
		margin-top: 1em;
		clear: both;
		}
			#homefaq{
			width:223px;
			border-right:1px solid #CCCCCC;
			padding-right:5px;
			height:440px;
			float:left;
			}
		
			#homewegwijzer{
				width:237px;
				float:left;
				margin-left:10px;
				}
			
			#homecontact{
				width:237px;
				float:left;
				margin-left:10px;
				border-top:1px solid #CCCCCC;
				padding-top:15px;
				padding-bottom:15px;
				margin-top:10px;
				}
#container {
	width: 225px;
	float: right;
	}		
	#collom{
		float: right;
		display:block;
		width:225px;
		margin-bottom:5px;
		margin-right: 16px;
		_margin-right:8px;
		border-right:1px solid #FFFFFF;
		margin-top:0;
		padding: 20px 10px 10px 10px;
		background-color:#e4eff9;
		}
	#poll{
		float:right;
		display:block;
		width:225px;
		margin-bottom:5px;
		margin-right: 16px;
		_margin-right:8px;
		border-right:1px solid #FFFFFF;
		padding: 10px 10px 10px 10px;
		background-color:#eae95d;
		}
		#poll h2 {
			color: #fff;
			}
	#footer{
		width:742px;
		margin-bottom:10px;
		margin-left:17px;
		border-left:0px solid #FFFFFF;
		background-image:url(img/bg_footer.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		text-align:right;
		clear: both;
		height: 10px;
		padding-top: 35px;
		}
		#footer p,
		#footer a {
			color:#858585;
			}
.faq {
	font-weight:bold;
	margin-top:20px;
	font-size:10px;
}

#contactform{	
	float:left;
	width:265px;
	border:0px solid red;
	font-size:10px;
	}
#contactform input{
	border:1px solid black;
	float:right;
	clear:right;
	width:180px;
	}
#contactform .verzenden{
	line-height:10px;
	width:182px;
	}	
#contactform textarea{	
	float:right;
	border:1px solid black;
	clear:right;
	width:180px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	}	
label{
	border:0px solid red;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	clear:left;
	}	
	
#faqform input{
	border:1px solid #bfbfbf;
	width:166px;
	float:left;
	color:#7f7f7f;
	margin-left:0;
	font-size: 10px;
	margin-right:0;
	padding-left:2px;
	}
#faqform textarea{	
	float:left;
	border:1px solid #bfbfbf;
	clear:right;
	font-size: 10px;
	padding: 2px;
	width:212px;
	height:120px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	color:#7f7f7f;	
	text-indent:2px;
	}		
#faqform .oke{
	border:1px solid #bfbfbf;
	font-weight:bold;
	float: left;
	height:20px;
	line-height:20px;
	width:44px;
	margin-top: 2px;
	margin-left: 4px;
	background-image:url(img/pijltje.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
#contactform input, 
#contactform textarea{
	border:1px solid #bfbfbf;
	color:#7f7f7f;
	text-indent:2px;
	font-size: 10px;
	}	

#collom h4{
	margin-top:2px;
	}
#collom a{
	color:#617181;
	padding-left:10px;
	background-image:url(img/pijltjeh4.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	font-size:11px;
	line-height:11px;
	display:block;
	margin-bottom: 5px;
	}
#collom a:hover{
	color:#000000;
	}

table.prijslijst td {
	border-top: 1px solid #bfbfbf;
	padding: 2px 0;
	}
	
/* enquete */	/* enquete */	/* enquete */	/* enquete */	/* enquete */	

#enquete {
	display: block;
	margin-right: 3px;
	font-size: 11px;	
	}
	
#enquete input {
	width: 50px;
	text-indent: 2px;
	font-size: 11px;	
	}

#enquete .chkbox {
	width: 15px;
	margin-bottom: -2px;
	}

#enquete input.int {
	width: 25px;
	border: 1px solid #bfbfbf;
	text-indent: 2px;	
	}

#enquete input.text {
	width: 200px;
	border: 1px solid #bfbfbf;
	text-indent: 2px;
	}

#enquete input.postcode {
	width: 50px;
	border: 1px solid #bfbfbf;
	text-indent: 2px;	
	}

#enquete label {
	/* */
	}
	
#enquete textarea {
	border: 1px solid #bfbfbf;
	width: 95%;
	height: 150px;
	text-indent: 2px;
	font-size: 11px;	
	}

#enquete tabel {
	border-collapse: collapse;
	border: 0px solid #bfbfbf;
	}

#enquete td, 
#enquete th {
	font-size: 11px;
	text-align: left;
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #bfbfbf;
	}

#enquete tr.group {
	background-color: #E5EFF9;
	color: #8297B2;
	}

#enquete tr.header th {
	text-align: center;
	}

#enquete td.rating1 { background-color: #ffffff; }
#enquete td.rating2 { background-color: #fbfbfb; }
#enquete td.rating3 { background-color: #f7f7f7; }
#enquete td.rating4 { background-color: #f3f3f3; }
#enquete td.rating5 { background-color: #efefef; }

#enquete p {
	clear: both;
	margin-top: 1em;
	padding-bottom: 1em;
	overflow: auto;
	_height: 1%;
	border-bottom: 1px solid #bfbfbf;
	}
	
#verzenden{
	line-height: 15px;
	height: 20px;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 15px;
}


img#print-header { height:1px; width:1px; display: none; }