* {
	padding				: 0;
	margin				: 0;
	font-family			: Bradley Hand ITC TT;
	font-size			: 26px;
}

body {
	height				: 100%;
	width				: 100%;
	background-color: white;
}

h1 {
	font-size: 14px;
}

h2 {

}

th {
   text-align: left;
   border-bottom: 1px solid black;
   background-color: silver;
}

.centertable {
	width:100%;
	height:100%;
}	

.container {
	overflow: hidden; /* Deze, icm met overflow voor .container is nodig voor IE.... */
	width: 785px; 
	height: 575px; 
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center; 
}

.content {
	overflow: auto;
	position:absolute; 
	z-index:15; 
	top:80px; 
	bottom:-15px; 
	left:40px;
}


.registerinput{
	font-size: 16px;
	width: 100%
}


	/* IE BUGGYNESS */
* html .content {	top:80px; 	left:0; 	right:0; bottom:0px; height:85%; 	width:730; 	overflow-y: scroll; 	position:absolute; 	z-index:3; left:40px;}

.header {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:64px; 
	z-index:25; 

}

.footer {
	position:absolute; 
	bottom:-1px; 
	left:0; 
	width:100%; 
	height:64px; 
	z-index:5;
	/*background-color: #7E7E7E;*/
}

.left {
	position:absolute; 
	z-index:15; 
	bottom:-15px; 
	left:5px; 
	top:100px; 
	/*bottom:50px; */
	width:200px;
}


.lefttitle {
	position: absolute;
	right: 0px;
	top: 67px;
}

.schedule {
	background-image: url("images/schedule.jpg");
	font-size: 16px;
	color:#F4ECD7;
  text-align:center;
}
.scheduleitem {
	font-size: 16px;
}

.date {
	position: relative;
	color: #DFEE3B;
	float: right;
	top: 5px;
	font-size: 12px;
	font-weight: bolder;
	padding-right: 35px;
}

.menu {
	position: relative;
	top: -10px;
	left: 35px;
}

.submenu a {
	text-decoration				: none;
}

.bala a {
	background-image				: url("images/bala.gif");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 50px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
	}
/*
.bala a:hover {
	background-image				: url("images/bala.jpg");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 60px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
}
*/
.whoandwhere a {
	background-image				: url("images/whoandwhere.gif");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 50px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
	}

	/*
.voorwie a:hover {
	background-image				: url("images/voorwieOver.jpg");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 60px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
}

*/

.kids a {
	background-image				: url("images/kids.gif");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 50px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
	}

	/*
.kids a:hover {
	background-image				: url("images/kidsOver.jpg");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 60px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
}
*/

.info a {
	background-image				: url("images/info.gif");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 50px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
	}
	
	/*

.info a:hover {
	background-image				: url("images/infoOver.jpg");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 60px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
}
*/

.photos a {
	background-image				: url("images/photos.gif");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 50px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
	}
/*
.fotos a:hover {
	background-image				: url("images/fotosOver.jpg");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 60px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration				: none;
}
*/
.links a {
	background-image				: url("images/links.gif");
	background-repeat: no-repeat;
	width					: 86px;
	#width					: 95px;
	height					: 50px;
	#height					: 70px;
	padding					: 5px;
	display					: block;
	text-decoration			: none;
	}

