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


body{
	font-size:12px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	min-width:930px;
	margin:0px;
	height:100%;
	line-height:1.7em;
}
a:link{
	text-decoration:underline;
	color:#FF3399;
}
a:hover, a:visited:hover{
	text-decoration:none;
	background-color:#FF3399;
	color:#ffffff;
}
a:visited{
	text-decoration:underline;
	color:#666666;
}
a:active{}

h1{
	font-size:2em;
	line-height: 2em;
}
h1 img{
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
h3{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 4px;
	/*margin-top: 28px;*/
	font-weight: normal;
	/*background-color: #666666;*/
}
p.onderschrift{
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
	margin-top:-30px;
	margin-left: 10px;
}
.dottedThumb{
	margin-left: 5px;
	margin-right:6px;
	float:left;
	border:1px dashed #999;
	padding:2px;
	vertical-align: middle;
}

.h3star{
	margin-bottom:3px;
	margin-right: 3px;
	margin-left:3px;
}

.blockender{
	clear: both;
	height: 0px;
	border: 0;
	visibility: hidden;
}

hr.dottedLine{
	border-top: 1px dashed #CCC;
	border-bottom:0;
	height:0px;
	color:#FFF;
	background-color:#FFF;
	margin-top:15px;
	margin-bottom:15px;
}
.dashBox{
	background-color:#F4F4F4;
	border:1px #CCC dashed;

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  

	padding-left: 10px;
	padding-right: 10px;
}


/* **************************************************** */

#menubalk{
	height:37px;
	width:100%;
	/*background-color:#0CF;*/
	background-image:url(../_images/menuBalk_grad.jpg);
	background-repeat:repeat-x;
	margin-top:50px;
	margin-left:0px;
}
#menubalk #linkList{
	margin-left:180px;
	padding-top:12px;
	float:left;
}
#menubalk #disclaimer{
	float: right;
	padding-top:12px;
	margin-right: 8px;
	color: 
}
#menubalk #disclaimer a{
	color: #b1b1b1;
	text-decoration: none;
}
#colLeft{
	width:200px;
	float:left;
}
#colLeft #flashRivier{
	margin-top:-370px;
}
#colMid{
	width:475px;
	/*background-color:#C00;*/
	float:left;
	margin-left:-20px;
	/*margin-top:12px;*/
	padding-right: 5px;
}
#colRight{
	width:200px;
	float:left;
	/*background-color:#F4F4F4;
	border:1px #CCC dashed;*/
	margin-left:25px;
	padding: 10px;
	line-height:1.5em;
	margin-top: 60px;
}

#colRight strong{
	color: #000;
	font-weight: normal;
	display: block;
	margin-bottom: -6px;
}
#colRight h4{
	margin-bottom: -6px;
	font-size: 1em;
	/*background-color: #999999;*/
}