body {
	margin			: 0px;
	background-color	: #a0fbd4;
    	font-family		: Verdana, Arial, Helvetica, sans-serif;
    	font-size		: 9pt;
    	font-style		: normal;
	color			: #000000;
	background-image	: url(../images/back1.jpg);
	background-repeat	: repeat-x;
	background-attachment	: fixed;
	background-position	: bottom; 
}

h1 {
	font-size		: 18pt;
}

.mainvak {
	background-color	: #99ccff;
	border-left		: 1px solid #000000;
	border-right		: 1px solid #000000;
	background-image	: url(../images/back.jpg);
	background-repeat	: repeat-x;
	background-attachment	: fixed;
	background-position	: bottom; 
}

.menu {
	border-top		: 1px solid #000000;
	border-bottom		: 1px solid #000000;
	padding			: 10px;
    	font-size		: 11pt;
	text-align		: left;
}

.inhoudvak {
	padding-left		: 10px;
	padding-right		: 10px;
	padding-top		: 5px;
	padding-bottom		: 10px;
	text-align		: left;
}

table, tr, td
{
	border			: 0;
	color			: #000000;
    	font-size		: 9pt;
}

