﻿html {
	height: 100%;
	min-height: 100%;
}
body {
	background: white url('images/bg_right.png') repeat-y center top;
	height: 100%;
	font-family: Verdana , Geneva, Tahoma, sans-serif;
	margin: 0;
	font-size:11px;
	line-height:17px;
	color:#252525;
     overflow: -moz-scrollbars-vertical;
     overflow-x: auto;
     overflow-y: scroll;
}
img{
	border:0;
}
#container {
	float:left;
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
#wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
	height: auto;
	float: left;
	width: 100%;
	background: url('images/background.png') repeat-x;
}
#website_container{
	position:relative;
	margin: 0 auto;
	width:956px;
	min-height:100%;
	height:100%;
	height:auto;
}
#website_wrapper{
	width:956px;
	float:left;
	position:relative;
}
#header{
	width:956px;
	background: url('images/topfoto.png') top right no-repeat;
	height:139px;
	position:relative;
}
#logo{
	position:absolute;
	left:-226px;
	top:-216px;
	height:355px;
	overflow:hidden;
}
#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	background: url('images/footerbackground.png');
}
#footer_text{
	line-height:30px;
	font-size:10px;
	color:white;
	width:956px;
	margin:0 auto;
	height:30px;
}
#footer_text a{
	color:white;
	text-decoration:none;
}
#menu{
	height:30px;
	width:956px;
	float:left;
}
#content{
	width:956px;
	float:left;
	padding-top:22px;
	padding-bottom:50px;
}
#content_left{
	width:615px;
	padding-right:30px;
	float:left;
}
#content_right{
	width:273px;
	padding-left:19px;
	padding-right:19px;
	float:right;
}
#contact_top{
	position:absolute;
	right:15px;
	top:30px;
}
a{
	color:#223984;
	text-decoration:none;
}
h1,h2,h3{
	font-size:17px;
	font-weight:normal;
	color:#223984;
	margin: 0;
	padding: 0;
}
h2{
	font-size:14px;
}
h3{
	font-size:11px;
}
.cssMenu {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	float: right;
}
/* normale menu */
ul.cssMenu {
	display: block;
	float: left;
}
/* submenu's standaard onzichtbaar */
ul.cssMenu ul {
	display: none;
	visibility: hidden;
}
/* nieuwe submenu-ul uitklappen bij mouseover */
ul.cssMenu li:hover > ul {
	display: block;
	visibility: visible;
}
/* style van submenu ul */
ul.cssMenu ul {
	position: absolute;
	left: 0px; /* IE7 */;
	top: 100%; /* IE7 */
	border-top:1px solid white;

}
/* style submenu */
ul.cssMenu ul ul {
	position: absolute;
	left: 100%;
	top: 0px;
}
/* geen ul-li bullet list */
ul.cssMenu, ul.cssMenu ul {
	list-style: none;
}
/* submenu ul */
ul.cssMenu ul {
	text-align: left;
	black-space: nowrap;
}
/*
	Het beste is om alleen zaken hieronder aan te passen tenzij noodzakelijk
*/
/* submenu */
ul.cssMenu ul {
	background: url('images/040white.png');
}
/* zorgen dat de achtergrond van het hoofditem blijft staan */
ul.cssMenu li:hover {
	background: url('images/040white.png');
}
ul.cssMenu li:hover > a {
	color: white;
}
/* submenu's andere mouse-over geven */
ul.cssMenuSub li:hover {
	background: url('images/040white.png');
	color: #0066FF;
}
ul.cssMenu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	text-decoration: none;
}
ul.cssMenu ul li {
	width: 160px;
}
ul.cssMenu ul li a {
	color: white;
	border: 0;
}
ul.cssMenu ul li {
	background: #445898;
}
ul.cssMenu ul li a:hover {
	color: white;
	background: #445898 url('images/040white.png');
}
ul.cssMenu ul li:hover {
	background: url('images/040white.png');
}
ul.cssMenu li a:hover {
	color: white;
}
.textfield300 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #667b9b;
}
.textfield105 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 105px;
	background-color: #FFFFFF;
	border: 1px solid #667b9b;
}
.textfield150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #667b9b;
}
.textfield200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #667b9b;
}