/*LEFTNAV 1*/

#leftnavi{
	list-style: none;
}
.vertnav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.vertnav1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.vertnav1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.vertnav1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #007B91;
	text-decoration: none;
	font-weight: bold;
}
.vertnav1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #007B91;
	text-decoration: none;
	font-weight: bold;
}

/* Actief */

.vertnav1-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #007B91;
	text-decoration: none;
	font-weight: bold;
	background-color:#007B91;
}

.vertnav11-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #007B91;
	text-decoration: none;
	font-weight: bold;
}

.vertnav1-act a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #007B91;
	text-decoration: none;
	font-weight: bold;
}
.vertnav1-act a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #007B91;
	text-decoration: none;
	font-weight: bold;
}
.vertnav1-act a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #007B91;
	text-decoration: none;
	background-color:#007B91;
}
.vertnav1-act a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #007B91;
	text-decoration: none;
}
#navlist #active {
	background-color: #039EB6;
}

/* LEFTNAV 2*/

/*#navcontainer { width: 100%; }*/
#navcontainer { width: 180px; }

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 180px;
	text-indent: 6px;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	width: 174px;
}
#navcontainer a:hover {
	background-color: #333333;
	color: #fff;
	width: 174px;
}
#navcontainer a:active {
	background-color: #039EB6;
	color: #fff;
	width: 174px;
}
#leftnav-1 {
	padding-top: 200px;
}
