html{
	overflow: -moz-scrollbars-vertical;
	margin:0;
	padding:0;
	
}

body {
	font:.8em 'trebuchet ms', arial;
	background-color:#235998;
	background-image:url(/gfx/background.gif);
	background-repeat:repeat-y;
	background-position:center center;
}
img{
	border:0;
}
img.print{
	float:right;
	margin:0;
}
.page {
	width:995px;
	margin:0 auto;
	min-height:400px;
	background:#fff;
}

.content{
	padding:0 10px 0 10px;
	margin:0;
}

.print {
	display:none;	
}
h1, h2, h4 {
	font-family: helvetica, verdana, 'trebuchet MS';
	font-weight:normal;
	color:#1e6b9e;
}

h1{
	font-size:1.9em;
	margin:0 0 10px 0;
}
h1.oranje{
	color:#fa7e04;
}
h2{
	font-size:1.7em;
}
h3{
	font-size:1em;
	font-weight:bold;
	color:#1e6b9e;
	background:url(/gfx/comment.gif) no-repeat left 5px;
	padding:3px 0 3px 20px;
	clear:both;
	margin:0 0 5px 0;
}
h3 span{
	font-weight:normal;
}
h4{
	font-size:1.3em;
	border-bottom:1px solid;
}
h5{
	font-size:0.9em;
	color:#5c5c5c;
}
a{
	color:#5A99CC;
	text-decoration:none;
	outline:0;
}
a:hover{
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
.welkom {
	display:none;
}
form.menu_form input{
	background-color:transparent;
	width:113px;
	border:none;
	float:right;
	margin:35px 7px 0 0;
}

form.menu_form p{ 
	margin:0;
	padding:0;
}
.left{
	width:731px;
	float:left;
	height:1%;
}
.right{
	width:235px;
	float:right;
	padding:35px 0 0 0 ;
	height:1%;
}

