@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,#wrapper{margin:0;padding:0;}

body	{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
p, a	{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
p.intro	{
	font-size:12px;
	color:#00529b;
	padding:10px 10px 0 0;
	}
p.note	{
	color:#ff0000;
	padding:10px 0 10px 0;
	}
p.note a{
	color:#ff0000;
	}
p.footer	{
	font-size:9px;
	color:#999;
	margin:10px 0 10px 0;
	}
h1	{
	font-size:14px;
	color:#00529b;
	}
h2	{
	font-size:12px;
	color:#00529b;
	margin-bottom:5px;
	}
h1.title	{
	margin-top:0px;
	font-size:14px;
	color:#00529b;
	position:relative;
	width:180px;
	height:18px;	
	}
	
#wrapper	{
	position:relative;
	/* adapt this width if your local iframe is wider. Be sure to use the width of your iframe minus 20px to avoid horizontal scroll-bars */
	width:600px;
	/**/
	padding:0 15px 15px 15px;
	margin-right:10px;
	margin-top:10px;
	overflow:hidden;
	background-image: url(../images/header_immo600_fr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.logo	{
	
	float:right;
	margin-right:15px;
	}
#top	{
	width:100%;
	min-height:100px;
	padding:85px 0 5px 0;
	}
#content	{
	width:99%;
	}
#content #left	{
	width:48%;
	float:left;
	}
#content #right	{
	width:48%;
	float:right;
	}
.clearbox	{
	clear:both;
	}
.table_header_actie{
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ECF3FA;
	border:1px;
	border-style:solid;
	border-color:#5085bc;
	color: #5085BC;
}

.table_main_actie{
	background-color: #f2f2f2;
	border-top:1px;
	border-top-style:dashed;
	border-color:#5085bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	font-weight:normal;
	font-size: 0.90em;
}	
