* {
    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%;
	width: 95%;
	_height: 100%;
	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
}

#header {
	height: 123px;
	background: #eeeeee;
	background: url(../plaatjes/layout_bg.gif) top left repeat; /* Faux column */
}
#header img.zonderrand {border: none;}

#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;
}

#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;
	padding-top: 10px;
	padding-left: 10px;
	/* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;color: #000000;
	background-color: #ffffff; 
	background-image: url(file:plaatjes/layout_rhh_bg.gif); 
	background-position: center; 
	background-repeat: no-repeat;
}
#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:0px;}
#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 {
	font-size: 16px;
	font-weight: bold;
	color: #ff8c00;
	text-align: left;
 	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;}

.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;}
.kleincursief{font-size: xx-small;background-color:transparent;font-style:italic;}
.oranje 	{color: #ff8c00;}
.vetoranje 	{color: #ff8c00;font-weight : bold;}
.rood 	{color: #ff0000;font-weight : bold;}
.roodklein 	{font-size: xx-small;color: #ff0000;font-weight : bold;}
.cursief{font-style : italic;}
.cursiefvet{font-style : italic;font-weight : bold;}
.doorgehaald{text-decoration : line-through;}
.doorgehaaldvet{text-decoration : line-through;font-weight : bold;}
.vetzwart {color: #000000;font-weight : bold;}
.mijnknop {background:#a2a2a2;font-size:9pt;font-weight:bold;color:#ffffff;}
.onderlijnd{text-decoration: underline;}
.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;}
.kader1 {
	float: left;
	clear:left;
	width: 125px;
	font-weight: bold;
	}
.kader2 {
	font: 13px verdana,arial,sans-serif;
	margin-left:135px;
}

.basictab ul{
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin: 0px;
height:40px;}

.basictab li{
display: inline;
margin: 0px;
}

.basictab li a{
float:left;
width:40px;
text-decoration: none;
padding-top: 3px;
height:15px;
margin-right: 7px;
margin-bottom: 0px;
border: 1px solid #ff8c00;
background-color: #ffffff;
color: #000000;
text-align:center;}

.basictab li a:visited{
color: #000000;
}

.basictab li a:hover, .basictab li a.current{
background-color: #ffa500;
border: 1px solid #ff8c00;
color: white;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
margin:0px;}

.tabcontent{
display:none;
}

#floatdiv {
    position:absolute;
    width:80px;
	height:22px;
	left:0px;
	top:0px;
    border:1px solid #ff8c00; 
}

