body {
	background-color: #25214d;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	margin-top: 20px;
}
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover, a:active {
	color: #e56510;
}

#container {
	position:relative;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	vertical-align: top;
}

#header {
	background: url("../images/header.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #25214d;
	height: 100px;
}

#pagina {
	min-height: 500px;
	background-color: #01072e;
}

#footer {
	background: url("../images/footer.gif");
	background-repeat: no-repeat;
	background-color: #25214d;
	height: 82px;
	text-align: left;
}

#fotos {
	width: 1000px;
	height: 191px;
	background: url("../images/fotos.jpg");
	background-color: #ffffff;
}

#hoek {
	position: absolute;
	width: 229px;
	height: 68px;
	margin-top: -191px;
	background-image: url("../images/hoek.png");
}

#logo {
	position: absolute;
	width: 83px;
	height: 67px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-left: -110px;
}

#aeo {
	position: absolute;
	width: 83px;
	height: 67px;
	background-image: url("../images/aeo.png");
	background-repeat: no-repeat;
	margin-top: 200px;
	margin-left: -110px;
}

#topmenu {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
}

.page_titel {
	font-size: 1.7em;
	font-weight: bold;
	color: #e56510;
	padding-bottom: 20px;
}
	
.page_content {
	padding: 20px;
	line-height: 150%;
	font-size: 1.1em;
}

#menu {
	display: table;
}

.menuitem {
	display: inline;
	margin-right: 5px;
}

a.activelink {
	color: #e56510;
}

#taalkeuze {
	position: absolute;
	margin-top: 42px;
	margin-left: 0px;
}

.tree {
	font-family: verdana, arial, sans serif;
	font-size: 1em;
	width: 450px;
	display: inline-block;
	float: left;
	
}
.hoofdgroep {
	width: 200px;
	height: 20px;
	color: black;
	margin-top: 2px;
	padding-left: 5px;
	cursor: hand;
	cursor: pointer;

}
.show {
	display:block;
	margin-left: 200px;
	position: relative;
	cursor: hand;
	cursor: pointer;
}

.showinfo {
	display:block;
	margin: 2px 0 2px 20px;
	position: relative;
	height: 40px;
	background-repeat: no-repeat;
	padding: 3px 0 0 5px;
	cursor: default;
	color: black;
}

.hide {
	display:none;
	margin-left: 200px;
}

.hideinfo {
	display: none;
	margin: 2px 0 2px 20px;
	position: relative;
	height: 40px;
	background-repeat: no-repeat;
	padding: 3px 0 0 5px;
	color: black;
	cursor: default;
}

.hidediv {
	margin-left: 200px;
}

.hidedivinfo {
	margin: 2px 0 2px 20px;
	position: relative;
	height: 40px;
	background-repeat: no-repeat;
	padding: 3px 0 0 5px;
	color: black;
	cursor: default;
}

.subcat {
	height: 20px;
	color: black;
	margin-top: 2px;
	width: 200px;
	padding-left: 5px;
}

.subsubcat {
	border: none;
	background-color: pink;
	color: black;
}

.modal {
	background-color: #ffffff;
	display:none;
	width:350px;
	padding:15px;
	text-align:center;
	border:2px solid #01072E;
	color: #01072E;
 	opacity: 1;

}
 
.modal h2 {
	background-color: #ffffff;
	margin:0px;
	padding:10px 0 10px 0px;
	border-bottom:1px solid #01072E;
	font-size:2em;
}

button {
	background-color: #01072E;
	border: 1px solid #01072E;
	color: #FFFFFF;
	cursor: pointer;
	height: 24px;
	outline-color: #FFFFFF;
	outline-style: outset;
	outline-width: 1px;
}

.formrow {
	margin-top: 5px;
}

.formname {
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.formfield {
	width: 157px;
	display: inline-block;
	text-align: left;
}

.docdate {
	width: 150px;
	display: inline-block;
	text-align: left;
}

.doclink {
	width: 250px;
	display: inline-block;
	text-align: left;
}

.docdesc {
	width: 400px;
	display: inline-block;
	text-align: left;
}

.clientbox {
	position: absolute;
	width: 176px;
	height: 37px;
	margin-left: 53px;
	margin-top: 43px;
	font-size: 11px;
	font-weight: normal;
}

.uploaddesc {
	width: 180px;
	display: inline-block;
	text-align: left;
}

.uploadinput {
	width: 400px;
	display: inline-block;
	text-align: left;
}

.icon {
	width: 20px;
	display: inline-block;
	text-align: left;
}

.yellow {
	color: #E3E326;
}

.orange {
	color: #E3E326;
}