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

* {
	margin: 0;
	padding: 0;
}

a img {border:none}
html, body {
	font-size: 11px;
	font-family: Verdana;
	height: 100%;
	color: #474646;
}
#container {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;}
a:hover {
	color: #000000;
	text-decoration: underline;}
a:active {
	color: #000000;
	text-decoration: none;}
#header {
	height: 225px;
	width: 1100px;
}
#header #logo {
	background-image: url(../images/headerlogo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	width: 400px;
	margin-top: 98px;
}
#headerimage {
	float: right;
	height: 185px;
	width: 310px;
	background-image: url(../images/headerimg.jpg);
	background-repeat: no-repeat;
	margin-top: 18px;
	margin-right: 30px;
}
#header #bar {
	background-image: url(../images/yellowbar.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	width: 1100px;
}
#mainwrapper {
	height: 100%;
	width: 1100px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4EBDD7;
}
#navigation  {
	height: 20px;
	width: 450px;
	margin-left: 200px;
}

#columnleft {
	float: left;
	height: 490px;
	width: 220px;
}
#columnleft #submenu {
	height: 300px;
	width: 180px;
	float: right;
	margin-top: 58px;
	margin-right: 10px;
	border: 1px solid #999999;
}
#submenu h1 {
	background-color: #4EBDD7;
	font-size: 14px;
	width: auto;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
}
#submenu h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu h1 a:hover {
	color: #FECC2E;
	text-decoration: none;
	margin: 0px;
}
#submenu h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu ul {
	list-style-position: inside;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
	padding-right: 6px;
}
#submenu a:link {
	color: #333333;
	text-decoration: none;
}
#submenu a:visited {
	color: #333333;
	text-decoration: none;
}
#submenu a:hover {
	color: #4EBDD7;
	text-decoration: none;
	margin-right: 6px;
}
#submenu a:active {
	color: #333333;
	text-decoration: none;
}
#columnleft #grafiek {
	height: 150px;
	width: 220px;
	float: left;
	margin-top: 30px;
}


#mainwrapper #main {
	float: left;
	height: auto;
	width: 660px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}


#main #maincontent {
	height: auto;
	width: auto;
	line-height: 17px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
}
#maincontent h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #353535;
	margin-bottom: 14px;
}
#maincontent h2 {
	font-size: 11px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #242424;
}
#main #maincontent ul {
	list-style-position: inside;
	list-style-type: lower-alpha;
	padding-left: 6px;
}
#main #maincontent ol {
	list-style-position: inside;
}


#maincontent img {
	float: left;
	padding-right: 6px;
	padding-top: 5px;
}


#columnright {
	float: left;
	height: 490px;
	width: 180px;
}
#columnright #rightsub {
	width: 166px;
	height: 170px;
	margin-top: 30px;
	line-height: 18px;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#columnright #picture img {
	width: 166px;
	padding-left: 6px;
	padding-top: 4px;
}


#footer {
	clear: both;
	height: 30px;
	width: 1100px;
	padding-top: 4px;
}
#footer #copyright {
	float: left;
	height: 20px;
	width: auto;
	margin-left: 5px;
}
#footer #cube {
	float: right;
	width: auto;
	margin-right: 6px;
	font-size: 10px;
}
#footermenu {
	text-align: center;
	float: left;
	height: 20px;
	width: auto;
	font-size: 10px;
	margin-left: 50px;
}

