*{
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size:14px;
}

h3{
	font-size: 125%;
}

a{
	text-decoration: none;
	color: #009;
}

a:hover{
	text-decoration: underline;
	color: #00D;
}

#wrapper{
	width:100%;
}

#content{
	margin:auto;
	width:800px;
}

#top2{
	height:10px;
	width:800px;
	background-color: #24547a;
}

#top{
	height:80px;
	background-color: white;
}
	#top ul{
		float:left;
		left:50%;
		list-style-type:none;
		margin:-10px auto;
		position:relative;
	}
	
	#top ul li{
		float:left;
		width:100px;
		text-align: center;
		
		position:relative;
		right:50%;
	}
	#top ul li a span{
		display:block;
		height:60px;
		width:100px;
		padding-top:20px;
		border-top: 10px solid #24547a;
	}
	
	#top ul li a:hover span{
		border-top: 10px solid #c2ceda;
	}

#top_banner{
	margin-top:15px;
	margin-bottom:15px;
	width:800px;
	height:250px;
}

	#top_banner_left{
		background-color: #24547a;
		background-image: url('../image/banner_left.png');
		float:left;
		width:60%;
		height:250px;
	}
	
	#top_banner_right{
		background-color: #eee;
		background-image: url('../image/banner_right.png');
		float:left;
		width:40%;
		height:250px;
	}
	
	#top_banner_right div{
		padding:20px;
		height:260px;
	}
	#top_banner_right div p{
		font-weight: bold;
	}

#center{
	width:800px;
	
}

#menu{
	margin-top: 15px;
	float:left;
	width: 200px;
}
	#menu ul{
		list-style-type: none;
	}
	#menu ul li{
		
	}
	#menu ul li a{
		
	}
	
	#menu ul li a span{
		display:block;
		background-color: #eee;
		
		margin-bottom:3px;
		margin-right: 5px;
		padding: 2px 0 2px 15px;
	}
	#menu ul li a:hover span{
		background-color: #ddd;
	}

.float{
	float:right;
}

#artical{
	float:left;
	width:580px;
	min-height:300px;
	padding: 10px;
}
	#artical ol{
		margin-left: 20px;
	}
	#artical ul{
		margin-left: 20px;
	}
	#artical h3{
		border-bottom: 1px dashed #24547a;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#artical p{
		margin-bottom:20px;
	}
	
	#artical a{
		
	}
	
	#welkom{
		width:580px;
		height:100px;
	}
	
	#nieuws{
		width:580px;
	}
		#nieuws h3 a{
			padding-left: 20px;
			font-size: 100%;
		}
		
		
	
	#nieuwslijst{
		
	}
		#nieuwslijst div{
			border-bottom: 1px dashed #24547a;
			margin-bottom: 5px;
		}
		
		#nieuwslijst h3{
			padding-left: 20px;
		}
		
		#nieuwslijst span{
			float:right;
			font-weight: bold;
		}
		
		#nieuwslijst p a{
			float:none;
		}
		
		#nieuwslijst p span{
			float:right;
		}
		
			#Kal{
				margin: auto;
			}
			#Kal_datum{
				float:right;
				height:25px;
			}
			
			#Kal tr{
				height:25px;
			}
			
			#Kal tr td{
				width:50px;
				border: 1px solid rgb(255, 255, 255);
			}
			
			#Kal tr.dagen td{
				text-align: center;
			}
			
			#Kal tr td.vandaag{
				border: 1px solid rgb(180, 4, 33);
			}
			
			#Kal tr td.item{
				border: 1px solid rgb(204, 204, 204);
			}
			#Kal tr td.selected{
				border: 1px solid rgb(25, 25, 204);
			}
			#Kal tr td.feestdag{
				
			}
			
			#Kal tr td strong{
				color: #B40421;
			}
			
			#Kal tr td a span{
				display:block;
				width:48px;
				height:23px;
			}
			
			#Kal tr td div{
				text-align: center;
			}
			
			#Kal tr td div a{
				color: #B40421;
				text-decoration: none;
			}		
		
		
#footer{
	margin-top: 10px;
	border-top: 1px dashed #24547a;
	width: 800px;
	height: 75px;
	/*
	background-color: #ddd;
	*/
}
	
	#footer p{
		text-align: right;
	}
