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

html{
}

body{
	background-color:#014B94;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
	min-width:892px;
}

div#full{
	height: auto;
	min-height: 100%;
	width: 100%;
	min-width: 892px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image:url(../images/content.png);
	background-repeat: repeat-y;
	background-position: center top;
}

div#container{
	width:893px;
	margin:0 auto;
	overflow:auto;
}

/* --- De foto heeft afmetingingen van W 602px bij H 130px --- */

div#fotoHeader{
	margin-left:270px;
	margin-top:84px;
}

div#header{
	width:892px;
	height:263px;
	margin-top:-218px;
}

div#menu{
	width:146px;
	margin:0px;
	float:left;
	background-color:#014B94;
}

div#contentBack{
	width:737px;
	min-height:505px;
	background-color:#FFF;
	float:left;
}

div#content{
	width:600px;
	margin:0px 0px 40px 68px;
}

/* --- listMenu ---*/

ul{
	margin:15px 10px 0px 0px;
	padding:0px;
}

li{
	list-style:none;
	text-align:right;
	line-height:1.1em;
	font-size:1.5em;
	margin-bottom: 16px;
}

li a{
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
}

li a:hover{
	color:#A2AED8;
	text-transform: uppercase;
}

/* --- Lettertypes --- */

h2{
	color:#014B94;
	font-size:1.6em;
	font-weight:bold;
}

p{
	font-size:1.2em;
	font-weight:normal;
	color:#014B94;
	line-height:1.8em;
}

a {
	color: #014B94;
	text-decoration: underline;
}

a:hover {
	color: #014B94;
	text-decoration: none;
}

table{
	font-size:1.2em;
	font-weight:normal;
	color:#014B94;
	line-height:1.8em;
}