body{
	background:#dee2e6;
	margin-top:15px;
	font-family:helvetica, verdana, tahoma, arial;
	font-size:12px;
	background:url(gfx/background.png) repeat-x #dee2e6;
}

div#container{
	width:800px;
	background:#FFF;
	margin: 0px auto;	
}

div#header{
	background:url(gfx/header.png);
	width:800px;
	height:134px;
}
	div#reclame{
		position:relative; 
		top:35px; 
		left:520px; 
		width:219px; 
		text-align:center;
	}

div#navigate{
	background:url(gfx/menu.png);
	width:800px;
	height:33px;
}
	table.menu{
		height:33px;
	}
	td.menu_item{
		height:33px;	
		padding-left:10px;
		padding-right:10px;
		padding-top:0px;
		background:url(gfx/menu_item.png) right repeat-y;
	}
	td.menu_item a{
		color:#000;
		text-decoration:none;
	}
	td.menu_item:hover{
		background:url(gfx/menu_hover.png) right;
		cursor:pointer;		
	}
	td.menu_item:hover a{
		color:#000;
		border-bottom:1px dotted #1A528A;
	}
	table.gegevens td{
		padding-top:10px;
	}

div#content{
	background:url(gfx/content.png) repeat-y;
	width:800px;
	margin-top:1px;
}
	div#padding{
		padding-left:15px;
		padding-top:5px;
	}

div#footer{
	margin-top:1px;
	background:url(gfx/footer.png) no-repeat;
	width:800px;
	height:31px;
}

h1{
	margin-top:0px;
	margin-left:0px;
}

a{
	color:#235F97;
}
a:hover{
	text-decoration:none;
}

td.contact_cel{
	width:200px;
}
input, textarea{
	border:1px groove #1F5992;
	background:url(gfx/information_box.png) repeat-x bottom #FFFFFF;	
	font-family:helvetica, verdana, tahoma, arial;
	font-size:12px;	
}

table.yrtable{
}
td.yrrow tbl_header{
	padding:5px;
}
td.yrrow_a, td.yrrow{
	padding-left:5px;
}