	html, body {
		margin:				0;
		height:				100%;
		width:				100%;
		background-image:  	url(layout/achtergrond.jpg);
		background-repeat: 	repeat-y;
	}

	div {
		border:				0px solid black;
	}

	p {
		text-align:			justify;
	}
	
	img {
		border:				0px solid black;
	}

	a: hover {
	color: #56aaf7;
	}
	
		#wrapper {
			margin:				0;
			height:				100%;
			width:				100%;
			border:				0px solid black;
						
		}
			#links {
				position: 		absolute;
				top: 			0px;
				left: 			0px;
				width:			240px;
				z-index:		2;
				height:			100%;
				background:		#0000a1;
			}
				#logo {
					background:	#00004a;
					height:		166px;
				}
				#menu {
					height:			80%;
					background:		#0000a1;
				}
				
			#rechts {
				position: 		absolute;
				top: 			0px;
				right: 			0px;
				width:			100%;
				z-index:		1;
			}
				#header {
					background:	#00004a;
					height:		84px;
					text-align: right;
				}
				#content {
				
				}
					#menu_plek {
						position: 			absolute;
						top: 				84px;
						left: 				240px;
						color:				#fff;
						font-family: 		Trebuchet MS, Times new roman;
						font-size:			14pt;
						background: 		#00004a;
						padding:			5px 15px 5px 15px;
						font-weight:		bold;
					}
					
					#content_text {
						position: 		absolute;
						top: 			84px;
						font-family:    Trebuchet MS;
						font-size:		10pt;
						left: 			240px;
						right:			300px;
						padding:		50px;
						z-index:		2;
					}
					
					#figuur {
						position: 		absolute;
						top: 			84px;
						right: 			0px;
						z-index:		1;
					}
					
					.lestijden {
						border: 1px solid black;
					}
					
					.lestijden td {
						border: 1px solid black;
					}
					
					.lestijden th {
						background:			#c0c0c0;
						border: 1px solid black;
					}
					
					.clubblad {
						text-align:			center;
						font-weight:		bold;
					}

					.text_foto {
						margin:				7px;
					}