/* CSS Document */

body{
	margin: 0px;
	font-family : Arial, Helvetica, sans-serif;
	color: #053463;
	font-size: 13px;
}

/* outlining */
#container{
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* top of the page */
/* header */
#header{
	float: left;
	width: 1024px;
	height: 223px;
	background-image: url(../images/bovenbalk2.png);
	top: 0px;
	background-repeat: no-repeat;
}

/* navigation */
#navigation_position{
	margin-left: 500px;
	display: block;
}

#navigation{
	display: block;
	width: 100px;	
	float: left;
	text-align: center;
	margin-top: 89px;
}

#navigation a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100%;
	font-size: 16px;
}

#navigation a:hover{
	text-decoration: none;
	font-weight: bolder;
}

/* fill */
#menu_fill{
	display: block;
	width: 10px;
	text-align: center;
	float: left;
	margin-top: 89px;
	color: white;
}

/* bottom of the page */
/* footer */
#footer{
	float: left;
	width: 1024px;
	height: 94px;
	background-image: url(../images/onderbalk.png);
	background-repeat: no-repeat;
	bottom: 0px;
	top: 100%;
	clear: both;
}

/* text footer */
#footer_text{
	margin-left: 400px;
	margin-top: 10px;
	font-size: 10px;
}

/* content of the page */
/* space left */
#left_content{
	float: left;
	width: 268px;
	height: 100%;
}

#right_content{
	float: left;
	width: 756px;
	min-height: 400px;
	height: 100%;
	background-image: url(../images/illustratie.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -70px;
}

/* fill picture */
#picture{
	border: 2px;
	border-color: #053463;
	border: solid;
}

/* content_text */
#content_text{
	margin-left: 235px;
	margin-bottom: 25px;
	text-align: left;
}
