
/* Layout Stylesheet */ 

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

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:90px;
 background:#ffffff;
 color: #333333;
 }	
 
#hdr img {
	vertical-align: bottom;
	horizontal-align: left;
} 

#hdr span.logo { 
   float:left; 
}

#hdr span.right { 
   float:right; 
}
 
#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 }

#cont {
 width:650px;
 height:500px;
 background:#9a9a9a;
 background-image: url('http://www.terthuyne.be/images/achtergrond.jpg');
 background-position: center;
 background-repeat: no-repeat;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 padding-top: 1px;
 padding-bottom: 1px;
 }
