@charset "utf-8";
/* CSS Document */

body {
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
	background-color: #337FC6;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	height: 116px;
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 10px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
   
}

#header1 {
	height: 52px;
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 126px;
	background-image: url(img/horizontal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	vertical-align: bottom;
}

#header1 a, #horizontal a:visited {
	color: #E1ECF7;
	text-decoration: none;
	margin-right: 15px;
}

#header1 a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
	height: 450px;
	width: 540px;
	position: absolute;
	left: 0px;
	top: 180px;
	left: 50%;
	margin-left: -355px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#informatie {
	height: 520px;
	width: 150px;
	top: 187px;
	position: absolute;
	left: 50%;
	margin-left: 210px;
	color: #808080;
	background-image: url(img/informatie.png);
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#bottom {
	height: 20px;
	width: 700px;
	top: 660px;
	position: absolute;
	background-color: #8DB8E0;
	left: 50%;
	margin-left: -350px;
   
}

