body, html {
	margin: 				0;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	height: 				100%;
	background-color:		#d9e2ea;
}

#container {
	position:				absolute;
	top:					0;
	left:					50%;
	width:					800px;
	margin:					0 0 0 -400px;
	border:					1px solid #003e71;
}

/* Site indeling */

#top {
	width: 					800px;
	height:					115px;
	float:					left;
	background:				url(../images/top.jpg);
} 

#menu_container {
	width:					800px;
	/*height:					42px;*/
	float:					left;
	/*background:				url(../images/menu.jpg);*/
}

#content {
	overflow:				auto;
	width: 					686px; /*114px minder vanwege 57px padding aan allebei de kanten */
	float:					left;
	padding:				20px 57px 57px 57px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#003e71;
	text-align:				justify;
	background-color:		#ffffff;
	border:					0px solid red;
}

#bottom {
	width:					800px;
	height:					30px;
	float:					left;
}

#submenu {
	position:				absolute;
	top:					115px;
	left:					663px;
	width:					114px;
	border:					0px solid red;
	background-color:		#003e71;
	z-index:				5;
}

h1 {
	font-size:				20px;
}

a:link, a:visited {
	font-weight:			bold;
	color:					#003e71;
	text-decoration:		none;
}

a:hover {
	font-weight:			bold;
	text-decoration:		underline;
	color:					#ffd500;
}

/* Formulier-items */
.textbox
{
    border:					1px solid #003e71;
    background-color:		#ffffff;
	FONT-SIZE: 				12px;
	FONT-FAMILY: 			Verdana, Arial, Helvetica, sans-serif;
    color:					#003e71;
	height:					20px;
	width:					200px;
}

.textarea
{
    border:					1px solid #003e71;
    background-color:		#ffffff;
	FONT-SIZE: 				12px;
	FONT-FAMILY: 			Verdana, Arial, Helvetica, sans-serif;
    color:					#003e71;
	width:					400px;
}

.knop
{
    border:					1px solid #003e71;
    background-color:		#ffffff;
	FONT-SIZE: 				12px;
	FONT-FAMILY: 			Verdana, Arial, Helvetica, sans-serif;
    color:					#003e71;
	width:					100px;
}

.knop_ww
{
    border:					1px solid #003e71;
    background-color:		#ffffff;
	FONT-SIZE: 				12px;
	FONT-FAMILY: 			Verdana, Arial, Helvetica, sans-serif;
    color:					#003e71;
	width:					150px;
}


