@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #F7FEFF;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	background-image: url(images/detail.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-repeat: no-repeat;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-image: url(images/sidebar2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
}


/* Verschillende exemplaren van class voor hergebruik */
.fltrt { /* dit exemplaar van class kan worden gebruikt om een element aan de rechterzijde van uw pagina te laten zweven. Het zwevende element moet voorafgaan aan het element dat, op de pagina, naast het zwevende element moet staan. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* dit exemplaar van class kan worden gebruikt om een element aan de linkerzijde van uw pagina te laten zweven. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent  {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 580px 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	border: 10px none #035f7b;
} 
h1 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 1.2em;
	color: #035f7b;
	text-decoration: underline;
}
h2 {
	font-size: 1.1em;
	color: #035f7b;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #60952B;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #60952B;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #60952B;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #60952B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0A8DD3;
	font-weight: bold;
	text-decoration: none;
}

#footer  {
	padding: 0 10px 0 20px;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
.twoColFixLtHdr #container #mainContent #CollapsiblePanel6 .CollapsiblePanelContent table {
	text-align: center;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #000;
}
.bold       {
	font-weight: bold;
}
.centered       {
	text-align: center;
}
.shortdescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: normal;
}
