html,body {margin: 0px; padding: 0px;height:100%;}
body {background:#e1e1e1; font-family:"lucida grande", Arial, Helvetica, sans-serif; line-height:170%; color:#fff;font-size:11px;}
a {color:#00addc; text-decoration:none;}
a:hover {text-decoration:underline;}

#distance {width:1px; height:50%; margin-bottom:-335px; /* helft van de website hoogte */ float:left;}
#content {margin:0 auto; width:990px; height:670px; text-align:left;
margin:0 auto; /* Ook horizontaal centreren */
position: relative;
clear: left;}
#logo {padding:60px 0 20px 28px;}
#menu {padding:20px 0 0 34px; margin:0;}
#menu a{color:#fff;font-size:12px; padding:4px 6px 4px 6px;}
#menu .active {text-decoration:none; color:#fff; background:#00addc; padding:4px 6px 4px 6px;}
#flashbanner {
	float:left;
	width:990px;
	border-radius: 10px;
	-moz-box-shadow: rgba(125,125,125,1) 0 4px 4px;
	-webkit-box-shadow: rgba(125,125,125,1) 0 4px 4px;
	-khtml-box-shadow: rgba(125,125,125,1) 0 4px 4px;
	box-shadow: rgba(125,125,125,1) 0 4px 4px;
	behavior: url(border-radius.htc);
	z-index:1;
}

#bg {
	float:left;
	width:990px;
	margin:0;
	padding:0 0 40px 0;
	font-weight: normal;
	background: #00738d url('../images/bg2.png') no-repeat bottom right;
	-moz-box-shadow: rgba(125,125,125,1) 0 4px 4px;
	-webkit-box-shadow: rgba(125,125,125,1) 0 4px 4px;
	-khtml-box-shadow: rgba(125,125,125,1) 0 4px 4px;
	box-shadow: rgba(125,125,125,1) 0 4px 4px;
	behavior: url(border-radius.htc);
	z-index:1;
}
#contenttext {width:480px;float:left; padding: 34px 0 0 40px;}
#slider {float:left; padding:30px 0px 0px 104px;}
.contentimg {background-image:url(../images/transparent-tri.png); padding:10px;}
h1 {color:#00addc; font-size:12px;}
p {	line-height:170%; 
	color:#fff;
	font-weight:bold;
	font-size:11px;
}