#cont_wrap {
	padding: 20px;
}
/* niet voor IE */
html>body #cont_wrap {
}
#cont_wrap p{
	text-align:justify;
}

#cont_left {
	float:left;
	width:450px;
}
#cont_left h1{
	text-align:right;	
}
#cont_right h1{
	text-align:left;	
}
/* niet voor IE */
html>body #cont_left {
}

#cont_right {
	float:right;
	width:240px;
	border-left:1px solid #DCB;
	background-color:#785B39;
	padding:10px 20px;
}
/* niet voor IE */
html>body #cont_right {
}

.clearboth {
	clear:both;
}

#cont_wrap div.rightalign p{
	text-align:right;
}


#logo_wrap_prikbord {
	position:absolute;
	width: 244px;
	height: 252px;
	margin: 0 0 0 -15px;
	z-index:1001;
	background: left top no-repeat url(../img/prikbord/bakkerijheylen_logo_prikbor.gif);
}

