/* CSS Document */
#wrapper {
	position:relative;
	margin:auto;
	width:1024px;
	height:auto;
	
}
body {
	background-color: #b7e5e0;
	margin: 0;
	padding: 0;
	background:url(../layout/achtergrond.jpg) repeat-y center top;
	width:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #002032;
}
td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #002032;
}
#top{
	float:left;
	width:1024px;
	height:10px;
}

#header{
	float:left;
	width:1020px;
	height:235px;
	background-image: url(../layout/header.jpg);
	background-repeat:no-repeat;
	border-color:#4980b8;
	border-width:2px;
	border-style:solid;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background-color:#FFF;
	
}
#navigation{
	float:left;
	width:1020px;
	height:30px;
	padding-top:15px;
	padding-bottom:5px;
	text-align:center;
	margin-top:-18px;
	background-image: url(../layout/navigatie1.jpg);
	background-repeat:no-repeat;
	color:#d4f6ff;
	border-left-color:#4980b8;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#4980b8;
	border-right-width:2px;
	border-right-style:solid;
}
#footer {
	float:left;
	width:1020px;
	height:27px;
	padding-top:18px;
	padding-bottom:5px;
	text-align:center;
	margin-top:-20px;
	background-image: url(../layout/navigatie1.jpg);
	background-repeat:no-repeat;
	color:#d4f6ff;
	border-left-color:#4980b8;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#4980b8;
	border-right-width:2px;
	border-right-style:solid;
	font-size:12px;
}
#content{
	float:left;
	width:980px;
	height:auto;
	padding:20px;
	line-height:20px;
	text-align:left;
	background-color:#d2fffa;
	margin-bottom:20px;
	border-left-color:#4980b8;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#4980b8;
	border-right-width:2px;
	border-right-style:solid;
}
#links {
	float:left;
	width:320px;
	padding-right:10px;
}
#rechts {
	float:left;
	width:600px;
	padding:20px;
	background-color:#c3fff4;
	border-color:#4980b8;
	border-width:2px;
	border-style:solid;
	border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:14px;
	color:#002032;
}
.navhier1 { font-size: 16px; color:#ffffff; text-decoration: none; font-weight:bold; }
a.navhov1:link { font-size: 16px; color: #d4f6ff; text-decoration: none; font-weight:bold;}
a.navhov1:active { font-size: 16px; color: #d4f6ff; text-decoration: none; font-weight:bold;}
a.navhov1:visited { font-size: 16px; color: #d4f6ff; text-decoration: none; font-weight:bold; }
a.navhov1:hover { font-size: 16px; color:#ffffff ; text-decoration: none; font-weight:bold; }

a.cwhov:link { font-size:9px; color: #808080; text-decoration: none; font-weight:bold; text-decoration: underline; }
a.cwhov:active { font-size:9px; color: #808080; text-decoration: none; font-weight:bold; text-decoration: underline; }
a.cwhov:visited { font-size:9px; color: #808080; text-decoration: none; font-weight:bold; text-decoration: underline; }
a.cwhov:hover { font-size:9px; color: #a79b67; text-decoration: none;  font-weight:bold;}

.alert { color: #e0000d; }
.leesmeer1 {
	float:left;
	width:964px;
	height:auto;
	margin-bottom:10px;
	font-size:14px;
	color:#4bacc6;
 	
}
.leesmeer {
	float:left;
	width:964px;
	height:auto;
	border-color:#4980b7;
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin-bottom:10px;
	color:#4b49aa;
	font-style:italic;
	font-size:14px;
	background-color:#d8ffff;
	display:none;
 	
}

.blauw14{ font-size:14px;  color:#4bacc6; }
.blauw16{ font-size:16px;  color:#3a66ff; font-style:italic; }
.lblauw16{ font-size:16px;  color:#3a66ff; }
.dblauw16{ font-size:16px;  color:#4b49aa; }

.txthov { font-size:14px; color: #3a66ff; text-decoration: underline;  font-weight:normal;}
.txthov:hover { font-size:14px; color: #002032; text-decoration: none;  font-weight:normal;}

a.lnkhov:link { font-size: 15px; color: #3a66ff; text-decoration: underline; font-weight:bold;}
a.lnkhov:active { font-size: 15px; color: #3a66ff; text-decoration: underline; font-weight:bold;}
a.lnkhov:visited { font-size: 15px; color: #3a66ff; text-decoration: none; font-weight:bold; }
a.lnkhov:hover { font-size: 15px; color:#002032 ; text-decoration: none; font-weight:bold; }

.imgfloatleft {
	float: left;
	margin-top:5px;
	margin-right:15px;
	
}
.imgfloatright {
	float: right;
	margin-top:5px;
	margin-left:15px;
	
}
.imgfloatright1 {
	float: right;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}