* {
	padding:0px;
	margin:0px;
	border:0px;
	font-size:13px;
}

body {
	text-align:center;
	width:100%;
	background-color:#F0F7E7;
}

	
.pos {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height:100%;
	text-align: left;
	overflow:hidden;
}

.header {
	height:218px;
	background:url(../images/headerbg.gif) repeat-x;
}

.foto {
	width:303px;
	height:218px;
	float:left;
}

.logo {
	height:114px;
	float:left;
}

.header_title {
	height:43px;
	float:left;
}

/* ff8e1a  f0f7e7 */

#navbar {
	background-color:#ff8e1a;
	font-family:verdana;
	width:220px;
	float:left;
	height:100%;
	
}

/* NAVIGATIE */

.nav ul {
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	width:184px;
	}

.nav li {
	z-index:9;
	list-style:none;
	padding-top: 6px;
}

.nav a {
	font-weight:bold;
	font-size:11px;	
	cursor:pointer;
	text-decoration:none;
}

.nav a:hover, .nav a:active, .nav a:link, .nav a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.nav a:hover, .nav a.active {
	color:#005CB0;
}

.nav {
	margin-right:0px;
	background:url(../images/hkz.gif) no-repeat right bottom;
}

/* EINDE NAVIGATIE */

.contact {
	background-color:#dce4f5;
	height:100%;
}

.hulpdienst_header {
	height:31px;
}

.contact_content ul {
	padding-top:10px;
	padding-left:20px;
	width:184px;
	}

.contact_content li {
	z-index:9;
	list-style:none;
	padding-top: 6px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	line-height:16px;
}

.contact_content a {
	font-weight:bold;
	font-size:11px;	
	cursor:pointer;
}

.contact_content a:hover, .contact_content a:active, .contact_content a:link, .contact_content a:visited{
	text-decoration:none;
	color:#ffffff;
}

.contact_content a:hover, .contact_content a.active {
	color:#005CB0;
}

/*HIER KOMT DE CONTENT MAIN*/

.content_main {
	background-color:#FFFFFF;
	float: left;
	padding:20px 40px 40px 40px;
	width:460px;
	min-height:478px;
	font-family:Arial;
	overflow-x:hidden;
}

h1{
	font-size:120%;
	font-family:Verdana;
	font-weight:bold;
	padding-bottom:5px;
/*	display:block; */
	color:#005CB0;
}
	
.content_main, .content_main a{
	text-align:left;
	font-size:100%;
	line-height:1.5em;
	color:#000000;               
}

.content_main img{
	margin-left:0px; margin-right:20px; margin-bottom:4px;
	padding-top:5px;
	float:left;
	border:#F0F7E7 solid 8px;
}

.content_main p, .adres p{
	line-height:1.5em;
	padding-bottom:18px;
	
}

.content_main ul{
	padding-left:16px;
	margin-bottom:18px;
}

.content_main ul li ul{
	padding-left:30px;
	margin-bottom:0px;
	list-style-type:square;
}

.content_main a{
	text-decoration:none;
	color:#005CB0;
	font-weight:bold;
}

.content_main table{
	margin-bottom:20px;
}

.content_main table td{
	background-color:#DCe4F5;
	padding:4px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}


/* EIND CONTENT */


/*CSS FORMULIER IPV TABEL*/

.cssform p{
width: 300px;
clear: left;
padding: 5px 0px 8px 0px;
padding-left: 145px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
background-color:#DCe4F5;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -145px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:300;
background-color:#FFFFFF;
pixelwidth: 300px;
}

.cssform textarea{
width: 250px;
height: 150px;
background-color:#FFFFFF;
}

/*.threepxfix class:
Heeft te maken met IE6. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
