/****************************** 
	Global
******************************/

* {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, sans-serif, Helvetica;
	color: #000;
	font-size: 11px;
}

html,
body {
	width: 100%;
	height: 100%;
	line-height: 16px;
	text-align: left;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #0D68AE;
}

img {
	border: 0
}

a {
	text-decoration: none
}

a:link {
	color: #000
}

a:visited {
	color: #000
}

a:active {
	color: #000
}

a:hover {
	color: #f00
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

label:hover {
	color: #f38f1f;
}

select, input, textarea {
	border: 1px solid #cfcfcf;
	width: 230px;
}

input.button {
	width: 100px;
	cursor: pointer;
}

input.button:hover {
	background: #adadad;
	color: #f00;
}

table.form td.label {
	font-weight: bold;
	font-size: 10px;
}

input.radio {
	border: 0;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul, ol {
	margin-left: 20px;
}

.hr {
	clear: both;
	overflow: hidden;
	width: 250px;
	height: 1px;
	border-bottom: 1px solid #000;
}

.hr hr {
	display: none;
}

fieldset {
	border: 0;
}

fieldset legend {
	display: none;
}

fieldset dl dt {
	clear: both;
	float: left;
}

fieldset dl dt span.required {
	color: #f00;
	margin-right: 4px;
}

/****************************** 
	Main divisions
******************************/

div#container {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: 20px auto 0 auto;
	padding: 0 10px 0 0;
	background: url('../images/schaduwzijkant.gif') repeat-y center top;
}

div#head {
	overflow: visible;
	
	position: relative;
	z-index: 100;
	width: 980px;
	height: 135px;
	background: #000;
}

div#middle {
	position: relative;
	z-index: 1;
	overflow: visible;
	width: 980px;
	height: auto;
	min-height: 600px;
	background: url('../images/ondergrondlijnen.gif') #fff no-repeat left bottom;
}

/* Internet Explorer *
/*\*/
* html div#middle {
	height: 600px;
}
/**/

div#foot {
	position: relative;
	overflow: visible;
	width: 980px;
	height: 20px;
	padding: 0;
	text-align: center;
	background: url('../images/onderbalk.jpg') no-repeat left top;
}

div#footOverall {
	height: 8px;
	margin: 0 -10px 0 0;
	line-height: 0;
	font-size: 0;
	background: url('../images/onderkantschaduw.gif') no-repeat left top;
}


/****************************** 
	Sub divisions
******************************/

div#middleOverall {
	height: 20px;
	background-color: #fff;
}

div#middleLeft {
	float: left;
	width: 245px;
}

div#middleContent {
	float: left;
	width: 454px; /* 490 */
	margin: 0 18px;
}

div#middleRight {
	float: right;
	width: 245px;
}

/****************************** 
	Specializations
******************************/

div#head  div.headcorner {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 8px; 
	background: url('../images/corner.gif') no-repeat left top;
}

div#head div.img {
	height: 80px;
}

div#head div.menu {
	height: 55px;
	overflow:visible;
}

div#middle div.flagContainer {
	position: absolute;
	top: 0;
	left: 0;	
	padding: 10px 17px;
}


div#middle div.logos {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 245px;
	text-align: center;
}


div#head ul.navigationbox  {
	position: relative;
	overflow: visible;
	height: auto;
}

div#head ul.navigationbox li {
	padding: 0;
}

div#head ul.navigationbox li a,
div#head ul.navigationbox li a:visited {
	display: block;
	float: left;
	width: 245px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	background: url('../images/menubalk.jpg') no-repeat left top;
}

/* Internet Explorer *
/*\*/
* html div#head ul.navigationbox li.nav_last a,
* html div#head ul.navigationbox li.nav_last a:visited {
	width: 242px;
}
/**/


/*div#middleLeft ul.navigationbox li.nav_active a,
div#middleLeft ul.navigationbox li.nav_active a:visited {
	color: #c00;
}*/

div#head ul.navigationbox li.nav_1001 a,
div#head ul.navigationbox li.nav_1001 a:visited {
	background-position: 0 0; 
}

div#head ul.navigationbox li.nav_1008 a,
div#head ul.navigationbox li.nav_1008 a:visited { 
	background-position: -245px 0;
}

div#head ul.navigationbox li.nav_1011 a,
div#head ul.navigationbox li.nav_1011 a:visited {
	background-position: -490px 0; 
}

div#head ul.navigationbox li.nav_1012 a,
div#head ul.navigationbox li.nav_1012 a:visited { 
	background-position: -735px 0;
}

div#head ul.navigationbox li.active_1001 a,
div#head ul.navigationbox li.active_1001 a:visited {
	background-position: 0 -55px;
}

div#head ul.navigationbox li.active_1008 a,
div#head ul.navigationbox li.active_1008 a:visited {
	background-position: -245px -110px;
}

div#head ul.navigationbox li.active_1011 a,
div#head ul.navigationbox li.active_1011 a:visited {
	background-position: -490px -165px;
}

div#head ul.navigationbox li.active_1012 a,
div#head ul.navigationbox li.active_1012 a:visited {
	background-position: -735px -220px;
}

/* sub menu */
div#head ul.navigationbox li ul.layer_1 {
	position: absolute;
	left: 18px;
	top: 55px;
	z-index: 200;
	width: 212px;
	margin: 0;
	padding: 4px 0;
	border: 0;
	background-color: #154063;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


div#head ul.navigationbox li ul.layer_1 li {
	height: auto;
}

div#head ul.navigationbox li ul.layer_1 a,
div#head ul.navigationbox li ul.layer_1 a:visited {
	display: inline;
	clear: both;
	width: 186px;
	height: auto;
	margin: 0 14px;
	padding: 5px 0; 
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	border-top: 1px solid #fff;
	background: 0;
}

div#head ul.navigationbox li ul.layer_1 li.nav_first a,
div#head ul.navigationbox li ul.layer_1 li.nav_first a:visited {
	border-top: 0;
}

div#middleLeft img.logo {
	display: block;
	margin: 30px 0 10px 29px;
}

/* subnavigatie */
div#middleLeft ul li a,
div#middleLeft ul li a:visited {
	display: block;
	clear: both;
	width: 198px;
	padding: 5px 0 5px 10px; 
	color: #0D68AE;
	border-bottom: 1px solid #0D68AE;
}

div#middleLeft ul li a:hover {
	font-weight: bold;
}

div#middleLeft ul li.nav_active a,
div#middleLeft ul li.nav_active a:visited {
	font-weight: bold;
	background: url('../images/submenu_active_bg.gif') no-repeat left bottom;
}

div#middleContent h1 {
	margin: 2px 0 30px;
	color: #0D68AE;
	font-size: 20px;
	font-weight: normal;
}

div#middleContent h2,
div#middleContent h3, 
div#middleContent h4,
div#middleContent h5,
div#middleContent h6 {
	font-size: 12px;
	font-weight: bold;
}

div#middleContent ul {
	margin: 0;
	padding: 0;
}

div#middleContent ul li {
	padding: 0 0 0 15px;
	background: url('../images/list-item.gif') no-repeat left center;
}

div#middleContent ol {
	padding: 0 0 0 5px;
}

div#foot * {
	color: #fff;
	font-weight: normal;
}

/* sitemap */
/*div#middleContent div.component_sitemap ul li {
	background: url('../images/menuitem.gif') no-repeat left 5px;
	padding: 0 0 0 16px;
}

div#middleContent div.component_sitemap ul li a,
div#middleContent div.component_sitemap ul li a:visited {
	font-weight: bold;

}

div#middleContent div.component_sitemap ul li.sub {
	background: 0;
}

div#middleContent div.component_sitemap ul li.sub a,
div#middleContent div.component_sitemap ul li.sub a:visited {
	font-weight: normal;
	margin-left: 10px;
}
*/

/* form */

div#middleContent div.form_module input,
div#middleContent div.form_module textarea {
	border: 1px solid #000;
}

div#middleContent div.form_module input {
	height: 20px;
	line-height: 16px;
	font-size: 14px;
}

div#middleContent div.form_module em {
	color: #000;
}


div#middleContent div.form_module td.icon img {
	display: none;
}

div#middleContent div.form_module input.button {
	font-size: 11px;
}

/* gallery */

div#middleContent div.component_gallery img {
	margin: 4px;
	border: 1px solid #000;
}

div#middleContent div.component_gallery h2 {
	display: none;
}

div#middleContent div.component_gallery div.item {
	margin: 0;
	line-height: 0;
	font-size: 0;
}






