html {
	height:100%;
	margin: 0px;
	padding:0px;
}

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height:100%;
	border:none;
	background-color: #304140;
}

#wrapper {
	width:900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	background-image: url(layout/stimulator.jpg);
	height: 620px;
}

#content {
	width:650px;
	margin: 0px auto 0px auto;
	padding: 480px 0px 0px 0px;
}

#cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.head {
	font-size : 34px;
	font-weight: bold;
	font: Arial Narrow;
	color: #666;
}

.headGreen {
	font-size : 34px;
	font-weight: bold;
	font: Arial Narrow;
	color: #447a1c;
}

.kop {
	font-size : 11px;
	letter-spacing : 0px;
	font-weight: normal;
	font: Arial Narrow;
	color: #000000;
}

.bold {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.boldRed {
	font-weight: bold;
	color: #e42322;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyTekst {
	color: #2D3329;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyTekstKlein {
	color: #727272;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Navigatie */
a {
	font-size : 12px;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color : #727272;
	text-decoration : none;
}

a:hover, a:active{
	color : #161616;
	text-decoration : none;
}

a.sub {
	font-size : 12px;
}

a.sub:link, a.sub:visited {
	color : #e42322;
	text-decoration : none;
}

a.sub:hover, a.sub:active {
	color : #24420E;
	text-decoration : none;
}


a.klein {
	font-size : 11px;
}

a.klein:link, a.klein:visited {
	color : #e42322;
	text-decoration : none;
}

a.klein:hover, a.klein:active {
	color : #999999;
	text-decoration : none;
}

a.klein2 {
	font-size : 11px;
}

a.klein2:link, a.klein2:visited {
	color : #FFF;
	;
	text-decoration : none;
}

a.klein2:hover, a.klein:active {
	color : #CCC;
	text-decoration : none;
}
