BODY {
	font-family : Arial;
	font-size : 10pt;
	color : #042D56;
	line-height: 120%;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-position: right top;
        background-repeat: no-repeat;
        background-attachment: fixed;
}

TD {
	font-family : Arial;
	font-size : 10pt;
	color: #042D56;
	line-height: 120%;
}

A {
	text-decoration : none;
	color : #8C981B;
	font-style : italic;
}

H3.topicSelected {
	font-family : Arial;
	font-size: 12pt;
	color : #8C981B;
}

H3.categorySelected {
	font-family : Arial;
	font-size: 12pt;
	color : #042D56;
}
#event {
	font-size: 90%;
	margin-left: 20;
}
H4 {
	font-family : Arial;
	font-size: 110%;
}
#maxcontent0 {
	line-height: 120%;
   	width: expression( document.body.clientWidth > 750 ? "750px" : "auto" ); /* sets max-width for IE */
   	max-width: 800px; /* this sets the max-width value for all standards-compliant browsers */
   	text-align:justify;
}
#maxcontent {
	line-height: 120%;
	margin-left: 50px;
	margin-right: 20px;
   	width: expression( document.body.clientWidth > 800 ? "750px" : "auto" ); /* sets max-width for IE */
   	max-width: 800px; /* this sets the max-width value for all standards-compliant browsers */
	text-align:justify;
}
#maxcontenthome {
	line-height: 120%;
	text-align:justify;
   	width: expression( document.body.clientWidth > 1000 ? "1000px" : "auto" ); /* sets max-width for IE */
   	max-width: 1000px; /* this sets the max-width value for all standards-compliant browsers */
}
/* bosbericht tabel */
.bb {
overflow: hidden;   
text-align: left; width: 600px;
}
.bbnr {
  border: none; float: left; margin: 0; padding: 0; width: 40px;
}
.bbtekst {
  border: none; float: left; margin: 0; padding: 0; width: 500px; 
}
/* project-bestanden tabel */
td.projinhoud {
padding-top:10px;
}

td.projkop {
width:140px;
font-style:italic;
vertical-align:top;
padding-top:10px;
}
/* */
.go_away{
display: none;
}
.small {
font-size: 70%;
}
/* boeken */

.boek{
margin: 20px 0;
}
.boekomslag {
 width: 140px;
 float: left;
 display: inline;
 margin: 0px 0px 0 0px;
 padding: 10px;
}
.boekomslag img {
border:0;
}
.boektekst {
 width: 600px;
 float: left;
 display: inline;
 margin: 0px 0px 0 0px;
 padding: 10px;
}
/*TOOLTIP*/
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#166583;
    text-decoration: none;}

a.info:hover{z-index:25; background-color:#E3E3E6;}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    padding: 0.8em;
    top:2em; left:-5em; width:25em;
    border:1px solid #166583;
    background-color:#ffffff; color:#333;
    text-align:left;
	text-decoration: none;}

/*tableboek*/
#tableboek
{
	table-layout:fixed; 
	width: 100%; 
	margin-left:auto;
	margin-right:auto;
	border:2px solid #F0EEF4;
	border-collapse: collapse;
	empty-cells:show;
	text-align:left;
}
#tableboek thead 
{
background-color:#F0EEF4;
}
#tableboek td,#tableboek th 
{
	border:2px solid #F0EEF4;
	padding:8px;
	vertical-align:top;
	text-align:center;
	
}
#tableboek th 
{
	font-size: 120%;
	height:50px;
	text-align:left;
}
#tableboek img {
border:0;
}

