*{
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image: url(gfx/background_c.png);
	margin: 0;
	padding: 0;
	background-position:top;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0px;
}

img.framed {
	border: 1px solid #000000;
	margin-left:8px;
	margin-bottom: 8px;
}

ul { 
	width:auto;
	list-style:none;
	margin-left: 0px;	
	margin-top:0px;	
}
  
ul li { 
	margin-left: 0px;
	margin-top:0px;
}

div#total {
	width: 652px;
	height: 546px;
	position: absolute;
	background-color: #afbcb1;
	border: 2px solid #333333; 
	left: 50%;
	top: 50%;
	margin-left: -328px; /* half of width */
	margin-top: -286px; /* half of height */
	background-image: url(gfx/background_content.png);
	background-repeat:no-repeat;
	background-position: 354px 3px;	
}

div#contentall {
	width: 682px;
	height: 590px;
	margin: 8px;
}

div#naam {
	width: 281px;
	height: 59px;
	clear:both;
}

div#contentvlak {
	width: 635px;
	height: 285px;
	background-image: url(gfx/background_contentvlak.png);
	margin-top: 48px;
}

div#menu {
	margin-top: 1px;
	float:left;
	width: 615px;
	height: 37px;
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
}

div#menu ul { 
	float:left; 
	margin-left:0px;
	margin-top:0px !important;
}

div#menu ul li { 
	float:left;
	margin-left:0px;	
	margin-top:0px !important;
}

div#text {
	clear:both;
	width: 600px;
	height: 370px;
	margin-left: 18px;
}

span.header { 
	font-size: 15px;
	font-weight: bold;	
}

div#contactinfo {
	margin-top: 12px;	
}

a, a:active, a:visited {
	color: #fa0505;
	text-decoration:none;	
}

a:hover{
	color: #fa0505;
	text-decoration: underline;	
}

ul.opdrachtgevers {
	list-style: disc;
	margin-left: 15px;
}