body {margin: 0;
padding: 0;
overflow:auto;
background-color: #f0f0f0;
color: #5b0000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14pt;}

table#main {
background-image: url(back.jpg);
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
}
td#balk{
background-color: #9c3e25;
}

td#menu {
background-image: url(backboven.jpg);
text-align: center;
height: 25px;
color: #ffffcc;
font-family: serif;
font-size: 10pt;
font-weight: bold;}

td#menu a:link, td#menu a:visited{
color: #ffffcc;
font-family: serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none;}

td#navigatie{
background-image: url(backonder.jpg);
color: #ffffcc;
font-family: sans-serif;
font-size: 10pt;
text-decoration: underline;
height: 22px;
}

td#navigatie2{
background-color: #c84d2e;
border: 3px #9c3e25 solid;
background-repeat: repeat-x;
background-image: url(onderback.jpg);
}

td#content{
padding: 10px;
font-size: 10pt;
valign:top;}

td#footer{
background-image: url(onderback.jpg);
color: #ffffcc;
font-family: sans-serif;
font-size: 10pt;
text-decoration: underline;
height: 22px;}

div#kop {
width: 170px;
height: 14px;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #5b0000;
color: #fdffd3;
font-size: 8pt;
font-weight: normal;
float: left;
margin-top: 5px;

}



div#link a:link, div#link a:visited{
background-color: #feffe1;
width: 168px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
color: #ed4f00;
float: left;
border-left: 1px #e5542c solid;
border-bottom: 1px #e5542c solid;
border-right: 1px #e5542c solid;
text-decoration: none;}

div#link a:hover {
background-color: #ffe347;
}
div#actueel_ondertitel{
color: #663333;
font-size: 14pt;
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;}

h1, h2, h3, h4 {
    font-weight: bold;
}
h1 { font-size: 130%; }

td#klimaatreekstitel{
font-size: 8pt;
font-weight: bold;
text-align: center;}

td#klimaatreekscel{
font-size: 8pt;
text-align: center;
background-color: #feffe8;}


td#kop {
font-family: sans-serif;
background-color: #5b0000;
color: #fdffd3;
font-size: 10pt;}

td#cel{
font-family: sans-serif;
font-size: 10pt;
background-color: #feffe8;}

.tableContainer{
	position: relative;	/* to capture the absolutely positioned table header */
	padding-top: 19px;	/* space for the column heads */
	width: 500px;		
	margin: 0 auto;
	}

/* this enables the table to scroll without scrolling the page */
.innerframe {
	overflow: auto;	
	width: auto;	
	height: 248px;		/* height is required */
	}

/* position the row of column heads above the table */
.tableContainer thead tr {
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;			
	}
	
.tableContainber table {
	width: auto;
	}