@charset "utf-8";
body  {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
em
{
letter-spacing:0.1em;
font-size:1.1em;
}
a, a:visited{color:#0066FF}

.thrColElsHdr #container { 
	width: 825px;  /* this width will create a container that will fit in an 1000px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.thrColElsHdr #header { 
	display:none;
} 
.thrColElsHdr #header2 { 
	display:none;
	}
.thrColElsHdr #sidebar1 {
 display:none;
}

.thrColElsHdr #sidebar2 {
display:none;
}
.thrColElsHdr #mainContent {
 	margin:0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:34px;
} 
.thrColElsHdr #footer img{ position:relative; top:8px; border:none;}
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 9px 400px;; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.leesverder
{
background-image:url(../images/readon-blue.gif);
background-repeat:no-repeat;
background-position:0 3px;
padding-left:15px;
margin:0 0 5px 0;
}
p.leesverder a
{text-decoration:none;
}
p.leesverder a:hover{
text-decoration:underline;
}
table.links td{
padding:0 3px 0 3px;
vertical-align:top;
font-size:0.9em;
}
.voetnoot
{
font-size:0.9em;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
display:block;
margin:10px 0;
padding:3px 0;
float:left;
width:100%;
}
.voetnoot img{float:right;}
.voetnoot  a img{border:none;}
span#credits{float:right; width:100px;font-size:0.9em; display:inline; text-align:right; margin-top:5px;}
p.titel{ font-size:1em; margin:0; font-weight:bold;}

.publicaties
{
font-size:0.9em
}
span.auteur{font-weight:bold; }
/* formulieren */
.form {
display:block;
clear:both;
padding-top:0.5em;
}

fieldset
{margin:0 ; padding:5px;
}
fieldset.intern {float:none}

input, select {float:left}
input.nofloat {float:none}
input {width:200px}
.select {width:200px; float:left}
.klein input, submit, input.klein { width:75px}
input.jaar{width:25px}
legend {font-weight:bold; font-size:0.9em;}
label
{
width:250px;
float:left;
text-align:left;
font-weight:bold;
font-size:0.9em;
margin-left:0.2em;
padding:3px 0 0 0;
}
input.button {display:none}
