/* SCREEN CSS by Wes Oudshoorn */

.list-location-container{
	margin:20px 0;
}

.list-location-box{
	float:left;
	height:100px;
	width:165px;
	margin:1px 0;
}

.list-location-box strong{
	font-size:15px;
	margin:0 0 2px 0;
}

.list-location-box ul{
	margin:0;
	padding:0;
	list-style:none;
}

.list-location-box ul li{
	list-style-type: none;
}

body {
	font: 80%/20px Arial, Helvetica, Georgia, Geneva, sans-serif;
	background: #99B3D4 url(/media/img/body.jpg) no-repeat center top;
}
#wrap {
	width: 948px;
	margin: 0 auto;
}
/* HEAD */

#head {
	padding: 30px 20px;
	height: 40px;
}
#head .logo {
	float: left;
}
#head ul {
	float: right;
}
#head li {
	float: left;
	list-style-type: none;
}
#head li a {
	padding: 5px 10px;
	margin-top: 5px;
	display: block;
	color: #fff;
	border-left: 1px solid #d3dde8;
}
#head li a:hover, #head li.current a {
	color: #3A4783;
}
#nav ul {
	display: none;
}
/* ALL ITEMS */

a {
	text-decoration: none;
	color: #074695;
	border-bottom: 0px;
	padding-bottom: 4px;
}
a:hover {
	color: #074695;
}
.meer a, #text .submit input {
	background: #C4D5E7;
	padding: 5px;
	border: 1px solid #A8BCCF;
	color: #3A4783;
	font-weight: bold;
	width: auto;
}
.meer a:hover, #text .submit input:hover {
	color: #141F4F;
	background: #A8BCCF;
	border: 1px solid #8FA7BF;
	cursor: pointer;
}
p.meer {
margin-bottom: 2em;
}
#head a, #nav a {
	padding-bottom: 0;
	border: 0;
}
table, p, ul, ol, dl {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	padding-bottom: .5em;
}
h1 {
	font-size: 1.6em;
	color: #004896;
	border-left: 0;
	border-right: 0;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
h2 {
	font-size: 1.4em;
	color: #21284a;
}
h3 {
	font-size: 1.2em;
	color: #004896;
	border-bottom: 1px dotted #ccc;
}
h4 {
	font-size: 1.1em;
	color: #555;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.4em;
}
ul, ol {
	padding-left: 30px;
}
ul li {
	list-style-type: square;

}
ol li {
	list-style-type: decimal;
}
dt {
	font-weight: bold;
	margin-bottom: .3em;
}
dd {
	margin-left: 1em;
	margin-bottom: .3em;
}
table {
	width: 100%;
}
td, th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #C3D0DF;
	vertical-align: top;
}
thead th {
	border-top: 1px dotted #C3D0DF;
	background: #EDF2F8;
	color: #0D3A6F;
}
tfoot td {
	border-bottom: 0;
	border-top: 1px dotted #C3D0DF;
	font-weight: bold;
}
#content {
	background: url(/media/img/bg-top7000.png) top;
	padding: 4px 4px 0px 4px;
}
/* NAV */

#nav {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/media/img/nav.png) repeat-x;
	height: 70px;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	height: 70px;
	list-style: none;
}
#nav li.current, #nav li.current a, #nav li a:hover, #nav li:hover a, #nav li.sfHover a {
	background: url(/media/img/nav_hover.png) repeat-x;
	color: #004897;
}

#nav li.current a {
	border-right: 1px solid #c3c6d1;
	border-left: 1px solid #C0C5D7;
}
#nav li a {
	padding: 20px 17px;
	height: 20px;
	display: block;
	border-right: 1px solid #e1e0e1;
	border-left: 1px solid #fff;
	border-bottom: 0px;
	float: left;
	color: #555;
	font-size: 1.4em;
	font-weight: bold;
}
#nav li.first a {
	border-left: 0;
}
#nav li ul {
	position: absolute;
	z-index: 200;
	margin-top: 60px;
	width: 240px;
}
#nav li li {
	float: none;
	height: auto;
}
#nav li li a, #nav li li, #nav li li a:hover, #nav li.current li a {
	margin: 0;
	height: auto;
	border: 0;
	background: none;
	padding: 0;
	font-weight: lighter;
}

#nav li li a {
display: block;
width: 100%;
}
#nav li li a, #nav li li a:hover, #nav li.current li a {
	background: #c5d5e7;
	float: none;
	padding: 3px 20px;
	font-size: 1em;
	display: block;
}
#wrap #nav li li a {
	background: #c5d5e7 url(/media/img/side_bullet_hover.gif) no-repeat 10px center;
	border-bottom: 1px solid #A7C2DF;
}
#wrap #nav li li a:hover {
	background: #A7C2DF url(/media/img/side_bullet_hover.gif) no-repeat 10px center;
}
/*** shadows for all but IE6 ***/
#nav ul {
	background: url('/media/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
_background: none;

}
#nav ul.sf-shadow-off {
	background: transparent;
}
/* SIDE */

#side {
	float: left;
	width: 200px;
	padding: 20px;
}
#side img {
	margin-bottom: 15px;
}
#side ul {
	padding: 0;
}
#side li {
	list-style: none;
}
#list li a {
	padding: 0 0 0 10px;
	display: block;
	background: url(/media/img/side_bullet.gif) no-repeat left center;
	color: #000;
}
#list li a:hover,
#list li.current a {
	color: #3A4783;
	background: url(/media/img/side_bullet_hover.gif) no-repeat left center;
}

#list li.current a {
font-weight: bold;
}

#subnav {
	margin: 0 -20px;
	border-top: 1px solid #d6d6d6;
}
#subnav li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #d6d6d6;
	display: block;
	padding: 10px 20px;
	background: url(/media/img/subnav.png) repeat-x bottom;
}
#subnav>li.current>a, #subnav li a:hover {
	background: #a4aed3;
	border-bottom: 1px solid #7986b4;
	margin-top: -1px;
	border-top: 1px solid #7986b4;
	color: #3A4783;
}
#subnav li li a, #subnav li li a:hover {
	border: 0;
	font-weight: normal;
	padding: 0 0 0 20px;
	font-size: 1em;
	background: url(/media/img/side_bullet.gif) no-repeat 7px center;
}
#subnav li li a:hover,
#subnav li li.current a {
	margin-top: 0;
	background: url(/media/img/side_bullet_hover.gif) no-repeat 7px center;
}
#subnav li li.current a,
#subnav li li.current a:hover {
	font-weight: bold;
}

#subnav ul {
	padding:1em 1em 1em 1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
#text {
	padding: 20px 20px 20px 260px;
}
#text a img {
	border-bottom: 0px;
}
/* VISUAL */

#visual {
	background: url(/media/img/visual_bg.gif);
	margin-left: 240px;
	padding: 20px 280px 20px 20px;
	color: #fff;
	position: relative;
}
#visual img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#visual h1 {
	font-size: 2em;
	width: 360px; 
	color: #fff;
	font-weight: normal;
	margin-bottom: .5em;
}
#visual p {
	width: 360px; 
	font-size: 1.3em;
	line-height: 30px;
}
/*FP BUTTONS*/

#fp_buttons, #fp_contact {
	float: right;
	text-align: right;
}
#fp_buttons img {
	display: block;
	float: right;
	clear: right;
	margin-bottom: 20px;
}
#fp_buttons div .nieuwsbrief img {
float: left;
margin-left: 40px;
*margin-left: 22px;
}
#fp_buttons div img.zkn {
	clear:left;
	float:left;
	margin-left:40px;
}
#fp_buttons div img.iso {
	float:left;
	margin-left:45px;
}
/* #fp_contact */

#fp_contact {
	background: #D1D7EF;
	text-align: left;
	margin-top: 3em;
width: 200px;
	border: 1px solid #7E8BC0;
}
#fp_contact h2 {
	background: #C3C9DF;
border-bottom: 1px solid #7E8BC0;
}
#fp_contact h2, #fp_contact address {
	padding: 10px;
}
/* FP NEWS*/

#fp_news {
	margin-right: 240px;
}
#fp_news img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 1em .5em 0;
width: 150px;
}
#fp_news div {margin-bottom: 20px;}
/* NIEUWS */

#nieuws {
	padding: 0 0 0 0;
}
#nieuws li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
#nieuws img, #nieuws_detail img {
	float: right;
	border: 1px solid #ccc;
	padding: 4px;
background: #fff;
	margin: -3em 0 .5em 1em;
width: 130px;
}
/* ONDERZOEKEN */


#onderzoeken, #specialisten, #praktisch, #centra {
	padding: 0;
	margin: 0;
}
#onderzoeken li, #specialisten li, #praktisch li, #centra>li {
	list-style: none;
	padding: 10px;
	width: 300px;
	float: left;
	height: 10.5em;
	margin: 0 -1px -1px 0;
}

#centra li img {
float: left;
margin: .5em 1em 1em 0;
width: 110px;
}

#centra ul {
margin-left: 120px;
}

#onderzoeken h2, #praktisch h2 {
	border-bottom: 1px solid #7E8BC0;
}
#onderzoek_text {
	float: left;
	width: 460px;
}
#onderzoek_centra {
	margin-left: 480px;
	border: 1px solid #7E8BC0;
	border-bottom: 0;
	background: #D1D7EF;
}
#onderzoek_centra h3 {
	background: #C3C9DF;
	padding: 10px;
	border-bottom: 1px solid #7E8BC0;
}
#onderzoek_centra address {
	padding: 10px;
	border-bottom: 1px solid #7E8BC0;
}
/* SPECIALISTEN */

#specialisten img, #specialist img {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
}
#specialist img {
	margin-top: -3.5em;
	margin-right: 15px;
}
#specialisten h2, #specialisten p {
	margin-left: 110px;
	margin-bottom: 0px;
}
#specialist p {
	margin-bottom: 2em;
}
#specialist h1 {
	margin-left: 110px;
}
/* COLLUMN */

.collumn div {
	width: 47%;
	padding-right: 3%;
	float: left;
}
/* CONTACT */

#dc_contact address {
	margin-bottom: 2em;
	border: 1px solid #7E8BC0;
	background: #D1D7EF;
	padding: 1em;
}
/* VERWIJZERS */

#verwijzers #intro {
	width: 300px;
	float: left;
}
#verwijzers #agenda {
	margin-left: 320px;
}
#agenda h2 {
	padding: 0 5px;
	margin-bottom: 0;
}
#verwijzers #agenda table {
	margin-bottom: 0;
}
#agenda {
margin-top: -20px;
}
#agenda table th {
border: 0;
}
#agenda td {
	border: 0;
border-bottom: 1px dotted #ccc;
}
/* FOOT */


#foot {
	border-top: 10px solid #7e8bc0;
	background: #3a4783;
	color: #fff;
	padding: 20px;
	clear: both;
	text-align: center;
	height: 40px;
	margin-bottom: 40px;
	position:relative;
}
#foot a {
	color: #fff;
}
#foot a:hover {
	border-bottom: 1px solid #fff;
}
#foot img {
	float: left;
}
#foot p, #foot address {
	margin-left: 60px;
	padding: 10px 0;
}
address {
	font-style: normal;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* FORM */

#text form fieldset {
	border-top: 1px dotted #99B3D4;
	padding-top: 0;
}
#text form div {
	border: 1px dotted #99B3D4;
	border-top: 0;
	padding:10px 0;
	position:relative;
	background: #EFF6FF;
	_height: 1px;
}
#text form div.sub_drop {
	padding: 0 0 10px 0;
	border-top: 0;
	border-bottom: 0;
}
#text form .sub_drop select, #text form .sub_drop input {
	margin-left: 150px;
}
#text fieldset {
	margin-bottom:1.5em;
}
#text legend {
	color:#C5150B;
	margin-bottom:.7em;
}
#text label {
	float:left;
	line-height:2em;
	margin-left:10px;
	vertical-align:middle;
	width:120px;
}
/* FORM ELEMENTS */
#text input, #text select, #text textarea {
	background:#fff url(/media/img/form.jpg) repeat-x;
	border:1px solid #99B3D4;
	font-size:.9em;
	margin-left:20px;
	padding:7px;
	width:186px;
}
#text input:focus, #text select:focus, #text textarea:focus {
	border: 1px solid #839EBF;
	background: #99B3D4 url(/media/img/body.jpg) -400px -00px;
}
#text form .checkbox input {
	border: 0;
	padding: 0;
	background: none;
	width: auto;
}
#text option, #text optgroup {
	background:none;
}
#text select {
	width:202px;
}
/* CHECKBOX */
#text .checkbox span, #text .radio span {
	display:block;
	margin-bottom:.2em;
	margin-left:150px;
}
#text .checkbox input, #text .radio input {
	margin:0 .5em 0 0;
	width:auto;
}
/* TEXTAREA */
#text .textarea label {
	display:block;
	float:none;
}
#text form .submit {
	background:none;
	border:none;
}
#text form .submit input {
	margin-left: 00px;
	font-size: 1.3em;
}
#text textarea {
	margin:0 0 0 10px;
	width:328px;
}
#text .error {
	float:right;
	font-size:.9em;
	padding:5px;
	width:290px;
	color: red;
}
.dc_contacts {

	padding-top: 1em;
}

#text address {
margin-bottom: 1em;
}

.dc_contacts address {
	padding-bottom: 1em;
	margin-bottom: 1em;
float: left;
width: 50%;
}
.dc_contacts img {
	float: right;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after ,
.dc_contacts:after,
#fp_news div:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix,
#fp_news div {
	display: inline-block;
}
* html .clearfix,
* html .dc_contacts {
	height: 1%;
}
.clearfix,
.dc_contacts {
	display: block;
}
#address h2,
.adline {
	border-bottom: 1px dotted #ccc;
}

.adline {
padding-bottom: 1em;
}
#aanvraagforms li{
	list-style:none;
	margin-bottom:2px;
}
#aanvraagforms img{
	margin-right:2px;	
}
#aanvraagforms h2{
	margin-top:4px;	
}
li .telefoonli{
line-height:20px;
margin:0;
padding:0;
float: right;
}

.telefoonul li{
width: 400px;

}

.telefoonul{
	float:left;
line-height:20px;
	width:600px;
}
#nieuws_detail img{
margin-top: 0px;
} 

.obligatie_pdf{
	margin-bottom:24px;
}
.obligatie_pdf li{
	margin-left:0px;
	padding-left:0px;
	list-style: none; 
}
.obligatie_pdf li img{
	margin-right:6px;
}

ul#sociallist{
	position:absolute;
	right:20px;
	top:35px;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

ul#sociallist li{
	list-style:none;
	float:left;
	margin:0 20px 0 0;
	display:block;
}

div.enquetelist ul li{
	list-style: none;
	line-height: 1.8em;
}

div.enquetelist h2{
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
	color: #004896;
}

