/* standaart waardes */
h1
{
	font-family:Arial;
	font-size:1.6em;
	font-weight: bold;
	color:EB0708;
	line-height:1.6em;
	text-transform:	capitalize
}
	
p
{
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:0.9em; 
	font-weight: normal;
	color:#000;
	padding-left:5px;
	line-height:1.6em
}

a
{
	color:#FFF;
	font-size:0.9em; 
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


a:link
{
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


a:visited
{
	color:#000000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}


a:hover
{
	color:#000000;
	font-style:normal;
	text-decoration:underline;
}
/* Layout */
body

{
	margin: 0;
	padding:0;
	font-family: Verdana,'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#000;
	list-style:none;
	color:#000
}

#wrapper 

{
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding: 0pt;
	width:903px;
	background:transparent;
	overflow:hidden;
}

#header 

{
	width: 903px;
	height: 161px;
	background: url(../img/header.jpg) no-repeat;
}




#content_header

{
	clear:both;
	background: url(../img/contentheader.jpg) no-repeat;
	width:903px;
	height:37px;
}

#content
{
	clear:both;
	background: url(../img/contenbg.jpg) repeat;
	width:903px;
	height:auto;
	overflow:hidden;
}
#content_inhoud
{
	padding-left:75px;
	padding-right:65px;
}

#foto_container

{
  float:left;
  width: 300px;
}

#foto_container2

{
  float:right;
  width: 150px;
}


#footer
{
	background: url(../img/footer.jpg) no-repeat;
	height: 40px;
	width: 903px;
	
	color:#FFF;
	font-size:0.9em; 
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	
	padding-top:10px;
	padding-left: 65px;
}