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

/* -- LAYOUT -- */

body{
margin:0px;
font-family:"Trebuchet MS", Verdana, sans-serif;}

.topcontainer{
height:94px;}
	.top{
	width:950px;
	height:94px;
	margin:auto;
	background-image:url(images/top.jpg);
	position:relative;}
		.homebutton{
		position:absolute;
		top:20px;
		left:18px;
		width:140px;
		height:50px;
		border:0px}
		.minimenu{
		position:absolute;
		top:60px;
		left:865px;
		width:80px;}

.headcontainer{
height:188px;
background-color:#30a19e;
margin:0px;
padding:0px;}
	.header{
	width:950px;
	height:188px;
	margin:0px auto;
	background-color:#ffffff;
	padding:0px 5px 0px 5px;}
		.menu{
		float:left;
		width:253px;
		height:188px;
		margin-right:5px;
		background-color:#005855;}
			.menu ul{
			margin:20px 0px 0px 0px;
			padding:0px;
			list-style:none;
			width:243px;}
				.menu ul li{
				margin:0px;
				font-size:13px;}
					.menu ul li a{
					padding-left:15px;
					display:block;
					line-height:30px;
					height:30px;
					color:#FFFFFF;
					text-decoration:none;}
					.menu ul li a:hover{
					padding-left:15px;
					display:block;
					line-height:30px;
					height:30px;
					color:#b4f1ef;
					text-decoration:none;}
		.headimage{
		float:left;
		width:692px;
		height:188px;}

.contentcontainer{
min-height:700px;
background-image:url(images/content_ct_bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#f0f0f0;}
	.contenttop{
	background-image:url(images/content_top_bg.gif);
	height:75px;
	width:950px;
	background-position:center;
	margin:auto;}
		.pagetitle{
		width:410px;
		margin:auto;
		padding-top:38px;
		color:#005855;
		font-size:20px;
		font-weight:bold;}
		.pagetitle b{
		text-transform:uppercase;
		color:#30a19e;}
	.content{
	width:950px;
	margin:auto;
	min-height:550px;
	overflow:hidden;
	height:100%;}
		.contentleft{
		width:270px;
		height:600px;
		margin-top:25px;
		color:#717171;
		float:left;}
			.contentleft .title{
			padding:10px 0 10px 25px;
			font-size:16px;}
			.contact{
			color:#333333;
			float:left;
			font-size:12px;
			line-height:20px;}
			.boxtop{
			width:237px;
			margin-left:10px;
			background-image:url(images/boxtop.jpg);
			height:10px;}
			.boxmiddle{
			width:222px;
			margin-left:10px;
			padding-left:15px;
			background-image:url(images/boxmiddle.jpg);}
				.newsdate{
				font-size:10px;
				color:#005855;}
				.newsdate b{
				font-size:11px;
				color:#005855;}
				.more{
				padding-right:15px;}
				.more a{
				font-size:11px;
				color:#006461;
				text-decoration:none;}
			.boxbottom{
			width:237px;
			margin-left:10px;
			background-image:url(images/boxbottom.jpg);
			height:10px;
			margin-bottom:15px;}
			
			.submenu li{
			list-style-image:url(images/submenu.gif);
			height:30px;}
			.submenu li.active{
			list-style-image:url(images/submenu_active.gif);
			height:30px;}
			.submenu li:hover{
			list-style-image:url(images/submenu_hover.gif);
			height:30px;}
			
			.submenu li a{
			font-size:15px;
			font-weight:bold;
			color:#000000;
			text-decoration:none;}
			.submenu li a:hover{
			font-size:15px;
			font-weight:bold;
			color:#005855;
			text-decoration:none;}
			
			.submenu li.active a{
			color:#005855;}
			
		.contentmiddle{
		margin:25px 25px 0 0;
		color:#333333;
		float:left;
		font-size:12px;
		line-height:20px;}
			.texttitle{
			color:#006461;
			font-weight:bold;}
			.contentmiddle a{
			color:#333333;}
			.contentmiddle a:hover{
			color:#005855;}
		.contentright{
		width:200px;
		float:left;
		margin:25px 25px 0 0;}

.footcontainer{
height:100px;}
	.footer{
	font-size:11px;
	color:#999999;
	padding-top:10px;
	text-align:center;}

/* -- FORM ELEMENTS -- */

#formulier{
width:450px;
background-color:#e4e4e4;
padding:10px;}
form{
margin:0;}
label{
display:block;
width:150px;
float:left;}
.formfield{
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:12px;
border:1px solid #e0dfdf;
width:294px;
margin:0;
padding:2px;}
textarea{
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:12px;
border:1px solid #e0dfdf;
width:294px;
height:120px;
margin:0;
padding:2px;}