/* CSS Document */

/**
 * Reset stijl *
*/
body, div, h1, h2, h3, h4, h5, h6, pre, form, textarea, p {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
img { border: 0; }
caption, th { text-align: left; }
abbr, acronym { border: 0; }

/**
 * Basis *
**/

h1, h3, h5 {
	font-weight: bold;
	margin: 0.5em 0;  
	color: #E27D1D;
}
h2, h4, h6 {
	font-weight: bold;
	margin: 0.5em 0;  
	color: #5A99B8;
}


h1 a, h2 a, h3 a { text-decoration: none; }
h1 { font-size: 33px; }
h2 { font-size: 20px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5, h6 { font-size: 12px; }
p {
	margin: 1.5em 0;
	line-height: 1.7em;
}
a {
	color: #E27D1D;
	cursor: pointer;
}
a:hover { text-decoration: none; }
dl { margin: 0 0 1em 1.5em; }
dl dd { margin: 0 0 0.5em 1.5em; }
table {
	font-size: 11px;
	margin-bottom: 10px;
}
td {
	padding: 0.2em 0.6em;
	vertical-align: top;
}
form { margin-bottom: 10px; }
div.frame { text-align: center; }
div.frame img { background: #fff; border: 6px solid #fff; vertical-align: bottom; }
fieldset { border: 1px solid #fff; }
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ECB04F;
	color: #fff;
}

/**
 * Regio's *
**/

.ikben {
	color: #4C4743;
	font-size: 20px;
}
.ikben a {
	color: #4C4743;
	text-decoration: none;
}
.ikben a:hover {
	color: #5A9AB8;
}
ul.menu {
	color: #ECEADB;
	margin: 0px /*0 0 0 15px => geeft probs in IE*/; 
}
ul.menu a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
ul.menu a:hover {
	color: #4C4743;
}
.inhoud {
	background: #4C4743 ;
	
}
.handjes{
	float: right;
}
.foto{
	float: right;
position:relative;
	margin: 10px;
	border: 4px solid #EEEBD2
}
.contentheading {
	font-weight: bold;
	margin: 0;  
	color: #5A99B8;
	font-size: 20px;
        font-size: 33px; 
}
ul.menu #active_menu a {
	color: #4C4743;
}
#tekst {
	padding: 7px 0 0 0;
}
/* Scheiding tussen artikels */
.article_separator {
display : block;
height : 15px;
background-image : url(../images/scheiding.jpg);
background-repeat : repeat-x;
}
.inhoud .footer {display:none;}

/**
 * Typo *
**/

p.error {
	background: url(../images/icon-error.gif) no-repeat 0px 1px;
	color: #CC0000;
	padding-left: 25px;
}

p.tip {
	background: url(../images/icon-tips.gif) no-repeat 0px 1px;
	color: #FFCC00;
	padding-left: 25px;
}
p.download {
	background: url(../images/icon-download.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 15px 10px 15px 60px;
}





p.download {
	background: url(../images/icon-download.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 15px 10px 15px 60px;
        color: #000
}
p.error {
	background: url(../images/icon-error.gif) no-repeat 0px 1px;
	color: #CC0000;
	padding-left: 25px;
        color: #000
}
p.tip {
	background: url(../images/icon-tips.gif) no-repeat 0px 1px;
	color: #FFCC00;
	padding-left: 25px;
        color: #000
}
