@charset "utf-8";
/* CSS Document */


#leftnav {
	z-index:2;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 25px;
	font-weight: bold;
	color: #006;
	text-align: left;
	font-size: 12px;
	height: 255px;
	padding-left: 30px;
	padding-top: 20px;
}

#leftnav a{
	color: #006;
	text-decoration: none;
}
#leftnav a:hover{
	color: #FFF;
}
#leftnavhr {
	text-align: left;
	border: 0;
	margin-left: -30px;
	width: 200px;
	height: 2px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

#kantooradres {
	margin-top: 98px;
}

