*{
	padding: 0;
	margin: 0;
}

html{
	overflow-y: scroll;
	
}

body{
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	background:url(afbeeldingen/bg.png);
	background-repeat:repeat-x;
	background-color:#f2f2f2;	
}





			
			
			
a{
	color: #000;
	text-decoration:underline;
}

a:hover{
		color: #000;
	}

a.menu{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:45px;
}

a.linkterug{
	color:#090;
	text-decoration:underline;
}

a.linkterug:hover{
	color:#369;
}













	

ul{
	margin-bottom: 5px;
	list-style:none;
}

li{
	float:left;
	overflow:hidden;
	margin-top:0px;
}










div#menu {
	width: 800px;
	background:url(afbeeldingen/menu3achtergrond.png);
	}
		
		div#menu a {
			float:left;
			height: 25px;
			display: block;
		}
		
		.home{
			width: 128px;
			margin-right:7px;
		}
		
		.activiteiten{
			width: 128px;
			margin-right:6px;
			
		}
		
		.informatie{
			width: 128px;
			margin-right:6px;
		}
		
		.links{
			width: 129px;
			margin-right:6px;
		}
		
		.contact{
			width: 128px;
			margin-right:6px;
		}
		
		.mr{
			width: 128px;
		}
		
				
		
		a#home { background: url(afbeeldingen/menu3.png) 0px 0px no-repeat; }
		a#home:hover { background: url(afbeeldingen/menu3.png) 0px -25px no-repeat; }
		
		a#activiteiten { background: url(afbeeldingen/menu3.png) -135px 0px no-repeat; }
		a#activiteiten:hover { background: url(afbeeldingen/menu3.png) -135px -25px no-repeat; }
		
		a#informatie{ background: url(afbeeldingen/menu3.png) -269px 0px no-repeat; }
		a#informatie:hover	{ background: url(afbeeldingen/menu3.png) -269px -25px no-repeat; }
		
		a#links { background: url(afbeeldingen/menu3.png) -403px 0px no-repeat; }
		a#links:hover { background: url(afbeeldingen/menu3.png) -403px -25px no-repeat; }
		
		a#contact { background: url(afbeeldingen/menu3.png) -538px 0px no-repeat; }
		a#contact:hover { background: url(afbeeldingen/menu3.png) -538px -25px no-repeat; }
		
		a#mr { background: url(afbeeldingen/menu3.png) -672px 0px no-repeat; }
		a#mr:hover { background: url(afbeeldingen/menu3.png) -672px -25px no-repeat; }









p.hoofdtitel { font-size:16px; font-weight:600}

p.titel{ font-size:14px; font-weight:600}

p.titel2{
	font-size:18px;
	margin-bottom:10px; }

p.datum{
	font-size:10px;
	color:#090;
}

p.inhoud{
	font-size:12px;
	margin-top:8px;
}

p.kop{
	font-size:12px;
	font-weight:bold;
	margin-top:8px;
}

p.inhoudkop{
	font-size:12px;
}

p.inhoudzonderenter{
	font-size:12px;
}

p.linkterug{
	font-size:12px;
	color:#090;
	margin-top:20px;
}




















img{
	border:0px;
	margin:0px;
}

.border{
	border:solid 1px #000;
	margin:10px;
}

.table{
	border:solid 1px #000;
	margin:5px;
}

.img_10{
	margin:10px;
}


/*
 * Container
 */
#container{
	overflow: hidden;
	width: 800px;
	margin: 0px auto 0;
}


/*
 * Header
 */
#header{
	width:800px;
	height:95px;
	background:url(afbeeldingen/header.png);
}


/*
 * Menu
 */
#menu{
	width:800px;
	height:25px;
}







#kleur{
	width:800px;
	height:40px;
	background:url(afbeeldingen/kleur.png);
	float:left;
}


/*
 * Content
 */
#content{
	width:800px;
}

		#content_left_{
			width:615px;
			float:left;
			margin-right:18px;
		}
		
					#top_left{
						width:610px;
						height:22px;
						background-color:#FFF;
						border:1px solid #CCC;
						position:relative;
						padding-left:5px;
						padding-top:8px;
						
					}
					
					#content_left{
						width:595px;
						min-height:380px;
						background-color:#FFF;
						border:1px solid #CCC;
						position:relative;
						padding:10px;
						top:-1px;
					}
			
				
		#content_right_{
			width:165px;
			float:left;
		}
	
					
					#top_right{
						width:155px;
						height:22px;
						background-color:#FFF;
						border:1px solid #CCC;
						position:relative;
						padding-left:10px;
						padding-top:8px;
						
					}
					
					
					
					#content_right{
						width:145px;
						min-height:280px;
						background-color:#FFF;
						border:1px solid #CCC;
						position:relative;
						padding:10px;
						top:-1px;
					}

/*
 * Footer
 */
#footer{
	width:800px;
	height:25px;
	background-color:#f2f2f2;
	}