IMG, DIV, LI, A, UL { behavior: url(images/iepngfix.htc) }

* 
{
	padding: 0;
	margin: 0;
}

BODY 
{
	background: #000000;
	color: #000000;
	font-family: "Microsof Sans Serif", Arial, sans-serif;
	font-size: 12px;
}

IMG { border: 0; }

/*Classes
-----------------------------------------------------*/
.bold { font-weight: bold; }
.center { display: block; margin: 0 auto; }
.clear { clear: both; }
.error { color: #DD0000; }
.left {float: left;}
.right { float: right; }

/*Headings
-----------------------------------------------------*/
H1
{
	background: url('backdrop_titel.jpg') no-repeat top right;
	color: #662D91;
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 12px 45px 0 0;
	text-transform: uppercase;
}

/*Links
-----------------------------------------------------*/
A:link, A:active, A:visited 
{
	outline: none;
	text-decoration: none;
}

A:hover 
{	
}

/*Div elementen
-----------------------------------------------------*/
DIV#wrapper 
{
	margin: 0 auto;
	width: 1000px;
}

	DIV#header { height: 202px; overflow: hidden; width: 1000px; }
	
	DIV#content { background: #FFFFFF; width: 1000px; }
	
		DIV#navigatie
		{
			background: url('backdrop_menu.jpg') no-repeat top left;
			float: left;
			height: 362px;
			margin: 0 0 0 10px;
			#padding: 30px 0 0 0;
			overflow: hidden;
			width: 289px;
		}
		
		DIV#mid_cont
		{
			background: url('backdrop_content.jpg') no-repeat bottom right;
			float: left;
			min-height: 400px;
			margin: 20px 0 0 20px;
			overflow: hidden;
			padding: 0 50px 0 0;
			width: 631px !important;
			#width: 621px;
		}
		
			DIV#mid_cont P { line-height: 19px; }
			
				LI.ster
				{
					background: url('ster.jpg') no-repeat;
					list-style-type: none;
					padding: 0 0 5px 20px;
				}
	DIV#footer
	{
		background: url('backdrop_footer.jpg');
		height: 124px;
		margin: -2px 0 0 0;
		width: 1000px;
	}
	
		DIV#footer P
		{
			color: #FFFFFF;
			font-family: verdana;
			font-size: 10px;
			margin: 0 0 0 200px;
			padding: 80px 0 0 0;
			text-align: center;
			width: 500px;
		}
	
	DIV#thema { margin: 10px 0; text-align: center; }
	DIV#thema A { color: #FFFFFF; text-decoration: underline; }
	DIV#thema A:hover { text-decoration: none; }
		
	DIV#indruk { margin: 10px 0; text-align: center; }
	DIV#indruk A { color: #FFFFFF; text-decoration: none; }
	DIV#indruk A:hover { text-decoration: none; }
	

/*Navigaties
-----------------------------------------------------*/
UL#leftnav { list-style-type: none; padding: 20px 0 0 42px; }

	UL#leftnav LI { cursor: pointer; margin: 20px 0; width: 210px; }
	
		UL#leftnav LI A
		{
			color: #FFFFFF;
			font-size: 20px;
		}

/*Formulieren
-----------------------------------------------------*/