/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:960px;
 margin:auto;
 }

#hdr {
background-image:  url(../afbeeldingen/index_01.gif);
 height:139px;
 color: #333333;
 
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {

	width:960px;
	padding:0;
	left: 140px;
	top: 241px;
 }

#l-col {
 float:left;
 width:211px;
 	position:absolute;
	background-image:url(index_02.gif)
 }


#cont {
	position:absolute;
	top:37px;
	float: right;
	width:749px;
	text-align:left;
	left: 636px;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
