*{
	padding: 0;
	margin: 0;
	border: 0;
}

body 
{
	background-color: #666666;
	
}

#container 
{
	width: 900px;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
	
}



/* HEADER OPMAAK
------------------------------------------------------------------*/	

#header
{
	width: 900px;
	height: 128px;
	
	clear: left;
	
	background-image: url(../images/ontwerp_homepage_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
}

#header ul
{
	float: left;
	margin-left: 10px;
	margin-top: 70px;
}

#header ul li
{
	float: left;
	position: relative;
	margin-left: 5px;
	list-style-type: none;
	
}

#header ul li a
{
	text-decoration: underline;
	color: #000000;
}

#header ul li a:hover
{
	text-decoration: none;
	color: #7D0006;

}


/* CONTENT OPMAAK
------------------------------------------------------------------*/

#content
{
	width: 900px;
	height: 371px;
	
	float: left;
	
	background-image: url(../images/ontwerp_homepage_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
}

#content h4
{
	clear: left;
	margin-left: 25px;
	margin-top: 20px;
	width: 265px;
}

#content a
{
	text-decoration: underline;
	color: #666666;
}

#content a:hover
{
	text-decoration: none;
	color: #7D0006;

}



/* FOOTER OPMAAK
------------------------------------------------------------------*/

#footer
{
	width: 900px;
	height: 142px;
	
	clear: left;
	
	background-image: url(../images/ontwerp_homepage_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	
}

#footer h6
{
	float: left;
	margin-left: 85px;
	margin-top: 70px;
	width: 565px;

}

#footer a
{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration: none;
	color: #7D0006;

}




/* ALGEMENE TEKST OPMAAK
------------------------------------------------------------------*/	
p{font:normal 11px Verdana; color:#333; line-height: 1.8em; letter-spacing: 0.2px;word-spacing: 1px;}


h1, h2, h3, h4, h5, h6,  h7, h8  {
	font-family: Verdana;
	background: transparent;
	margin: 0px;
}

h1 		{ font:bold 14px Verdana; color:#3E3E3E; line-height: 1.8em; letter-spacing: 0.2px;word-spacing: 1px;}
h2 		{ font-size: 12px; color: #FFFFFF; }
h3 		{ font-size: 12px; color: #000000; }
h4 		{ font-size: 11px; }
h5		{ font-size: 12px; }
h6 		{ font: 12px Verdana; color:#FFFFFF; line-height: 1.8em; letter-spacing: 0.2px;word-spacing: 1px;}
