/*
Opmaak van de content van de site.
(C)2007 Tom van Nunen / RTN-Soft  <tom@rtnsoft.nl>
*/

/* Begin Kleuren BEVAMA */
.blauw 		{color: #005BAA;}
.geel 		{color: #FBBC11;}
.wit 		{color: #FFFFFF;}
.rood 		{color: #AF1F27;}
.paars		{color: #993399;}
.lichtgrijs {color: #cecece;}
.donkergrijs {color: #4f4f4f;}

/* Eind Kleuren BEVAMA */

/* Begin Algemene Layout Instellingen*/
/* Niet veranderen deze instellingen gelden voor heel de site!!!*/
body,
	html {
		font-size: 8pt;
		color: #000000;
		font-family: verdana, arial, sans-serif;
		margin:0;
		padding:0px;
		color:#000;
		}
		
	
#wrap {
		position: relative;
		margin:0 auto;
		width:760px;
		height:100%;
		color: #000;
		background:#E4E4E4;
		border:1px solid #4f4f4f; 
	}
	
#header {
		background-image: url(images/header.jpg); 
		color: #000;
		width:760px;
		height:148px;
		padding:0px;
		margin:0;
		text-align:left;
		font-weight: bold;
		
	}
		
#header a {
		text-decoration: none;
		color: #E4E4E4;
		}

#inhoud {
		float:left;
		width: 740px;
		height: 100%;
		padding: 10px;
	}

#footer {
		text-align: center;
		clear:both;
	}

#footer p{
		font-size:8pt;
		color: #000;
		padding:5px;
		margin:0;
    }
    
/* Einde Algemene Layout Instellingen*/
