/* Layout */ 
body 
{
	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	text-align:center;
	padding:0;
}

#outer 
{
	text-align:left;
	border: none;
	width:700px;
	margin:auto;
}

#hdr 
{
	position:relative;
	height:60px;
	background: url(images/bg-header.png) 0px 0px no-repeat;
}

#bodyblock 
{
	display:table-cell;
	position:relative;
	color: #333333;
	padding:0px;
	width:700px;
	background: url(images/bg-body.gif) right repeat-y;
	min-height:530px; 
}

#cont 
{
	display:table-cell;
	position:relative;
	float: right;
	color: #333333;
	font-size: 12px;
	border: none;	
	text-align:left;
	width: 450px;
	background: url(images/bg-cont.gif) 0px 40px no-repeat;
	padding-right: 20px;
	min-height: 500px;
}

#l-col 
{
	display:table-cell;
	position:relative;
	float:left;
/*	background: #FF0000; */
	width: 220px;
	min-height:500px;
}

#ftr 
{
	position:relative;
	height:30px;
	color: #000033;
	padding-left: 200px;
	background: url(images/bg-footer.gif) 0px 0px no-repeat;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

/* Presentation */ 
a,a:hover,a:visited  
{
	text-decoration: none;
	color:#162A86;
}

img
{
	border:none;
}

.muis
{
	position:absolute;
	left:30px;
	top: 250px;
}

#l-col img
{
	position:absolute;
	left:10px;
	top: 150px;
}

#cont h1
{
	background: url(images/h1lijn.gif);
	background-repeat: no-repeat;
	width: 400px;
	padding-left:15px; 
	padding-bottom: 20px;
	color:#162A86;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	font-size: 15px;
}

#ftr span
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
}

