

	/*****************************************************************************************
	** Basis 																				**
	*****************************************************************************************/
	img{
        border:0px;
    }
    
	body {
		margin-top: 0;
		background-color:#800000;
		color:#333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	a { color: #000000;	}
	a:visited { color:#330033; }
	 
	h2 {
		font-size: 24px;
	} 
	
	h5 {
		font-size: 13px;
	}
	 
	.shadowL {
		width: 20px;   
		background: #800000 url('../images/shadow01.gif');
	} 
	
	.shadowR {
		width: 20px;   
		background: #800000 url('../images/shadow01r.gif');
	} 
	
	.kop {
		width:750px; 
		height:95px; 
		border:0;  
		background:#800000;
	}
	
	.menu {
		background: #AE9659;
	}
	
	.menugeneriek, .menugeneriek a {
		width:750px; 
		height:27px;
		font-family: Verdana, Helvetica,Verdana, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		margin-left:5px;
	}
	
	.lijn {
		width:750px;  
		height:0;
		background:#555555;
	}
	
	.gordijn {
		width:115px;
		background: #660000 url('../images/gordijn2.jpg');
	}
	
	.koponder {
		width:635px;  
		height:80px;  
		background:#FFFFF0; 
		border:0;
	}
	
	.kolom2 {
		width:165px; 
		text-align:right; 
		background:#FFFFF0;
		color:#800000;
		font-size: 10px;
	}
	
	.footer1 {
		background: #FFFFF0;
		color:#555555;
		font-size: 10px;
	}
	
	.footer2 {
		background:#A48F59;
		color:#E9E4E8; 
		font-size:10px;
	}
	
	.schaduw_linksonder {width:20px; height:18px; background:#800000 url('../images/shadow02.gif');} 
	.schaduw_onder {width:750px; height:18px; background:#800000 url('../images/shadow03.gif');}
	.schaduw_rechtsonder {width:20px; height:18px; background:#800000 url('../images/shadow02r.gif');}
	
	span.c3 {color: #800000; font-family: Verdana, Arial, Helvetica, sans-serif; }
    span.c2 {color: #800000; font-family: Verdana, Arial, Helvetica, sans-serif; }
    hr.c1 {text-align: center}
    img.c3 {width:150px;height:150px;border:0;}
    img.c2 {width:4px;height:9px;}
    
	
	/*****************************************************************************************
	** Blokken 																				**
	*****************************************************************************************/	

	div.block {
		margin:8px 15px 12px 15px;
	}

	div.block h1 {
		font-size:13px;
		font-weight:bold;
		margin:2px 0px;
	}
	
	div.block p {
		font-size:11px;
		margin:0px 0px 2px 0px;
	}	


	/*****************************************************************************************
	** Menu 																				**
	*****************************************************************************************/
	
	ul#menu_main  {
		width:890px;
		height:30px;				
		background-color:#002AA7;
		float:left;		
		margin:0px 5px 0px 5px;
		padding:0px;
		list-style-type: none;
		display: inline;
		line-height:30px;
	}

		ul#menu_main li {
			float:left;
			text-align: center;
			margin-left: 15px;
			color: #FFFFFF;
			font-size:17px;
			font-weight:bold;			
		}
	
		ul#menu_main li a {
			color: #FFFFFF;
			font-size:15px;
			text-decoration: none;
			font-weight:bold;
		}
	
		ul#menu_main li a:hover {
			color: #FFFFFF;
			text-decoration: underline;
	
		}
		
		ul#menu_main li#current{
			color: #FFFFFF;
			text-decoration: none;
			/* background:url(../images/layout/main_selected.jpg) no-repeat 50% 0; */		
		}		

		ul#menu_main li#current a{
			color: #FFFFFF;
			text-decoration: none;			
		}

		ul#menu_main li#currentDefault{
			color: #FFFFFF;
			text-decoration: none;
			/* background:url(../images/layout/main_selectedDefault.jpg) no-repeat 50% 0; */		
		}
		
		ul#menu_main li#currentDefault a{
			color: #FFFFFF;
			text-decoration: none;
		}

		
	ul#menu_sub  {
		width:890px;
		height:20px;				
		background-color:#8abaf4;
		float:left;		
		margin:0px 5px 0px 5px;
		padding:0px;
		list-style-type: none;
		display: inline;
		line-height:20px;		
	}

		ul#menu_sub li {
			float:left;
			text-align: center;
			margin-left: 15px;
			color: #002aa7;
			font-size:13px;
			font-weight:bold;			
		}
	
		ul#menu_sub li a {
			color: #002aa7;
			font-size:13px;
			text-decoration: none;
			font-weight:bold;
		}
	
		ul#menu_sub li a:hover {
			color: #002aa7;
			text-decoration: underline;
	
		}
		
		ul#menu_sub li#current{
			color: #002aa7;
			text-decoration: none;
			/* background:url(../images/layout/sub_selected.jpg) no-repeat 50% 0;  */		
		}		

		ul#menu_sub li#current a{
			color: #002aa7;
			text-decoration: none;			
		}

		ul#menu_sub li#currentDefault{
			color: #002aa7;
			text-decoration: none;
			/* background:url(../images/layout/sub_selected.jpg) no-repeat 50% 0; */		
		}
		
		ul#menu_sub li#currentDefault a{
			color: #002aa7;
			text-decoration: none;
		}
        
        /*****************************************************************************************
        ** Menu                                                                                 **
        *****************************************************************************************/
        
        div#afbeeldingenWrapper{
            width:630px;
        }
        
        div#afbeelding{
           float:left;
           height:133px;
           width:200px;
           margin:5px;
           text-align:center;
           overflow:hidden;
        }