/* CSS Document */
* {font-family: Century Gothic, Arial, Helvetica, sans-serif;}
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form,  h3, h4,
h5, h6, hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {
	margin: 0;
	padding: 0;
}

img {border:none; vertical-align:bottom;}

body {
	font-size: 11px;
	background-color:#DADADA;
	font-size: 12px;
	/*color:#666666;*/
}

a:link, a:visited, a:active{
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;		
	color:#000;
}

#container {
	position:relative;
	width: 990px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
	background-image:url(../afbeeldingen/background_content.jpg);
}
#header{
	width:990px;
	height:265px;	
	margin-top:-10px;
}
#footer{
	background-image:url(../afbeeldingen/background_content_bottom.gif);
	width:990px;
	height:60px;
}
#content{
	position:relative;
	width:885px;;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:10px;
}
#content_left{
	width:650px;
	float:left;
	overflow:hidden;
}
#content_right{
	float:left;
	width:235px;
	vertical-align:middle;
}
#blok{
	background-image:url(../afbeeldingen/background_green.jpg);
	background-repeat:no-repeat;
	width:212px;
	height:247px;
	padding-left:30px;
	padding-top:40px;	
	margin-top:15px;
	margin-bottom:25px;	
}
h1{
	font-size:14px;
}
h2{
	font-size:12px;
}
#content_left table tr td p{
	line-height:22px;
	margin-bottom:6px;
	display:block;
	float:left;
	width:650px;
}
td p{
	padding-bottom:10px;
}
.content{
	width:580px;
	line-height:22px;
}
table,ul,li{line-height:22px;}
