/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	display: inline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3375BD;
	text-align: left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

a {
	color: #000;
}

.image{
	padding-bottom: 3px;
}

#menu{
	background-color:#3375BD;
	border-left: solid 2px #404040;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #404040;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

	#menu ul { display: inline;}

	#menu li {
		padding-right: 10px;
		display: inline;
		margin: 4px 10px 4px 0px;
	}

		#menu li a {
			text-decoration: none;
			color: #FFF;
		}

		#menu li a:hover {
			text-decoration: underline;
		}

#header{
	border: solid 2px #404040;
}

	#header p{
		font-size: 40px;
		text-align: center;
		color: #FFF;
		margin-top: 12px;
	}

#content{
	background-color:#E3E8EE;
	border-left: solid 2px #404040;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #404040;
	text-align: justify;
	padding-top: 10px;
}

#leftcolumn{
	margin-top: 55px;
	text-align: left;
}

#footer {
	background-color:#3375BD;
	border-left: solid 2px #404040;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #404040;
	text-align: center;
	font-size: 75%;
	color: #FFF;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

	#footer ul { display: inline; }

	#footer li {
		display: inline;
		margin: 4px 10px 4px 0px;
	}

		#footer li a {
			text-decoration: none;
			color: #FFF;
		}

		#footer li a:hover {
			text-decoration: underline;
		}

.verplicht { color:#FF0000; }

.melding {
	margin:0px;
	margin-bottom: 10px;
	padding:0px;
	color: #000;
	background-color: #F00;
}