#wrapper {margin:0 auto; width: 100%;
background-color:#F0F1B7;;
}
body {
	scrollbar-track-color:#F0F1B7;
	scrollbar-3dlight-color:green;
	scrollbar-arrow-color:green;
	scrollbar-base-color:green;
	scrollbar-darkshadow-color:green;
	scrollbar-face-color:green;
	scrollbar-highlight-color:#F0F1B7;
	scrollbar-shadow-color:blue;
	background-color:#F0F1B7;
	font-family:arial;
	color: black;
	width: 800px;
	line-height:15pt;
	font-size:10pt;
}
#kop-overall {
	clear: both;
	float: left;
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	background-image: url(../Images/polar-light-color.jpg);
	background-repeat: no-repeat;
}
#kop-logo {
	clear: both;
	float: right;
	height: 20px;
	width: 650px;
	margin: 0 0 0 0;
	border-style: none;
}
#kop-contact {
	align: left;
	height: 200px;
	width: 122px;
	border-style: none;
	float: left;
}
H1{
	font-size: 14pt;
	color: blaack;
	font-weight: bold;
	font-style : normal;
}
H2{
	font-size: 14pt;
	color: blue;
	font-weight: bold;
}
H3{
	font-size: 12pt;
	color: red;
	font-weight: bolder;
}
H4{
	font-size: 10pt;
	color: Green;
	font-weight: bolder;
}
H5{
	font-size: 15pt;
	font-weight: lighter;
	font-style:italic;
	color: #F3F906;
	text-align: center;	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif  
	}
H6{
	font-size: 13pt;
	color: black;	
}
H7{
	font-size: 12pt;
	color: red;
	font-weight: lighter;
	border-bottom-width : thin;
	border-top-width : thin;
}
H8{
	font-size: 15pt;
	font-weight: lighter;
	font-style:italic;
	color: steelblue;
	text-align: center;	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif  
	}	
A {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
A:Link {
	CURSOR:hand;
}
A:HOVER {
	color: red;
	text-decoration: none;
}
#menu {
	width: 800px;
	background-color: green;
	float: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
} 
#menu: after {
	clear: both;
	content: " ";
	display: table;
}
#menu ul {
	list-style-type: none;
}
.submenu ul {
	list-style-type: none;
}
#hoofdmenu > li {
	float: left;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}
#hoofdmenu > li >a {
	background-color: green;
	margin-left: 5px;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 0em 0.5em 0.5em 0.5em;
	text-align: left;
	text-decoration: none;
	width:100%;
	display: block;	
}
#hoofdmenu > li > a:hover {
	background-color: midnightblue;
}
.submenu > ul {
	display: none;
}
#hoofdmenu > li:hover ul {
	display: block;
	position: absolute;
	z-index: 2;
}
.submenu > ul > li > a {
	background-color: green;
	border-top: 1px solid white;
	color: #F7F4F4;
	display: block;
	padding: 0em 0.5em 0.5em 0.5em;
	text-align: left;
	text-decoration: none;
	width: 15em;
	display: block;
}
.submenu > ul > li > a:hover {
	background-color: steelblue;
}
#main-right {
	background-color: #F0F1B7;
	float: right;
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	padding-left: 5;
	padding-top: 1em;
	font-style: normal;
	font-size: 11px;
	font-variant: normal;
	text-align: right;
}
#main-right-next {
	background-color: #F0F1B7;
	float: right;
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	padding-left: 10;
	padding-top: 1em;
	font-style: normal;
	font-size: 11px;
	font-variant: normal;
	text-align: right;
}
#main-left {
	clear: both;
	background-color: #F0F1B7;
	float: left;
	height: auto;
	padding-top: 1em;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}
#footer {
	background-color: green;
	clear: both;
	float: left;
	height: 10px;
	width: 800px;
	border-style: none;
}
