BODY {
	font-family : Arial;
	font-size : 10pt;
	color : #042D56;
	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;
}

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 {
   	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 {
	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 {
	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: auto;   
text-align: left; width: 100%;
}
.bbnr {
  border: none; float: left; margin: 0; padding: 0; width: 40px;
}
.bbtekst {
  border: none; float: left; margin: 0; padding: 0; 
}

.go_away{
display: none;
}
.small {
font-size: 70%;
}