body
{
	margin: 0px;	
}

a:link 
{ 
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{ 
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{ 
	font-weight: bold;
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	font-size: x-large;	
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: medium;	
	font-weight: bold;
	text-align: left;
}

h3
{
	font-size: small;	
	font-weight: bold;
	text-align: left;
}



table.container
{
	margin: 0px auto 0px auto;
}



td.menu
{
	background-color: #56a87e;
	font-family: sans-serif;
	font-size: small;	
	text-align: left;
	vertical-align: top;
	width: 255px;
}

td.menu p
{
	margin: 1em 0px 0px 0px;
}

td.menu p.skip
{
	margin: 2em 0px 0px 0px;
}

td.menu p a
{
	background-image: url(../afbeeldingen/achtergrond-menu-item.gif);
	color: black;
	display: block;
	font-size: 16px;
	height: 23px;
	margin-left: 53px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	width: 154px;
}

td.menu p a:visited
{
	color: black;
}

td.menu p a:hover
{
	background-image: url(../afbeeldingen/achtergrond-menu-item-hover.gif);
	color: black;
	text-decoration: none;
}

td.menu p a.down
{
	background-image: url(../afbeeldingen/achtergrond-menu-item-down.gif);
	color: black;
}

td.menu p a.down:hover
{
	background-image: url(../afbeeldingen/achtergrond-menu-item-down.gif);
	color: black;
}



td.content
{
	background-color: #c0ffc0;
	font-family: sans-serif;
	font-size: small;	
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	width: 550px;
}

div.floatSpacer
{
	clear: both;
}

img.floatRight
{
	clear: right;
	float: right;
	margin: 0px 1px 5px 5px;
}

p.waarschuwing
{
	background-color: white; 
	border: 2px solid black; 
	padding: 2px;
}

