* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
	/* HEEL BELANGRIJK! */
	background: #eeeeee;
	font : 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
	min-height: 100%;
	_height: 100%;
	width: 95%;
	margin: 0 auto;
	/* deze div centreren */
	position: relative;
	/* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
	border: 1px solid #ff8c00;
	background: url(../plaatjes/layout_bg.gif) top left repeat-y; /* Faux column */
	background-color: #ffffff
}
#indexkader {
	min-height: 100%;
	height: 100%;
	width: 95%;
	margin: 0 auto;
	/* deze div centreren */
	position: relative;
	/* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
	border: 1px solid #ff8c00;
	background-color: #ffffff;
	font-size:12px;
}

#header {
	height: 114px;
	background: #eeeeee;
	background: url(../plaatjes/layout_bg.gif) top left repeat; /* Faux column */
}
#header img.zonderrand {border: none;}
div#headerlinks {
	background-color: transparent;
	color: #000;
	padding: 10px 10px 10px 40px;
	float: left;
	clear : left;}
div#headerrechts {
	padding: 15px 0px 0px 0px;
	float:right;
	font-size: xx-small;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width:110px;
	height:90px;}

div#headermidden {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	padding: 1.5em;
	text-align : center;
	vertical-align : middle;}

div#headermidden h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	text-align : center;
	line-height:36px;
}

div#headermidden h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 1em;
	text-align : center;
	line-height:20px;
	display:inline;
	}

div#headermidden h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	text-align : center;
	line-height:20px;
	display:inline;
}
#tussenregel{
	height:22px;
	padding-right:12px;
	background: url(../plaatjes/layout_bg.gif) top left repeat;
	/* Faux column */
	font-size: xx-small;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img.zonderrand {border: none;}

#menu {
    width: 175px;
    float: left;
    height: auto;
    margin-bottom: 55px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	color:#000;
	font: bold 13px verdana,arial,sans-serif;
	padding-top: 0px;
}

#menu a {
display: block;
color: #000;
text-indent:8px;
font: bold 13px verdana,arial,sans-serif;
text-decoration: none;
line-height: 20px;
margin-top:2px;
margin-bottom:2px;
}

#menu a:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:3px;
line-height: 20px;
margin-top:2px;
margin-bottom:2px;
background-color:#ffffff;}

#menu a.actief {
display: block;
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:3px;
font: bold 13px verdana,arial,sans-serif;
text-decoration: none;
line-height: 20px;
margin-top:2px;
margin-bottom:2px;
}

#menu a.sub1 {
display: block;
color: #000;
text-indent:18px;
font: bold 11px verdana,arial,sans-serif;
text-decoration: none;
line-height: 15px;
margin-top:2px;
margin-bottom:2px;
}

#menu a.sub1:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:13px;
line-height: 15px;
margin-top:2px;
margin-bottom:2px;
background-color:#ffffff;}

#menu a.sub1actief {
display: block;
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:13px;
font: bold 11px verdana,arial,sans-serif;
text-decoration: none;
line-height: 15px;
margin-top:2px;
margin-bottom:2px;
}

#menu a.sub1actief:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:13px;
line-height: 15px;
margin-top:2px;
margin-bottom:2px;
background-color:#ffffff;}

#menu a.sub2 {
display: block;
color: #000;
text-indent:28px;
font: bold 9px verdana,arial,sans-serif;
text-decoration: none;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
}

#menu a.sub2:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:23px;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
background-color:#ffffff;}

#menu a.sub2actief {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:23px;
font: bold 9px verdana,arial,sans-serif;
text-decoration: none;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
}

#menu a.sub2actief:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:23px;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
background-color:#ffffff;}

#menu a.sub3 {
display: block;
color: #000;
text-indent:38px;
font:  9px verdana,arial,sans-serif;
text-decoration: none;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
}

#menu a.sub3:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:33px;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
background-color:#ffffff;}

#menu a.sub3actief {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:33px;
font: 9px verdana,arial,sans-serif;
text-decoration: none;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
}

#menu a.sub3actief:hover {
color: #ff8c00;
border-left: 5px solid #ff8c00;
text-indent:33px;
line-height: 15px;
margin-top:1px;
margin-bottom:1px;
background-color:#ffffff;}

#content {
	position:relative;
	width: 75%;
	float: left;
	height: auto;
    margin-bottom: 60px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;color: #000000;
}
#content a	{color:#000000;text-decoration: underline;border-bottom:1px solid #000000;cursor: pointer;}
#content a:visited {color:#000000;text-decoration:underline}
#content a:hover	{color: #ff8c00;text-decoration: underline;cursor: pointer;border-bottom:1px solid #ff8c00;}
#content a:active	{color:#000000;text-decoration: none;border-bottom:1px solid #000000;cursor: pointer;}
#content img {border: 1px solid #ff8c00;vertical-align : top; margin-left: 0px;margin-top: 2px;margin-right: 2px;margin-bottom:2px;}
#content img.tab {margin-left: 0px;margin-top: 0px;margin-right: 2px;margin-bottom:1px;}
#content img.zonderrand {border: none;}
#content p {padding-left:3px; margin-bottom:10px;}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ff8c00;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-color : #FF8C00;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
#content h2 {
	padding-left:3px;
	font-size: 16px;
	font-weight: bold;
	color: #ff8c00;
 	margin-bottom: 10px;
	background-image: url(../plaatjes/kopje1_red.jpeg); 
	background-repeat: repeat-x;

}
	
#footer {
    position: absolute;
    bottom: 0;
    margin: 0 auto; /* deze div centreren */
	padding-top: 5px;
    width: 100%;
    height: 40px;
	background: #eeeeee;
	text-align: center;
	background: url(../plaatjes/layout_bg.gif) top left repeat; /* Faux column */
}
#footer img.zonderrand {border: none;}

.agendalinks {
	clear:both;
	float: left;
	width: 200px;
	border-bottom: solid 1px #ff8c00;
}
.agendalinksdoorgehaald {
	clear:both;
	float: left;
	width: 200px;
	text-decoration : line-through;
	border-bottom: solid 1px #ff8c00;
 	background-color: #eeeeee;
	}
.agendarechts {
	float: left;
	text-align: left;
	border-bottom: solid 1px #ff8c00;
	width: 300px;
}
.agendarechtsdoorgehaald {
	float: left;
	text-align: left;
	text-decoration : line-through;
	border-bottom: solid 1px #ff8c00;
	background-color: #eeeeee;
	width: 300px;
}

.klein	{font-size: xx-small;color: #000000;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.kleinvet	{font-size: xx-small;color: #000000;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-weight : bold;}
.kleincursiefrood{color:#ff0000;font-size:x-small;background-color:transparent;
							font-style:italic;}
.kleincursieforanje{color:#ff8c00;font-size:x-small;background-color:transparent;font-style:italic;font-weight:bold;border-bottom:1px solid #ff8c00;}
.oranje 	{color: #ff8c00;}
.vetoranje 	{color: #ff8c00;font-weight : bold;}
.rood 	{color: #ff0000;font-weight : bold;}
.cursief{font-style : italic;}
.cursiefvet{font-style : italic;font-weight : bold;}
.doorgehaald{text-decoration : line-through;}
.onderlijnd{text-decoration: underline;}
.vetzwart {color: #000000;font-weight : bold;}
.mijnknop {background:#a2a2a2;font-size:9pt;font-weight:bold;color:#ffffff;}
.zoekknop {
	background: url(../plaatjes/layout_zoek.jpg) no-repeat;
	border:1px solid #ff8c00;
	height:18px;
	width:18px;
	position:absolute;
}
.q {
	border: 1px solid #FF8C00;
	background-image: url(../plaatjes/layout_bg.gif);
	font-weight : bold;
	font-size:13px;
}
img {border: 1px solid #ff8c00;vertical-align : top; margin:3px;}
img.zonderrand {border: none;}

p.kader {
	border-bottom: 1px solid #ff8c00;
	font: 10px verdana,arial,sans-serif;
	vertical-align: top;
	margin-bottom:50px;
}
.kader1 {
	float: left;
	clear:left;
	width: 100px;
	font-weight: bold;
	}
.kader2 {
	font: 13px verdana,arial,sans-serif;
	margin-left:110px;
}
p.zonder {
	line-height: 80px;
	display: block;
	padding: 5px;
}
blockquote {
	display:block;
	padding: 5px;
}
blockquote.contact {
	display:block;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height:16px;
}

#floatdiv {
    position:absolute;
    width:80px;
	height:22px;
	left:0px;
	top:0px;
    border:1px solid #ff8c00; 
}
	
.tabcontainer{
	clear: both;
	/*width of 2nd level sub menus*/
margin-top:0px;
}

.tabcontent{
display:none;
margin-bottom:0px;
margin-top:0px;}

.eersteletter:first-letter {
	font: bold 16px verdana,arial,sans-serif;
}
form{
	font: 12px verdana,arial,sans-serif;
}
