/*////////////////////////////////////////////// 
// CSS
// Rein Ketelaars.nl 3.0
//
// Deel II
//
// Dit bestand bevat de opmaak van de hoofdstructuur.
// Hier en daar is wat php-code, daarom een apart
// bestand.
// Het eerste deel staat in rein_v3.css
//////////////////////////////////////////////*/
html						{ background: #fff; }
body						{ background: #fff; }

div#wrapper			{ border: 0px solid red; float: left; clear: right; width: 100%; background: url('opmaak/background.jpg') repeat-x #fdedbc;}
div#drie_kolom	{ border: 0px solid blue; float: left; width: 994px; position: relative; background: url('opmaak/div_bg_test_18.jpg') repeat-y; z-index: 8; }
div#li_kolom		{ border: 0px solid green; float: left; width: 250px; height: 550px;
									background: url('opmaak/r03_c01.jpg') no-repeat 0px 280px; }
div#mid_kolom		{ border: 0px solid blue; float: left; width: 719px; background: transparent url('opmaak/r02_c02.jpg') top left no-repeat; position: relative; z-index: 10; }
div#minheight-content	{ width: 1px; margin-left: -1px; float: left; border: 0px solid red; height: 540px; } 
div#content			{ border: 0px solid red; float: left; width: 616px; padding: 6px 15px 15px 88px; } 
div#ondersteregel	{ border: 0px solid blue; text-align: right; padding: 0px 0px 2px 0px; width: 719px; vertical-align: bottom; font-size: 0.6em; height: 1em; clear: both;}
 div#ondersteregel a		{ background: none; text-decoration: none; border: 0px; margin: 0px; color: #ddd; }
div#re_kolom		{ border: 0px solid purple; float: left; width: 25px; clear: right; background: url('opmaak/r05_c03.jpg') repeat-y; }
img#hoekjes			{ border: 0px solid black; position: absolute; left: 0px; bottom: 0px; z-index: 9; }
div#onderrand		{ border: 0px solid red; float: left; background: transparent url('opmaak/r06.jpg') top left no-repeat; width: 994px; height: 40px;; }
div#footerwrap	{ border: 0px solid blue; float: left; background: url('opmaak/r07.jpg'); width: 100%; }
div#footer			{ border: 0px solid red; float: left; width: 994px; position: relative; height: 31px;}
div#footer a		{ float: right; text-decoration: none; border: 0px; margin: 0px; background: none; }
div#footer img	{ display: block; margin: 0px 0px 0px 0px; }
 div#r07_voetnoot 	{ border: 0px solid #4aa; position: absolute; left: 0px; bottom: 0px; padding-left: 250px; font-size: 0.6em; color: #b2a271; }/* #aa4 */
 div#r07_voetnoot a { float: none; background: none; text-decoration: underline; border: 0px; margin: 0px; color: #b2a271; } /* #aa4 */

div.menu				{ position: relative; top:0px; }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/


