html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */

}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:780px;
	margin:0 auto;
}
#header {
	width:780px;
	height:3em;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:4.5em 1em 0 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

/* Styling to make this demo page look just a little bit better */
html,
body {
	color:#000;
	background-color:#CC9901;
    background-image: url(http://www.mayke-matthijs.com/templates/maykematthijs/images/back_vi_500_center.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
body {font:13px "Trebuchet MS";}
h1,
h2 {
	margin:0.25em 0;
	font:normal 1.5em/1.1 "Trebuchet MS";
	text-align:center;
	letter-spacing:1px;
}
p {margin:2.2em 0 0 0;}
.info {
	position:relative;
	padding:0.5em 0.5em -10px 0.5em;
}
a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:#ffffff;
}

a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
}
#header {
	color:#111;
	text-align:center;
	background-color:#CC9901;
    background-image: url(http://www.mayke-matthijs.com/templates/maykematthijs/images/back_vi_500_center.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
    padding-top: 50px;
}
#content-wrap,
#content {
/*    background-image: url(http://www.mayke-matthijs.com/templates/maykematthijs/images/back_vi_500_center.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed; */
}

td {
	padding: 0 6px;
}


#etoNotice {
    display: none;
}


.zwart {color: #000000}
.dertienpunts {font-family: Trebuchet MS; font-size: 13px; }
.twaalfpunts {font-family: Trebuchet MS; font-size: 12px; }
.cursief {font-family: Trebuchet MS; font-size: 14px; font-style: italic; }
.wit {color: #FFFFFF}
.hidden {
	display : none;
	border: none;
	padding: 0px;
	margin: 0px;	
}
.noborder {
	border: none;
	padding: 0px;
	margin: 0px;
}

img{
    border: solid 2px #D9B23B;
    padding: 4px;
    margin: 0 20px 0 20px;
}

.links {
	margin: -1px;
}

.klein {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;

}

.small {
	font-family: Trebuchet MS;
	font-size: 9px;
}