/*  http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color:#000;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*  basis typografie
-------------------------------------------- */
h1 {
	font-family:"Trebuchet MS", Courier, mono;
	font-weight:bold;
	font-size:220%;
	color:#73BE1E;
	z-index:9999;
	position:relative;
}

h2 {
	font-family:"Trebuchet MS", Courier, mono;
	font-weight:bold;
	font-size:180%;
	line-height:90%;
	color:#73BE1E;
	margin-top:1em;
	margin-bottom:1em;
}

h3 {
	font-size:120%;
	line-height:130%;
}

p {
	font-size:120%;
	line-height:140%;
	margin-bottom:1em;
}

p.inleiding, p.strong {
	font-size:140%;
	line-height:128%;
	font-weight:bold;
}

p.inleiding, p.strong, p.inleiding, p.strong {
	font-size:130%;
	line-height:140%;
}

a:link, a:visited {
	color:067BB5;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active {
	color:#000;
}

strong {
	font-weight:bold;
}

/*  structuur
-------------------------------------------- */
html {
	height:100%;
}

body {
	font:64%/1 Trebuchet MS, Arial, Helvetica, sans-serif;
	height:100%;
	background-color:#045C88;
}

#kader {
	width:918px;
	margin:0 auto 0 auto;
	position:relative;
	min-height:100%;
	padding-bottom:1px;
}

#header {
	position:absolute;
	top:40px;
	left:0px;
	width:198px;
	height:595px;
	background-image:url(../images/header.jpg);
}


/*  #navigatie
-------------------------------------------- */
#nav {
	position:absolute;
	top:0px;
	left:0px;
	width:918px;
	z-index:100;
	border-left:1px solid #4385A6;
}

#nav ul {
	font-size:120%;
	font-weight:bold;
	color:#FFF;
	
}

#nav li {
	float:left;
}

#nav a {
	display:block;
	padding:14px 31px 14px 31px;
	color:#FFF;
	border-right:1px solid #4385A6;
}

#nav a:hover {
	background-color:#FFFFFF;
	color:#045C88;
}

#nav a:active {
	background-color:#FFFFFF;
	color:#045C88;
}

.actief {
	display:block;
	float:left;
	padding:14px 31px 14px 31px;
	background-color:#73BE1E;
}


/*  #content
-------------------------------------------- */
#content {
	position:absolute;
	top:40px;
	left:198px;
	width:720px;
	background-color:#FFF;
	background-image:url(../images/bg_groen.gif);
	background-repeat:repeat-y
}

#content h1 {
 	padding:35px 0 25px 30px;
	width:380px;
}

#content h2 {
 	padding:0 0 0 30px;
	width:380px;
}

#content h4 {
 	padding:0 0 3px 30px;
	font-size:120%;	
	width:375px;
	font-weight: bold;	
	color:#444721;
}

#content p {
 	padding:0 0 10px 30px;
	width:375px;
	color:#444721;
}

#content li {
	font-size:120%;
	line-height:140%;
	margin-bottom:1em;
	padding:10px;
	margin-left:30px;
	width:350px;
	color:#444721;
	vertical-align:text-top;
	background-color:#CCCCCC;
}

#content li h3 {
	font-size:100%;
	line-height:140%;
	font-weight: bold;	
	color:#444721;
	vertical-align:text-top;
}

#content p.inleiding {
 	color:#73BE1E;
}

#plaatje {
	float:right;
	width:288px;
}

#plaatje p {
	margin:0;
	width:auto;
	color:#FFF;
	font-style:italic;
	font-size:120%;
	padding:10px;
}

#plaatje img {

}

/*  #overige
-------------------------------------------- */
#contact {
	background-color:#CCCCCC;
	padding:10px;
	width:350px;
	margin:0 0 10px 25px;
}

#contact h1 {
	font-size:150%;
	color:#666;
	padding:0 0 5px 0;
}

#contact p {
	color:#666;
	padding:0;
	margin:0;
}

#contact a {
}

/*  #utils
-------------------------------------------- */
.break {
	clear:both;
}
