body { width: 1025px; background-color: #FFF; margin: 0px auto; background: url('../images/gradient.gif') #67a3d6 repeat-x; }
img { border: 0px; }

div#container { 
	padding-top: 0px; margin: 0px auto; width: 908px; background-color: #FFF; border-left: 1px; border-right: 1px; border-color: #2d6392;
}
.clear{ clear: both; } 
a, a:visited, a:active {
	font-family: "Arial";
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}


	div#header { 
		background: url('../images/header.png') #df9014 no-repeat; 
		width: 908px;
		height: 107px;
		border-width: 2px;
		border-top-style: none;
		border-bottom-style: none;
		border-left-style: solid;
		border-right-style: solid;
		border-color: #2d6392;
		padding-top: 0px;
		margin-top: 0px;
	}

	div#welkom {
		font-family: "Arial";
		font-size: 12px;
		color: #FFF;
		width: 900px;
		text-align: right;
		font-weight: bold;
	}

	div#menubalk {
		width: 908px;
		height: 33px;
		background: url('../images/menubalk.gif') #1462a3 no-repeat; 
		border-width: 2px;
		border-top-style: none;
		border-bottom-style: none;
		border-left-style: solid;
		border-right-style: solid;
		border-color: #2d6392;
	}

	#menubalk ul#menu {
		width: 850px;
		height: 33px;
		list-style-type: none;
		background: url('../images/menubalk.gif') #1462a3 no-repeat; 
		margin: auto;
	}

	#menubalk ul#menu li {
		float: left;
		padding-right: 32px;
		line-height: 30px;
	}

	#menubalk ul#menu li a {
		font-family: "Myriad Pro";
		font-size: 13px;
		color: #FFF;
		text-decoration: none;
	}

	#menubalk ul#menu li a:hover {
		font-family: "Myriad Pro";
		font-size: 13px;
		color: #FFF;
		text-decoration: underline;
	}

	#content {
		width: 908px;
		min-height: 550px; 
		background: #FFF;
		border-width: 2px;
		border-left-style: solid;
		border-right-style: solid;
		border-top-style: none;
		border-bottom-style: none;
		border-color: #2d6392;
		font-family: "Arial";
		font-size: 11px;
		color: #000;
	}

	.messagediv {
		font-family: "Arial";
		font-size: 11px;
		color: #000;
		text-decoration: none;
	}

	#content_links {
		float: left;
		width: 200px;
	}

		.menu {
			background: #F5F5F5;
			border:1px dotted #CCC;
			width: 191px;
			font-family: "Arial";
			font-size: 11px;
			color: #000;
			margin-top: 20px;
			margin-left: 20px;
		}

			.menu #form {
				padding-left: 10px;
				margin: auto;
				padding-top: 0px;
			}

			.menu h2 {
				font-family: "Arial";
				font-size: 15px;
				color: #105d9d;
				text-align: center;
				font-weight: bold;
				padding: 0;
				margin: 0;
				margin-top: 3px;
			}

			.menu ul#menu_algemeen {
				list-style-type: none;
				padding-left: 10px;
				margin: auto;
				padding-top: 0px;
			}
	
			.menu ul#menu_algemeen li a {
				font-family: "Arial";
				font-size: 11px;
				color: #000;
				text-decoration: none;
			}

	#content_rechts {
		float: right;
		background: #FFF;
		width: 660px;
	}

		.content_item {
			width: 600px;
			background: #f0f6f9;
			font-family: "Arial";
			font-size: 11px;
			color: #000;
			border: 1px solid #000;
			margin-top: 20px;
			padding-left: 3px;
		}

		.content_item h2 {
			font-family: "Arial";
			font-size: 15px;
			color: #105d9d;
			font-weight: bold;
			margin-top: 2px;
			margin-bottom: 0px;	
		}

		.content_item h2 a {
			font-family: "Arial";
			font-size: 15px;
			color: #105d9d;
			font-weight: bold;
			margin-top: 2px;
			margin-bottom: 0px;	
		}

		.content_main {
			width: 600px;
			background: #f8f6c8;
			font-family: "Arial";
			font-size: 11px;
			color: #000;
			border: 1px solid #000;
			margin-top: 20px;
			padding-left: 3px;
		}

		.content_main h2 {
			font-family: "Arial";
			font-size: 15px;
			color: #105d9d;
			font-weight: bold;
			margin-top: 2px;
			margin-bottom: 0px;	
		}
