div.container{width: 740px;
			height: auto;
			margin: 0px auto;
			margin-top: 10px;
			padding:10px;
			padding-bottom: 30px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: white;
}

p {text-align: justify;
		margin: 0px;
}
	
div.links{	float: left;
			width: 720px;
			padding: 0px;
			margin: 0px;
			margin-top: 20px;
			margin-right: 10px;
			font-size:  89%;
			font-weight: 500;
}

img {width: 430px;
	height: 287px;
	margin-top: 50px;
}

img.smile {	position: relative;
			top: +5px;
			width: 20px;
			height: 20px;
			margin: 0px;
			margin-top: -10px;
}

img.smile_dubbel {	position: relative;
			top: +5px;
			width: 40px;
			height: 20px;
			margin: 0px;
			margin-top: -10px;
}

img.staand{	width: 430px;
			height: 644px;
			margin-top: 50px;
}

div.rechts{	float: left;
			width: 432px;
			font-size: 60%;
			font-weight: 700;
			padding: 0px;
			margin: 0px;
			margin-left: 10px;
}

p.datum{font-size: 75%;
		font-weight: 800;
}

div.footer{	position: relative;
			top: 10px;
			clear: left;
			background-color: blue;
			height: 20px;
			width: 720px;
			margin-bottom: 25px;
			border: solid blue 2px;
}

div.copy{width: 320px;
		margin: 0px auto;
		margin-top: 10px;
		color: blue;
		font-size: 9px;
		font-weight: 700;
		text-align: center;
		
}

p.blz{		display: inline;
			color: white;
			font-weight: 700;
			font-size: 80%;
}

p.paginakeuze{ 	display: inline;
				margin-left: 150px;
				margin-right: 20px;
				color: white;
				font-weight: 700;
				font-size: 80%;
}
		

a:link.balk{
		background-color: white;
		color: blue; 
		text-decoration: none;
		font-weight: 900;
		font-size: 80%;
		margin: 0px;
		margin-left: 5px;
		padding: 0px;
}

a:link.balk.rood{color: red;
}




a:visited.balk{
		background-color: white;
		color: blue; 
		text-decoration: none;
		font-weight: 900;
		font-size: 80%;
		margin-left: 5px;
		margin-top: 0px;
		padding: 0px;
}

a:visited.balk.rood{color: red;
}   

a:hover.balk{
		background-color: white;
		color: red; 
		text-decoration: underline;
		margin: 0px;
		margin-left: 5px;
		font-weight: 900;
		font-size: 80%;
} 

a:link{
		color: blue; 
		text-decoration: none;
		font-weight: 600;
} 


a:visited{
		color: blue; 
		text-decoration: none;
} 

a:hover{
		color: red; 
		text-decoration: underline;
} 