/* CSS Stylesheet  */
body
{
	background-color:#efefef;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
	color: #000000;
}

#top
{
	background-image: url(images/jonkman_01.gif);
	width: 806px;
	height: 55px;
}

#menu
{
	background-image: url(images/jonkman_03.gif);
	width: 806px;
	height: 40px;
	color:#FFFFFF;
}


#content
{
	background-image: url(images/jonkman_05.gif);
	width: 766px;
	min-height:600px;
	height: auto;

}

#footer
{
	background-image: url(images/jonkman_06.gif);
	font-size: 10px;
	color: #2e2e2e;
	width: 806px;
	height: 34px;
	
}

#tekstfooter
{
	margin-left: 150px;
	
}

A.cms:link,A.cms:visited,A.cms:active  {
	color: #000000;
	text-decoration: none;
}
A.cms:hover {
	text-decoration: underline;
}





