body {
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/paletten_achtergrond.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.container {
	text-align: left;
	margin: 0 4;
	width: 760px;
	background-image: url("../images/achtergrond.jpg");
	border: solid 1px black;
}

.container_start {
text-align: left;
margin: 0 auto;
width: 760px;
background-image: url("../images/achtergrond_startpagina.jpg");
border: solid 1px black;
}

.blanco {
	height: 5px;
	width: 760px;
}

.header {
	height: 130x;
	margin: 0;
	border-bottom: solid 1px black;
}

.menu {
	float: left;
	width: 120 px;
	margin: 3px;
}

.content {
	text-align: left;
	padding: 5 5 5 125;
	height: 465px;
	margin-top: 5;
}

.content_start {
	padding: 5px 5px 5px 5px;
}

.footer {
	background-color: #ffffff;
	height: 25px;
	width: 760px;
	clear: left;
	border-top: solid 1px black;
}

.tabelzonderlijn {
	border: 0px;
	margin: 0px;
}

A:LINK {
	text-decoration: underline;
	color: Red;
}

A:VISITED {
	color: Maroon;
	text-decoration: underline;
}

a:hover {
	color: Teal;
	text-decoration: none;
}

.iframe {
	background-image: url(../images/achtergrond_frame.jpg);
	background-attachment: fixed;
	text-align: left;
	font-size: smaller;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	width: 580px;
	height: 440px;
}

.klein {
	font-size: smaller;
}

.th {
	background-color: InfoBackground;
	border: thin solid #660000;
}

.td {
	border: 1px dashed #660000;
}