/* Layout Stylesheet */ 

body {
 	margin:20px;
 	background:#455471;
 	color: #333333;
 	text-align:center;
 	padding:0;
 }

#outer {
	text-align:left;
	width:760px;
	margin:auto;
	border: 10px solid #FFFFFF;
	background-image: url(../layout/banner_bg_f.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
 }

#bar {
	height:0px;
	color: #333333;

 }

#bodyblock {
 	position:relative;
 	background: url(../layout/wrapper_bg.jpg) repeat-y;
 	width:760px;
 	padding:0;
 }

#l-col {
 	float:left;
	background-image: url(../layout/bg_bar.jpg);
	background-repeat: no-repeat;
 	color: #333333;
 	width:172px;
 	height:350px;
	text-align:left;

 }
#inhoud {
	padding: 150px 45px 0px 15px;
	min-height:350px;
	_height:350px;
	background-image: url(../layout/banner_bg_f.jpg);
	background-repeat: no-repeat;
}

#cont {
	width:588px;
	background:#ffffff url(../layout/bg_inhoud.jpg) no-repeat;
	color: #666666;
	text-align:justify;

 }
#copyright {
	font-size: 9px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	text-align: center;
}

#tekst {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	o\verflow: visible;
	he\ight: 1%;
}

#tekst ul li {
	list-style-type: disc;
}

 
/* Hack voor foute weergave in IE6 of lager: 3 pixel bug tussen nav en inhoud */ 
* html #l-col {   margin-right:-3px; } * html #cont {   margin-left:0px;   height:1%; }

#ftr {
display: none;
 }
#informatie {
display: none;
}
div, ul, li {zoom:100%;}



.rechterblokje {
	display: block;
	margin-left: 200px;
}

