* {
	margin:0;
	padding:0;
}
body {
	background:#72932A;
	margin:30px auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.pagewidth {
	width:1000px;
	margin:0 auto;
	padding:0px;
	background-color:#ffffff;
}


/* header & nav */
div.header {
background-image:url(/images/header_bg.jpg); background-repeat:no-repeat; background-position:right;
	background-color:#FFFFFF;
	border-top:10px solid #87B632;
	margin:0 auto;
	height:200px
}
div.nav {
	height:50px;
	background:#986A95 url('/images/nav.png') repeat-x scroll left bottom;
	border-top:4px solid #BA9BB8;
}
div.nav ul {
	padding:0;
	margin:0;
	height:50px;
	float:left;
	position:relative;
}
div.nav ul li {
	color:#006600;
	float:left;
	padding:9px 12px;
}
div.nav ul li a, div.nav ul li a:visited, div.nav ul li a:hover {
list-style:disc;
	float:left;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:none;
}
div.nav ul li a:hover {
	color:#72932A;
}
div.nav ul li.selected a, div.nav ul li.selected a:visited, div.nav ul li.selected a:hover {
}



/* headers */
h1 {
	font-size:2.8em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#753870;
	letter-spacing:-1px;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
h2 {
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#72932A;
	letter-spacing:-1px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
	color:#753870;
	padding:7px 0;
	letter-spacing:-1px;
}



/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.9em;
	font-size:0.9em;
	color:#555555;
	text-align:justify;
}
ul {
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms 
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }*/
form input, form textarea {
	border:1px solid #87B632;
	border-bottom-color:#72932A;
	border-right-color:#72932A;
	padding:3px;
	margin-bottom:15px;
	width:288px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#753870 none repeat-x scroll bottom left;
	color:#ffffff;
	width:auto;
	border:1px solid #BA9BB8;
	font-size:0.8em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#CC0047 none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:2px solid #990036;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#753870;
	text-decoration:none;
	border-bottom:1px dotted #753870;
} 
a:hover { 
	color:#72932A; 
	border-bottom:1px dotted #72932A;
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
div.page ul {
	font-size:0.95em;
	
}
div.page ul li {
	padding:2px 0;
		font-family:Helvetica, Arial, sans-serif;
	
}
div.page p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

/* content */
div.page-wrap {
	padding:20px;
	clear:both;
	background-color:#fff;
}
div.content {
	float:left;
	width:65%;
	padding-right:20px;
	border-right:1px solid #87B632;
}
div.content ul {
	font-size:0.9em;
	list-style:disc;
	color:#72932A;
}
div.content ul li {
	padding-bottom:5px;
}

/* sidebar */
div.sidebar {
	padding-left:20px;
	float:left;
	width:30%;
	}
div.sidebar p { 
	margin-bottom:40px;
	padding:2px;
	

}
div.sidebar ul {
	margin:0 0 40px 0;
	padding:4px;
	font-size:0.9em;
}
div.sidebar ul li {
	font-size:1em;
	list-style:disc;
	color:#72932A;
	padding:4px;
	font-family:Helvetica, Arial, sans-serif;

}

#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 40px 50px 0px 50px;
	background: url(/images/ondergrond.png) no-repeat left top;
	font-size: 11px;
	color: #887450;
	text-align:justify;
}


/* footer */
div.footer {
	clear:both;
}
div.footer p {
	text-align:center;
	color:#ffffff;
	font-size:0.75em;
	letter-spacing:1.2px;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#ffffff;
	border-bottom:none;
	text-decoration:none;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
.foto {
padding-right: 30px;
}

