@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	overflow-y: scroll;
	background: #939498;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
/* CURVED BOX */
.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
/* end CURVED BOX */

#fadeshow1 {
	margin: 30px;
}

.mandatory {
	color:#F00;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;	
}
.header-top {
	background: #8a90aa url(../images/bg-top.jpg) repeat-x;
	background-position: bottom;
}
.bg {
	background:#939498 url(../images/bg-bottom.jpg) repeat-x;
}
.footer {
	font-size: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #c51212;
}
a:hover, a:active {
	text-decoration: none;
	color: #142658;
}
h1.greytext {
	 margin-bottom: 0px;
	 margin-top: 0px;
}
.greytext {
	color: #929396;
	font-weight: bold;
}
h1.bluetext {
	 margin-bottom: 0px;
	 padding-right: 75px;
	 font-size: 21px;
}
h2.lightbluetext {
	 margin-top: -15px;
	 margin-bottom: 0px;
	 padding-right: 75px;
	 font-size: 18px;
	 color: #3879a7;
}
.bluetext {
	color: #002469;	
}
.content {
	padding-left: 30px;
	padding-right: 30px;
	background:#FFF;
	text-align: left;
}
.subheading {
	text-align: right;
	background:#FFF;
}
.onwhite {
	background:#FFF;
}
a:focus {
	-moz-outline-style: none;
}
#content {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 27px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 265px;
	scrollbar-base-color: #a2a1a1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #e0dfdf;		
}
input.btn { 
	  background:#ff0000;
	  color: #FFF;
	  font-weight: bold;
	  border: 1px solid #ff0000;
	  	 cursor: pointer;
} 
input.btnblue { 
	  background:#326b98;
	  color: #FFF;
	  font-weight: bold;
	  border: 1px solid #326b98;
	  	 cursor: pointer;
}
input {
	border: 1px solid #333;
}
#kennisgewingbord {
	position:absolute;
	width:175px;
	padding: 5px;
	padding-left: 10px;
	height:120px;
	z-index:1;
	margin-left: 30px;
	margin-top: 75px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-base-color: #a4d4ff;
	scrollbar-arrow-color: #002469;
	scrollbar-track-color: #e0dfdf;		
}
.rightcolumn {
	background:#FFF;
}
.rightcolumn_header {
	font-size: 14px;
}
#gallery {
	*margin-top: -3px;
	margin-left: 2px;
	height: 251px;

}
.skipintro {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}
a.skipintro:link, a.skipintro:visited {
	text-decoration: none;
	color: #ffffff;
}
a.skipintro:hover, a.skipintro:active {
	text-decoration: none;
	color: #142658;
}
