	
*{
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;	
	
	font-family:		Arial, Verdana, Helvetica, sans-serif;
}

html {
	width:				100%;
	height:				100%;
}

body{
	width:				100%;
	height:				100%;
	margin:				0px;
	background: 		#91ce42;
		
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	 
}

p{
	margin-top:			0px;
	margin-bottom:		15px;
	padding:			0px;
}

h1 {
	color:				#000;
	font-size:			12px;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0px;
}

h2 {
	color:				#000;
	font-size:			15px;
	font-weight:		bold;
	margin:				0px;
}

h3 {
	color:				#000;
	font-size:			12px;
	font-weight:		bold;
	margin:				0px;
}

img {
	border-width:		0px;
}

/* containers */
table#outerContainer {
	height:				100%;
	width:				912px;
	margin-left:		64px;
	background-color:#fff;
}
table#outerContainer td {
	vertical-align:		top;
}
table#outerContainer td#footer {
	height:				30px;
	vertical-align:		bottom;
	padding:			0 25px 10px 0;
	text-align:			right;
}

div#innerContainer {
	position:			relative;
	top:				0px;
	width:				912px;
	height:				auto;	
}
/* end containers */

/* navigatie */
div#navigation{
	position:			relative;
	float:				left;
	display:			inline;
	margin-left:		23px;
	width:				200px; /* 200 - 23 */
}

div#navigation ul {
	font-family:		Arial;
	font-size:			11px;
	padding: 			0px;
	margin: 			40px 0 0 0;
	list-style: 		none;
}
  	
div#navigation li {
	position: 			relative;
	width:				134px;
	color:				#fff;
	font-size:			11px;
	line-height:		1.0em;
	margin:				2px 0 1px 0;
	border-bottom:		2px dotted #808080;
}

div#navigation img {
	border: 			0px;
}	  
	
div#navigation li a{
	font-size:			11px;
	color:				#FFF;
	text-decoration:	none;
}
div#navigation li a:hover{
	color:				#FFF;
	text-decoration:	underline;
}

div#extraoptions {
	position:			relative;
	height:				auto;
	font-size:			0.7em;
}

div#contentContainer {
	position:			relative;
	float:				left;
	display:			inline;	
	margin-left:		0px;
	top:					0px;	
	padding:			103px 0 30px 0;
	width:				687px; /* 687 - 23 */
	background:			url(../images/contentcon_bg.gif) top right no-repeat;
}

div.textblock,
div.textblockDetails {
	width:				410px;
	font-size:			0.8em;
	line-height:		1.7em;
	color:				#000;
}
div#reflijst {
	margin-top:			100px;
}
div#workshop {
	margin-top:			0px;
}
div#backToProjects {
	margin-top:			320px;
}

table#outerContainer td#footer {
	font-size:			0.8em;
	color:				#192a04;
}
table#outerContainer td#footer span {
	padding:			0 13px 0 13px;
}

a{
	font-weight: 		normal;
	color: 				#000;
	text-decoration:	underline;
}
 a:hover{
	text-decoration:	none;
}


a.green{
	font-weight: 		bold;
	color: 				#91ce42;
	text-decoration:	none;
}
 a.green:hover{
	text-decoration:	underline;
}

.green {
	color:				#91ce42;
	font-weight:		bold;
}

table#projectdetails  {
	font-size:			0.9em;
	
}


