body {
  margin: 0px 0px 0px 0px;
	cursor: default;
	height: 100%;
	/*position: relative; */
}
div {
  margin: 0px auto 0px auto;
	border: 0px solid black;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

div.centersite {
  width: 100%;
	height:100%;
	text-align: center;
}

/* HEADER */
div.header {
  width: 1200px;
  height: 210px;
	text-align: left;
  background-color: #FFFFFF;
	background-image: url('/other/images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 310px;
}
div.spacer1 {
  width: 890px;
	height: 40px;
}
div.spacer2 {
  width: 890px;
	height: 40px;
}
div.topbluebar {
  width: 890px;
	height: 10px;
	background-color: #D7E9F7;
	background-image: url('/other/images/top_bar_lightblue.png');
	background-repeat: no-repeat;
	background-position: top left;
}
div.navbar {
  width: 890px;
	height: 40px;
	float: left;
	clear: both;

}
div.navitem {
  width: 178px;
	height: 40px;
	float: left;
	background-color: #FFFFFF;
	background_repeat: no-repeat;
	background-position: center center;
}
.home {
  background-image: url('/other/images/btn_home_normal.png');
}
.activiteiten {
  background-image: url('/other/images/btn_activiteiten_normal.png');
}
.fotoalbum {
  background-image: url('/other/images/btn_fotoalbum_normal.png');
}
.formulier {
  background-image: url('/other/images/btn_formulier_normal.png');
}
.contact {
  background-image: url('/other/images/btn_contact_normal.png');
}
div.maincontainer {
  width: 1200px;
	height: 100%;
}
div.sidespacer {
  width: 30px;
	height: 100%;
	float: left;
}
div.pagename {
  font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 20px;
	
}
div.sidebar {
  width: 30px;
	height: 100%;
	background-color: #D7E9F7;
	background-image: url('/other/images/side_bar_lightblue.png');
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
div.content {
  width: 1110px;
	height: 100%;
	float: left;
	text-align: left;
  background-color: #FFFFFF;
}
div.adres {
  font-size: 14px;
	font-family: Arial;
}
div.adres a {
  text-decoration: none;
	font-size: 14px;
	font-family: Arial;
}
span.day {
  width: 200px;
	font-size: 14px;
	font-family: Arial;
}
span.time {
  width: 200px;
	font-size: 14px;
	font-family: Arial;
}



