/* CSS Document / navigatie balk*/

/* Layer hoofdnavigatie */
#nav_b1 {
	position:absolute;
	left:0%;
	top:63px;
	background-color: #000000;
	height: 21px;
	z-index:10;
	width: auto;
}
#inlognav {
	position:absolute;
	top:84px;
	right:0%;
	background-color: #000000;
	height: 21px;
	width: auto;
	z-index:110;
}
/* Layer subnavigatie */
#subnav1 {
	position:absolute;
	top:84px;
	background-color: #000000;
	height: 21px;
	width: auto;
	z-index:11;
	visibility:hidden;
}
#subnav2 {
	position:absolute;
	top:84px;
	background-color: #000000;
	height: 21px;
	width: auto;
	z-index:12;
	visibility: hidden;
	
}
#subnav3 {
	position:absolute;
	top:84px;
	background-color: #000000;
	height: 21px;
	width: auto;
	z-index:13;
	visibility: hidden;
}
#subnav4 {
	position:absolute;
	top:84px;
	background-color: #000000;
	height: 21px;
	width: auto;
	z-index:14;
	visibility: hidden;
}
#subnav5 {
	position:absolute;
	top:84px;
	background-color: #000000;
	height: 21px;
	width: auto;
	z-index:15;
	visibility: hidden;
}
#subsubnav_holder{
	position:absolute;
	background-color: #000000;
	left:0px;
	top:105px;
	height: 100px;
	z-index:8;
	width: 140px;
	padding-top:50px;
}
#subsubnav_1{
	position:absolute;
	background-color: #000000;
	left:0px;
	top:0px;
	height: 20px;
	z-index:50;
	width: 140px;
	padding-top:15px;
}
#subsubnav_2{
	position:absolute;
	background-color: #000000;
	left:0px;
	top:35px;
	height: 20px;
	z-index:51;
	width: 140px;
}
#subsubnav_3{
	position:absolute;
	background-color: #000000;
	left:0px;
	top:55px;
	height: 20px;
	z-index:52;
	width: 140px;
}
#subsubnav_4{
	position:absolute;
	background-color: #000000;
	left:0px;
	top:75px;
	height: 20px;
	z-index:53;
	width: 140px;
}
#subsubnav_5{
	position:absolute;
	background-color: #000000;
	left:0px;
	top:95px;
	height: 20px;
	z-index:54;
	width: 140px;
}
.align {
	left: 0%
}
.align2 {
	left: 10%
}
.align3 {
	left: 20%
}
.align4 {
	left: 30%
}
.align5 {
	left: 50%
}
