/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html {}
	body {
		font-family : Arial, Sans-Serif;
		font-size : 81.25%;
		color : #000000;
		background-color : #FFFFFF;
		margin : 0em 0em 0em 0em;
		padding : 2em 2em 2em 2em;
		/*
		scrollbar-arrow-color : #FFFFFF;
		scrollbar-face-color : #3399FF;
		scrollbar-track-color: #FFFFFF;
		scrollbar-base-color : #99CCFF;
		scrollbar-highlight-color : #3399FF;
		scrollbar-shadow-color : #3399FF;
		scrollbar-darkshadow-color : #99CCFF;
		*/
	}
		body.larger {
			font-size : 95%;
		}
		body.largest {
			font-size : 110%;
		}
		/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
		h1 {
			font-size : 160%;
			/* font-family : Demos, Times New Roman, Serif; */
			font-weight : normal;
			margin : 0.75em 0em 0.25em 0em;
		}
		h2 {
			font-size : 160%;
			/* font-family : Demos, Times New Roman, Serif; */
			font-weight : normal;
			margin : 0em 0em 0.25em 0em;
		}
		h3 {
			font-size : 100%;
			margin : 0em 0em 0em 0em;
		}
		h4 {
			font-size : 100%;
			margin : 0em 0em 0em 0em;
		}
		p {
			margin : 0em 0em 1em 0em;
		}
		pre, code {}
		/* hypertext (a) */
		a {}
			a:link {
				text-decoration : underline;
				color : #005462;
			}
			a:hover{
				text-decoration : underline;
				color : #000000;
			}
			a:visited, 
			a:active {
				text-decoration : underline;
				color : #005499;
			}
		/* list (dl, dt, dd, ol, ul, li) */
		ul {
			margin : -1em 0em 1em 1em;
			padding : 0px;
		}
			ul ul,
			ul ol {
				margin-bottom : 0em;
			}
		ul li ul li{
list-item:disc;
margin-bottom : 0em;

}
		ol {          margin : -1em 0em 1em 1.5em;
			padding : 0px;

}
			ol ol,
			ol ul {
				margin-bottom : 0em;
			}
				ol li {}
		dl {}
			dt {
				font-weight : bold;
			}
			dd {}
		/* object (object, param) */
		object {}
		/* presentation (b, big, hr, i, small, sub, sup, tt) */
		hr {
			border : none;
			width : 100%;
			height : 1px;
			color : #4d8891;
			background-color : #4d8891;
			clear : both;	
		}
		/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
		form {
			margin : 0em;
		}
			fieldset {
				border : none;
				padding : 0em;
			}
				legend {
					font-size : 100%;
					font-weight : bold;
				}
				button,
				input, 
				textarea, 
				select {
					font-family : Arial, Verdana, Sans-Serif;
					font-size : 100%;
					vertical-align : middle;
				}
					input.radio, 
					.radio input {
						width : auto;
						border : none;
					}
					input.image {
						width : auto;
						border : none;
					}
					input.button,
					button {
						width : auto;
					}
				textarea {}
				select {}
				label {
					vertical-align : middle;
					font-size : 100%;
					font-weight : normal;
					padding-right : 1em;
				}
		/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
		table {
			font-size : 100%;
			border-collapse : collapse;
			margin : 0em 0em 1em 0em;
			border : solid 1px #005462;
		}
			caption {
				padding : 0.3em 0.6em 0.4em 0.6em;
				font-size :	100%;
				font-weight : bold;
				text-align : left;
			}
			tr {
				vertical-align : top;
			}
				th {
					padding : 0.3em 0.6em 0.4em 0.6em;
					text-align : left;
					font-weight : bold;
				}
				td {
					padding : 0.3em 0.6em 0.4em 0.6em;
				}
			thead {}
				thead th {
					background-color : #005462;
					color : #ffffff;
					padding : 0.3em 0.6em 0.4em 0.6em;
				}
			tfoot {}
				tfoot th {}
				tfoot td {}
			tbody {}
				tbody th {}
				tbody td {
					border-right : solid 1px #005462;
				}

		/* img */
		img {
			border : none;
                                                margin : 0.5em 0.5em 0.5em 0.5em;
		}
/* Generic */
	.bold {
		font-weight: bold;
	}	
	.smaller {
		font-size : smaller;
	}
	.hidden {
		display : none;
	}
	.left {
		float : left;
	}
		img.left {
			margin : 0em 0.5em 0.5em 0em;
		}
	.right {
		float : right;
	}
		img.right {
			margin : 0em 0em 0.5em 0.5em;
		}
	.clear {
		clear : both;
	}
		div.clear {
			height : 1px;
			overflow : hidden;
		}
/*
---------------------------------------------------------------------------------
TOOLTIPS
---------------------------------------------------------------------------------
*/
.tooltipBody {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	width: 400px;
	color: #4e4e4e;
	padding-top: 4px;
	border: #006986 1px solid;
	background-color: #ffffff;
}
.tooltipHead {
	
}

/*
---------------------------------------------------------------------------------
POSTCODE ZOEKER
---------------------------------------------------------------------------------
*/
.extraTel{
        padding-left:20px;
        margin-left:82px;
        margin-top:-12px;
        margin-bottom:-12px;
        padding-top:0;
}
