html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:76%; /*set default font size */
	font-family:verdana, helvetica; /* set default font */
	}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	}


#content {
	overflow:auto; /* add scroll bars as necessary */
	position:absolute; /* position absolutely */
	z-index:3; /* If required to cover any other divs */
	top:120px; /* a value to miss the header */
	bottom:20px; /* a value to miss the footer */
	left:221px; /* a value to miss any navigation div */
	right:0; /* this will put the scroll bar at the right of the page */
	background:white; /* set the background color */
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:black;
	scrollbar-base-color:black;
	scrollbar-darkshadow-color:#FFFF66;
	scrollbar-face-color:#FFFF00;
	scrollbar-highlight-color:#FFFF66;
	scrollbar-shadow-color:;
	}

* html #content {
	height:100%; /* full screen height */
	width:100%; /* full screen width 8/
	top:0; /* place the content at the top */
	left:0; /* and left of the body */
	border-top:0px solid #fff; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom:130px solid #fff; /*add a bottom border to miss the footer 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left:221px solid #fff; /*add a left border to miss any navigation div 
				(this is SUBTRACTED from the 100% width on quirks mode) */
	}
	
#balkLinks {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:inline;
	width:220px;
	height:100%;
	background:url(../images/background.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	z-index:5;
	overflow:hidden;
	}
	
#navigatie {
	margin-left:10px;
	font-size:120%;
	font-weight:600;
	color:black;
}

a:link.navigatie {
	color:black;
	text-decoration:none;
}

a:visited.navigatie {
	color:black;
	text-decoration:none;
}

a:hover.navigatie {
	color:#AD0000;
	text-decoration:underline;
}

#head {
	position:absolute;
	right:15px;
	top:15px;
	display:inline;
	width:100%;
	max-width:100%;
	height:100px;
	z-index:6;
}
	
h1 {
	margin-left:250px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:600;
	font-size:250%;
	text-align:right;
}

#talen {
	width:100%;
	text-align:right;
}

.imgTaal {
	display:inline;
	margin-left:4%;
}

#paginaTitel {
	margin-left:250px;
	width:100%;
	text-align:left;
	font-weight:600;
	font-size:2em;
	color:#4B6B8C;
}

a:link {
	color:#4B6B8C;
	text-decoration:none;
	font-weight:600;
}

a:visited {
	color:#4B6B8C;
	text-decoration:none;
	font-weight:600;
}

a:hover {
	color:#4B8B4B;
	text-decoration:none;
	font-weight:600;
}

table {
	font-size:100%;
	color: black;
	height:100%;
}

tr.oneven {
	background-color:#CCCCCC;
	color:black;
}

tr.even {
	background-color:#999999;
	color:white;
}

image {
	border-width:0px;
}

h2 {
	color:#999999;
	font-size:16pt;
	font-weight:600;
}

table.kalender {
	height:auto;
	width:100%;
	background-color:#CCCCFF;
	text-align:left;
}

table.contact {
	height:auto;
	width:100%;
	text-align:left;
}

table.items {
	height:auto;
	width:100%;
	text-align:left;
}

table.links {
	height:auto;
	width:50%;
	text-align:left;
}