/* some reset stuff */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {	
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	font:normal 12px Verdana, "Trebuchet MS", Arial, sans-serif;
	vertical-align: top;
}



input, select, textarea, button {

	font: normal 100% verdana, Arial, Verdana, sans-serif;

}

table, td, th {
	
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p {

	margin-bottom: 10px;

}

.clearfix:after {
 
	content: ".";
 
	display: block;
 
	height: 0;
 
	clear: both;
 
	visibility:hidden; 

}

* html .clearfix {

	height: 1%;

}

/* end reset */


body {
	
	font-family: verdana, calibri, Arial, Verdana, sans-serif;

	color: #000;

	background: #EDF6E2 url(../images/back.jpg) repeat-x top  /* this is your header image */

}


/* general styling */

p, li {
	line-height: 180%;
}

pre, 
code,
 {
	font-family: consolas, 'courier new', courier, sans-serif;
	line-height: 140%;
}

code {
	display: block;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 17px;
}
ul {
	padding: 0 0 0 14px;
	margin: 0 0 10px 0;
}

a {

	color: #063363;

	text-decoration: none;

}

a:hover {

	color: #000;

	text-decoration: underline;

}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
	color: #333;
}
h3 {
	font-size: 20px;
	color: #333;
}
h4 {
	font-size: 16px; font-weight: bold;}

h1 a, h2 a, h3 a, h4 a {
	color: #063363;
	text-decoration: none;
}

#active {
	font-weight: normal; color: #8DC63F; text-decoration: underline overline;}

/* Exceptions */


#footer {
	position: relative;
	clear: both;
    	margin: 15px 0px 0px 0;
	font-size: 11px;
	line-height: 28px;
	height: 31px;
	color: #575C5F;
	width: 100%;
}

#footer-left {
	position: relative;
	padding-top: 5px;
	z-index: 11;
	float: left;
	margin: 0 0 0 10px;
}
	
#footer-right { 
	position: relative;
	padding-top: 5px;
	z-index: 11;
   	float: right;
	text-align: right;
	margin: 0 30px 0 0;
}


#footer-center {
	position: relative;
	padding-top: 5px;
	top:0;
	margin: 0 10px 0 10px;
	z-index: 10;
	text-align: center;
	height:30px;
}


/* used in entries */

.entry {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;		/* firefox 1.0 */
	-khtml-opacity: 0.8;		/* webkit */
	opacity: 0.8;			/* css 3 */
	background-color: #EDF6E2;
	margin: 10px 10px 10px 10px;
	padding: 25px;
	zoom: 1;			/* for msie */	
}

.entry1 {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background-color: #EDF6E2;
	margin: 10px 10px 10px 10px;
	padding: 25px;
}

.widget-lg ul {
	padding: 0;
}

.meta {
	font-size: 11px;
	margin: 5px 0 0 0;
}
.meta a,
#footer p a {
	text-decoration: none;
}
.meta a:hover,
#footer p a:hover {
	text-decoration: underline;
}
.pagenav {
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 140%;
	padding: 0;
}


/* layout */

td { border-bottom-style: dashed ; 
border-bottom-color: black; 
border-bottom-width: 1px; 
line-height: 180%;}

.niet { border-bottom-style: dashed ; 
border-bottom-color: black; 
border-bottom-width: 0px; 
line-height: 180%;}

.dubbel { 
font-size: 18px;
border-bottom-style: dashed ; 
border-bottom-color: black; 
border-bottom-width: 1px; 
border-top-style: dashed ;
border-top-color: black; 
border-top-width: 1px;
line-height: 180%;
}


#wrapper {
	margin: 0px auto 0px auto;
	width: 960px;
}

#header {
	height: 200px;
	background: url(../images/header.jpg) no-repeat bottom center /* this is your header image */
}

#menu {
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
}
#menu ul {
	list-style:none;
	padding: 15px 0 0 20px;
}
#menu li  {
	font-size: 18px;
	float: left;
	margin-right: 20px;
}
#menu li a {
	color: #ffffff;
 text-decoration: none;}
#menu li a:hover {
	color: #8DC63F;
}

#siteinfo {
	padding: 0 0 0 0;
}

#main {
		
	/* this is your header image */
	float: left;
	width: 960px;
	min-height: 200px;
 	overflow-x: hidden;
	background: url(../images/face01.jpg) no-repeat top center;
}

#mainfoto {
	/* this is your header without image */
  	float: left;

	width: 940px;

 	overflow-x: hidden;

	border-style: solid ;
	border-color: white; 
	border-width: 10px;

}

#sidebar {
	float: right;
	width: 220px;
	z-index: 12;
	}
.sidebar-block {
	padding: 0 25px 15px 25px;
}

#footer {
	clear: both;
	background-color: #8DC63F;
	margin: 0px;
	}


