
html, body, div, form
{
	margin: 0px;
	padding: 0px;
}

div
{
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body
{

	text-align: center;
	overflow: hidden;
}
 

div.wrapper
{
	text-align: left;	
	position: absolute;	
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -503px;
	border: 1px solid #FFF;
}

div.logo
{
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1006px;
	height: 74px;
}



div.content_main 
{
	background-image: url('http://www.devlas-caspers.nl/templates/portal/images/grey.jpg');
    background-position: top right;
    background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 74px;
	left: 35px;
	width: 947px;
	height: 455px;

}

div.footer
{
	background-image: url('http://www.devlas-caspers.nl/templates/portal/images/footer.jpg');
	color: #000000;
	display: block;
	position: absolute;
	padding: 2px 737px 0px 0px;
	bottom: -42px;
	height: 42px;
	left: -35;
	width: 1006px;
}



/*vak rechts*/
div.content_right
{
	position: absolute;
	top: 0px;
	left: 740px;
	height: 455px;
	width: 156px;
	overflow: hidden;
}

/* Content styling */
div.content
{
	padding: 0px 0px 0px px;
	margin: 35px 0px 0px 78px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 395px;
	width: 690px;
	overflow: auto;
	line-height: 17px;
}

div.content p 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2442;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 2px;
	z-index:2;
}

div.content p , img
{

	z-index:-1;
}
