@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f0f3f4;
}

#container {
	position: relative;
	width: 700px;
	margin: 0 auto;	
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#top_banner {
	position: relative;
	float: left;
	width: 700px;
	height: 35px;
	background-color: #2E7EC2;
	color: #FFFFFF;
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 12px;
}

#banner {
	position: relative;
	float: left;
	width: 700px;
	height: 168px;
	background-image: url(../images/banner.jpg);
}

#bottom_banner {
	position: relative;
	float: left;
	width: 700px;
	height: 15px;
	background-color: #FFECA3;
}

#content {
	position: relative;
	float: left;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	width: 700px;
	background-color:#FFFFFF;
}

#menu {
	float: left;
	position: relative;
	width: 400px;
	margin-left: 160px !important;
	margin-left: 80px;
	margin-top: 10px;
}

#menu a:link, a:active, a:visited {
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

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

#kaart {
	float: right;
	position: relative;
	width: 300px;
	height: 300px;
	margin-right: 20px !important;
	margin-right: 10px;
}

#header {
	float: left;
	position: relative;
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	width: 670px;
	color: #2e7ec2;
	padding: 10px;
	padding-left: 20px;
}

#content_text {
	float: left;
	position: relative;
	width: 300px;
	height: 350px;
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 12px;
	color: #2e7ec2;	
	margin-left: 20px !important;
	margin-left: 10px;
}

#links {
	float: left;
	position: relative;
	height: 150px;
	width: 680px;
	margin-left: 20px !important;
	margin-left: 10px;
	margin-top: 25px;
}

#content_text a {
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 12px;
	color: #2e7ec2;
	font-weight: normal;
	text-decoration: underline;
}

#content_text a:link, a:hover, a:active, a:visisted {
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 12px;
	color: #2e7ec2;	
	font-weight: normal;
	text-decoration: underline;
}

#left {
	float: left;
	position: relative;
	height: 150px;
	width: 175px;
}

#middle	{
	float: left;
	position: relative;
	height: 150px;
	width: 175px;
	margin-left: 68px;
}

#right {
	float: left;
	position: relative;
	height: 150px;
	width: 175px;
	margin-left: 68px;
}

#content p {
	font-family: arial,trebuchet ms,arial,sans-serif,helvetica;
	font-size: 12px;
	color: #2e7ec2;
	padding-left: 20px;
	padding-right: 20px;	
}

