* {
	font-family				: arial;
/* background-color : #F9D62A; */
	font-size					: 12px;
}

html, body, .contHeight {
height : 100%;
margin : 0;
padding : 0; }

body {
	background-color : #024f6f;
}

div.alinea {
	padding : 0px 30px 5px 20px;
	margin-bottom : 10px;
	clear : both;
}

div {
	 background-color : #F9D62A;
}

div.contents {
	position : absolute;
	top : 0px;
	left : 35%;
  border : solid #fff;
  border-width : 0px 1px 0px 1px;
  overflow : auto;
  height :100%;
	width : 550px;
	z-index : 2;
	
}


div.alineaClearer {
	clear : left;
	line-height : 0;
	height : 0;
}

div.navigation {
	position : absolute;
	top : 0px;
	left : 10%;
	padding-left:1%;
	height : 100%;
	width : 28%;
  border : solid #fff;
  border-width : 0px 0px 0px 1px;
}

h1, div.hoofdkop { 
	background-color : transparent;
	font-size : 14px;
	font-weight : bold;
	margin        : 20px 0px 5px 0px;
}

h2, div.subkop { 
	background-color : transparent;
	font-weight : bold;
	margin        : 20px 0px 8px 0px;
}


a.mnu {
font-size : 16px;
font-weight:bold;
color : #0092CF;
text-decoration : none;
padding-left : 5px;
padding-right: 5px;
line-height : 25px;
}

a.mnu:hover {
background-color : #0092CF;
color : #ffffff;
text-decoration : none;
}

.active {
padding-left : 5px;
font-size : 20px;
color : #000;
font-weight:bold;
line-height : 25px;
}

td.space {
	width : 5%;
}


/* IMAGES */

.aImg {
	float : left;
	border : 1px solid #FFFFFF;
	margin-right : 10px;
}
.aImg img {
	padding : 0px;
	border : 0;
}

.aImg:hover {
	border : 1px solid #F09F00;
}	

/* CMS COLOURING */

a, a:visited, .blauw {
  color : #0092CF; }
  
.accent {
	font-size : 14px;
	font-weight : bold;
}