/*
Opmaak van de content van de site.
(C)2007 Tom van Nunen / RTN-Soft  <tom@rtnsoft.nl>
*/

/* Begin Algemene Layout Instellingen*/
/* Niet veranderen deze instellingen gelden voor heel de site!!!*/
body,
	html {
		font-size: 9pt;
		background: #F8F8F8;
		color: #000;
		font-family: verdana, arial, sans-serif;
		margin:0;
		padding:0;
		}
		
	#wrap {
		position: relative;
		margin:0 auto;
		width:800px;
		
		color: #000;
		background:#FFF;
		border:1px solid #41378D; 
	}
	
	#header {
		background:#FFF;
		color: #000;
		width:800px;
		height:116px;
		text-align:left;
	}
	   
    #menu {
    position: relative;
    float: left;
    width: 200px;
    height: 650px;
    }
    
  
    	#welkom{
		position: relative;
		float: left;
		background:#FFF;
		width: 800px;
		height: 620px;
		padding: 0px;
		margin-top: 50px;
		line-height:1.4;
		font-size: 8.5pt;
		
	}
	
	#welkom P{
	padding-left: 10px;
	}
    
	#inhoud {
		position: relative;
		float: right;
		background:#FFF;
		width: 590px;
		height: 650px;
		padding: 0px;
		margin-top: 30px;
		line-height:1.4;
		font-size: 8.5pt;
		
	}
	
	#inhoudlang {
		position: relative;
		float: right;
		background:#FFF;
		width: 590px;
		padding: 0px;
		margin-top: 30px;
		line-height:1.4;
		font-size: 8.5pt;
		
	}

	#inhoud table {
	margin: 0;
	padding: 0;
	}
	
	.menuitem {
	font-size: 8pt;
	color: #37298B;
	font-weight: bold;
	}
	
	.paginatitel {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	}
	
	#inhoud h2, #inhoud h3, #inhoud table, #inhoud p {
	}
    
	#inhoud a {
	color: #37298B;
	text-decoration: none;
	font-weight: bold;
	}
	
		#inhoudlang a {
	color: #37298B;
	text-decoration: none;
	font-weight: bold;
	}
	
	#footer {
		position: relative;
		background:#FFF;
		height:49px;
		clear:both;
	}
	
	#footer a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 7pt;
	}
	
	#footer table {
		font-size:8pt;
		color: #000;
		text-decoration: none;
    }
