body {
	font-family: Arial, sans-serif;
	background: #C4C4C4 url('../gfx/body_background.jpg') center repeat-y;
	margin: 0;
}

a {
	text-decoration: none;
}

#wrapper {
	width: 775px;
	margin: 0 auto;
}

#header {
	width: 145px;
	float: left;
}

#header h1 {
	width: 145px;
	height: 56px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	background: url('../gfx/funding_logo.jpg') center no-repeat;
	text-indent: -999px;
}

#header h1 a {
	display: block;
	height: 100%;
}

ul#navigatie {
	list-style-type: none;
	margin: 40px 0 0 8px;
	padding: 0;
}

ul#navigatie li a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #7BC143;
}

ul#navigatie li a:hover,
ul#navigatie li a#actief {
	color: #000;
}

#adres {
	font-size: 10px;
	position: absolute;
	bottom: 25px;
	padding-left: 8px;
}

#adres a,
#adres span {
	color: #7BC143;
}

#content {
	width: 420px;
	margin-top: 119px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

#content h2 {
	font-size: 16px;
	color: #7BC143;
	margin: 0 0 7px 0;
}

#content .tussenkop, p.tussenkop {
	color: #7BC143;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}

#content a {
	color: #7BC143;
}

#content a:hover {
	border-bottom: 1px solid #7BC143;
}

#content p {
	margin: 0;
}

#content ul,
#content ol {
	padding-left: 15px;
}

* html #content ul,
* html #content ol {
	margin-left: 8px;
}

#sidebar {
	width: 178px;
	margin-top: 119px;
	float: right;
}

#sidebar #blok {
	width: 178px;
	text-indent: -9999px;
}

#sidebar #blok #en *,
#sidebar #blok #nl * {
	display: none;
}

#sidebar #blok #en {
	background: url('../gfx/kader_en.gif') top center no-repeat;
	height: 272px;
}

#sidebar #blok #nl {
	background: url('../gfx/kader_nl.gif') top center no-repeat;
	height: 272px;
}

#sidebar #image {
	margin-top: 25px;
	position: relative;
}

#sidebar #image #container {
	overflow: hidden;
	height: 132px;
	width: 178px;
}

#sidebar #image #frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 178px;
	height: 132px;
	background: url('../gfx/afbeelding_frame.png');
}

#sidebar #image p {
	font-size: 11px;
	color: #707879;
	padding-left: 7px;
	margin: 5px 0;
}

#content form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form ul label {
	width: 70px;
	display: block;
	float: left;
}

form ul input,
form ul textarea {
	width: 200px;
	padding: 0;
	border: 1px solid #5B5B5B;
}

form #special {
	visibility: hidden;
}
#content table {
	border:2px solid black;
}
#content .kleinetekst {
	font-size:11px;
}

/* Testimonials */

/* de ronde div */
.cornerBox { 
	position: relative; 
	background: #fff; 
	width: 176px; 
	margin-top:10px;
}
	
.corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('/site/gfx/corners.gif') no-repeat; 
}
	
.cornerBoxInner { 
	border:2px solid #7ac141; 
	padding: 10px; 
	font-size: 11px; 
	line-height: 15px;
}
.cornerBoxInner p { 
	padding: 0px; 
	margin:0px;
}
	
.TL { 
	top: 0; 
	left: 0; 
	background-position: 0 0; 
}
	
.TR { 
	top: 0; 
	right: 0; 
	background-position: -10px 0; 
}
	
.BL { 
	bottom: 0; 
	left: 0; 
	background-position: 0 -10px; 
}
	
.BR { 
	bottom: 0; 
	right: 0; 
	background-position: -10px -10px; 
}
.testimonial_name {
	font-style: italic;
}
.testimonial_title {
	font-weight: bold;
	font-size:13px;
	color:#7ac141;
	margin-bottom:5px;
}