/* english menu items */
#Algemeen {
	background: url("/images/nav_general.gif") no-repeat;
	height: 28px;
	width: 73px;
}

#Projects {
	background: url("/images/nav_projects.gif") no-repeat;
	height: 28px;
	width: 73px;
}

#Presentations {
	background: url("/images/nav_presentations.gif") no-repeat;
	height: 28px;
	width: 93px;
}

#Calculations {
	background: url("/images/nav_calculations.gif") no-repeat;
	height: 28px;
	width: 80px;
}

#Contact {
	background: url("/images/nav_contact.gif") no-repeat;
	height: 28px;
	width: 59px;
}

/* footer adressen */
#address1 {
	position: absolute;
	width: 174px;
	height: 27px;
	left: 60px;
	z-index: 2;
	bottom: 35px;
}
#address_btm {
	background-image:url("/images/address1a_en.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	bottom:20px;
	height:13px;
	left:60px;
	position:absolute;
	width:88px;
	z-index:2;
}

#address_btm a {
	width: 88px;
	height: 13px;
	display: block;
}

#address2 {
	position: absolute;
	background-image: url("/images/address2_en.gif");
	background-position: top bottom;
	background-repeat:no-repeat;
	width: 120px;
	height: 42px;
	left: 156px
	z-index: 2;
	bottom: 20px;
}
#address2 a {
	width: 112px;
	height: 42px;
	display: block;
}

