body 	{
		font-family: Arial;
		font-size: 9pt;
		background: url(../images/bg.jpg) top no-repeat;
		background-color: #571c1c;
		padding: 0;
		margin: 0;
		border: 0;
		}
		
a:link {color: #c54242; text-decoration: none}     /* unvisited link */
a:visited {color: #c54242; text-decoration: none}  /* visited link */
a:hover {color: #c54242; text-decoration: underline}   /* mouse over link */
a:active {color: #c54242; text-decoration: none}   /* selected link */
		
h1		{
		font-size: 12pt;
		font-weight: bold;
		text-transform: uppercase;
		color: #5f1d1d;
		}
		
h2		{
		font-size: 10pt;
		font-weight: bold;
		color: #c54242;
		margin: 0;
		padding: 0;
		padding-bottom: 2px;
		}		
		
p		{
		margin: 0;
		padding: 0;
		margin-bottom: 15px;
		font-size: 9pt;
		color: #000;		
		}

#container {
		width: 882px;
		margin: 0 auto;
		}
		
#header {
		width: 882px;
		height: 69px;
		background: url(../images/header.jpg);
		}
		
#container_content {
		width: 882px;
		height: 626px;
		background: url(../images/container_content.jpg) no-repeat;
		}
		
#foto_home {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_01.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_profiel {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_02.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_onderzoek {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_03.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_interim {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_04.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_project {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_05.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_referenties, #foto_referentie2, #foto_referentie3, #foto_referentie4 {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_06.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_werkwijze {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_07.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#foto_contact {
		width: 396px;
		height: 626px;
		float: left;
		background: url(../images/foto_08.jpg);
		background-repeat: no-repeat; 
		background-position: 22px 0px;
		}
		
#menu	{
		width: 375px;
		height: 278px;
		float: left;
		margin-top: 329px;
		margin-left: 22px;
		margin-right: 30px;
		}

a.button {
		width: 92px;
		height: 92px;
		float: left;
		text-decoration: none;
		padding-right: 1px;
		padding-bottom: 1px;
		filter: alpha(opacity=35); /* for IE */
		opacity: 0.35; /* CSS3 standard */
		background: url(../images/button.gif) no-repeat;
		}
		
a:hover.button {
		width: 92px;
		height: 92px;
		float: left;
		text-decoration: none;
		padding-right: 1px;
		padding-bottom: 1px;
		filter: alpha(opacity=100); /* for IE */
		opacity: 1.0; /* CSS3 standard */
		background: url(../images/button.gif) no-repeat;
		}

p.button {
		font-family: Verdana;
		color: #FFF;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		letter-spacing: -1px;
		margin-top: 38px;
		}
		
p.button_2woorden {
		font-family: Verdana;
		color: #FFF;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		letter-spacing: -1px;
		margin-top: 28px;
		}
		
#button_recentonderwerp {
		width: 92px;
		height: 92px;
		float: left;
		padding-right: 1px;
		padding-bottom: 1px;
		background: url(../images/button.gif) no-repeat;
		}
		
#no_button {
		width: 92px;
		height: 92px;
		float: left;
		padding-right: 1px;
		padding-bottom: 1px;
		}
		
#text 	{
		width: 400px;
		height: 550px;
		float: left;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		}
		
#footer	{
		width: 460px;
		height: 20px;
		float: left;
		font-size: 8pt;
		color: #501615;
		text-align: right;
		margin-top: 8px;
		}
		

