@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
p {
	padding-bottom:10px;
}
html, body {
	height: 100%; /* héél belangrijk */
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #bdbdbd;
	background: #666666;
	line-height:20px;
	text-align: justify;
}
#container {
	top:20px;
	width: 912px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;

}
#header{
	height:189px;
	width:900px;
	margin: 0 auto;
	background-color:#000;
	border-top: 1px solid #bdbdbd;

}
#gang {
	background-image: url(../images/gang.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:187px;
}

#menu {
	height:30px;
	width:900px;
	margin: 0 auto;
	background-position:bottom;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
#buttonhome {
padding-top:3px;
width:180px;
height:28px;
float:left;
}
#buttonbiography {
padding-top:3px;
width:268px;
height:28px;
float:left;
}
#buttonbibliography {
padding-top:3px;
width:268px;
height:28px;
border-left: 1px solid #666666;
float:left;
}
#buttonnews {
padding-top:3px;
width:180px;
height:28px;
float:left;
}
#inhoud {
	width:900px;
	margin: 0 auto;
	clear:both;

}
.kolom1 {
background-image:url(../images/trap.jpg);
background-repeat:no-repeat;
background-color:#060000;
width:180px;
}

.kolom2 {
padding-top:30px;
padding-left:20px;
padding-right:20px;
vertical-align:top;
}

.kolom3 {
	width:182px;
	vertical-align:top;
	text-align:left;
}
.rightcontent {
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
}
#lijn {
	margin-top:20px;
	height:3px;
	background-image:url(../images/lijnhorizontal.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#buttonblog {
	height:30px;
	padding-top:3px;
	margin-top:20px;
	width:180px;
	height:28px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}


#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 15px;
	text-align:center;
	font-size:9px;
	color:#888;
	background-color:#666666;
}
h1 {
color:#DF621F;
font-size:14px;
padding-bottom:5px;
}
hr {
height: 0;
width:90%;
border: 0;
border-top: 1px solid #333;

} 
a:link{color:#DF621F; text-decoration:none;}
a:visited{color:#DF621F; text-decoration:none;}
a:hover{color:#DF621F; text-decoration:underline;}
.rightcontent a:link{color:#bdbdbd; text-decoration:none;}
.rightcontent a:visited{color:#bdbdbd; text-decoration:none;}
.rightcontent a:hover{color:#bdbdbd; text-decoration:underline;}
#footer a:link{color:#888; text-decoration:none;}
#footer a:visited{color:#888; text-decoration:none;}
#footer a:hover{color:#888;}
.reakties {color:#666666;}
    .sIFR-active h1 {
      visibility: hidden;
      font-family: Verdana;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }
.rood {color:#CC0000; font-weight:bold;}
