/* css by Hans Kuiters */
/* css by Hans Kuiters */
/* copyright M&amp;P bv 2007 */
/* All associated graphics copyright M&ampP bv */
/* Last updated: 03-09-2007 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */

/*light blue #35b2e2*/
/*dark blue #003061*/
/*light background #eaf7fb*/
*	{
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	overflow: hidden;
}
body {
   font-size: 100.1%;
}
ol {
	margin-left: 22px;
}
ul {
	margin-left: 14px;
	list-style: square outside;
}
img, table {
	border: 0px;
}
td {
	padding: 2px;
}
div, p, td, #text li { 
	color: #000000;
	line-height: 1.2em;
}
.form-item {
	margin: 0.5em 0;
}
/*-----end base element-----*/

/*-----start positioning elements-----*/
#page {
	position: relative;
	width: 1000px;
	height: 565px;
	margin: 0px auto 0 auto;
	font-size: 0.8em;
	background: url(images/startpagina.jpg) no-repeat;
	border: 1px solid #35b2e2;
}
#nav {
	position: absolute;
	top: 182px;
	left: 0px;
	width: 720px;
	height: 62px;
	background: url(images/bgnavfront.jpg) no-repeat;
}
/*-----start link elements-----*/
a:active, a:link, a:visited {
	color: #35b2e2;
	text-decoration: underline;
}
#sidebar-left a:active, #sidebar-left a:link, #sidebar-left a:visited {
	color: #35b2e2;
	text-decoration: none;
}
a:hover {
	color: #35b2e2;
	text-decoration: none;
}
/*-----end link element-----*/

/*-----main menu -----*/
#block-menu-75 ul {
	margin: 11px 0 0 12px;
}
#block-menu-75 li {
	position: relative;
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	background: none;
}
#block-menu-75 ul li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 30px;
}
#block-menu-75 ul li a:hover,
#block-menu-75 ul li a.active {
	cursor: pointer;
  color: #003061;
}

/*-----eind menu-----*/

