/* ################################################### ALGEMEEN ###################################################  */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 906px;
	background: #f2f1f1 url('afbeeldingen/background.jpg') repeat-x top left;
	margin: 0 auto;
	color:#666666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/* ################################################### CONTENT ###################################################  */
#header {
	width: 814px;
	height: 124px;
	margin: 0 0 0 24px;
}

#content {
	width: 906px;
	background: url('afbeeldingen/content.jpg') repeat-y top left;
}

	#content_top {
		width: 906px;
		height: 15px;
		background: url('afbeeldingen/content_top.jpg') no-repeat top left;
	}
	
	#content_menu {
		width: 878px;
		height: 27px;
		background: url('afbeeldingen/content_menu.jpg') repeat-x top left;
		border-left: 1px solid #dce2e7;
		border-right: 1px solid #dce2e7;
		border-bottom: 1px solid #dce2e7;
		margin: 0 11px;
		font: bold 12px Arial;
		color: #afafaf;
		padding: 8px 0 0 5px;
		_margin: -5px 11px 0 11px;
	}
	
		#content_menu a:link, #content_menu a:active, #content_menu a:visited {
			color: #f94508;
			text-decoration: none;
			margin: 0 10px;
		}
		
		#content_menu a:hover {
			text-decoration: underline;
		}
	
	#content_padding {
		width: 883px;
		height: 9px;
		border-bottom: 1px dotted #ccc;
		margin: -10px auto 10px auto;
	}
	
	#content_middle {
		width: 875px;
		margin: 0 auto;
		background: url('afbeeldingen/content_middle.jpg') repeat-y center;
	}

	#content_middle_gokkast {
		width: 875px;
		margin: 0 auto;
	}
		
		#content_middle_left, #content_middle_right {
			width: 191px;
			float: left;
		}
		
			.content_middle_left_right_box {
				width: 191px;
			}
			
				.content_middle_left_right_box_top {
					margin-top: 5px;
					width: 191px;
					height: 5px;
					background: url('afbeeldingen/content_middle_left_right_box_top.jpg') no-repeat top left;
				}
				
				.content_middle_left_right_box_mid {
					width: 189px;
					background: #fff;
					border-left: 1px solid #ced2d6;
					border-right: 1px solid #ced2d6;
					color: #9f9d9d;
					_margin: -14px 0 0 0;
					padding: 0 0 5px 0;
				}
				
					.content_middle_left_right_box_mid h1 {
						width: 173px;
						font: bold 12px Arial;
						color: #ff0101;
						margin: 0 0 0 3px;
						padding: 5px 0 7px 10px;
						border-bottom: 1px dotted #cccccc;
					}
					
					.content_middle_left_right_box_mid h1.red {
						color: #ff0101;
					}
				
					.content_middle_left_right_box_mid h1.blue {
						color: #008dfa;
					}
					
					.content_middle_left_right_box_mid p {
						margin: 5px 11px 0 11px;
						font: 11px Arial;
					}
					
					.content_middle_left_right_box_mid p.red {
						font: 11px Arial;
					}
					
					.content_middle_left_right_box_mid a:link, .content_middle_left_right_box_mid a:active, .content_middle_left_right_box_mid a:visited {
						color: #9f9d9d;
						text-decoration: none;
						font: 11px/18px Arial;
					}
					
					.content_middle_left_right_box_mid a:hover {
						text-decoration: underline;
					}
					
					.content_middle_left_right_box_mid p.blue a:link, .content_middle_left_right_box_mid p.blue a:active, .content_middle_left_right_box_mid p.blue a:visited {
						font: 11px Arial;
					}
				
				.content_middle_left_right_box_bot {
					width: 191px;
					height: 5px;
					background: url('afbeeldingen/content_middle_left_right_box_bot.jpg') no-repeat top left;
					font-size: 1%;
				}
		
		#content_middle_middle {
			width: 423px;
			margin: 0 35px;
			float: left;
			margin-top: 20px;
		}

		#content_middle_middle a {
			color: #9f9d9d;
			text-decoration:none;
		}
		
			#content_middle_middle h1 {
				font: bold 18px Arial;
				color: #999a9b;
			}

			#content_middle_middle h2 {
				font: bold 18px Arial;
				color: #999a9b;
			}

			#content_middle_middle h3 {
				font: bold 12px Arial;
				color: #75716f;
			}			
			
			#content_middle_middle p {
				font: 11px/20px Arial;
				color: #999a9b;
				margin: 0 0 15px 0;
			}
	
	#content_bot {
		width: 906px;
		height: 21px;
		background: url('afbeeldingen/content_bot.jpg') no-repeat 0 11px;
	}