@charset "utf-8";
/* CSS Document */
body  {
	font: 0.80em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	background: #27C6CB url(../images/bg.jpg);
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #fff;
}
a{ 
color:#FFF;
font-style:italic;
text-decoration:underline;
} 
a:hover{ 
text-decoration:none;
} 
.centreer{ 
text-align:center;
} 
.thrColFixHdr #container { 
	width: 925px;  /* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */
	background:#1f677e;
	margin: 0 auto 5px; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
	border: 5px solid #6597A4;
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
} 
.thrColFixHdr #header { 
	width: 925px;
	height:100px;
	margin:0 auto 5px;
	padding: 0 5px;  
	border-bottom: 1px solid #fff;
	text-align:left;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* door de marge van het laatste element in het element div voor #header op 0 in te stellen voorkomt u het wegvallen van marges – een onverklaarbare ruimte tussen div-elementen. Als om het element div een rand loopt, is dit niet nodig aangezien dit tevens het wegvallen van de marge voorkomt */
	padding: 4px 0; /* door het gebruik van padding (opvulling) in plaats van een marge (via het element margin) kunt u het element van de randen van het element div vandaan houden */
}
.thrColFixHdr #logo { 
	float:left;
	width: 250px;
	margin:0;
	padding: 0 5px;  
	text-align:left;
} 
.thrColFixHdr #menu { 
	float:right;
	top:65px;
	margin-top:70px;
	padding: 0 5px;  
	text-align:left;
} 
.thrColFixHdr #menu a { 
font-family:Georgia, "Times New Roman", Times, serif; 
color:#FFF;
font-style:italic;
text-decoration:none;
font-weight:bold;
} 
.thrColFixHdr #menu a:hover{ 
color:#000;
} 

.thrColFixHdr #sidebar1 {
	float: left; 
	width: 210px; 
	padding: 15px 15px 15px 0;
	margin-right:10px;
}
.thrColFixHdr #sidebar1 a{ 
color:#FFF;
font-style:italic;
text-decoration:none;
} 
.thrColFixHdr #sidebar1 a:hover{ 
color:#3CC7CA;
text-decoration:underline;
} 
.thrColFixHdr #sidebar1 .active{ 
color:#3CC7CA;
font-weight:bold;
} 
.thrColFixHdr #sidebar1 .mainlink{ 
padding-left:20px;
font-weight:bold;
} 

.thrColFixHdr #sidebar2 {
	float: right; 
	width: 400px; 
	padding: 15px 10px 15px 0;
	margin-left:30px;
}
.thrColFixHdr #sidebar3 {
	float: right; 
	width: 280px; 
	padding: 45px 10px 15px 0;
	margin-left:20px;
}

.thrColFixHdr #mainContent { 
	margin: 0 20px; 
	padding: 0 10px;
} 
img{border:0; margin-right:1px}
.rightimg {
	float : right;
	position : relative;
	margin : 0 10px;
	border: 1px solid black;
}
.leftimg {
	float : left;
	position : relative;
	margin : 10px;
	border: 1px solid black;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5 {font-family:Georgia, "Times New Roman", Times, serif; color:#FFF;}
h1 {font-variant:small-caps; font-size:150%;}
h2 {font-size:120%; font-weight:bold; color:#efefef;}
h3 {font-size:110%;}
h4 {font-size:100%; font-weight:bold;}
.slideshow { height: 350px; width: 400px; float: right; margin: 0 0 10px 0px; }
.slideshow img { padding: 8px; border: 1px solid #ccc; background-color: #eee; }
.slideshow2 { height: 350px; width: 280px; float: right; margin: 0 0 10px 0px; }
.slideshow2 img { padding: 8px; border: 1px solid #ccc; background-color: #eee; }

.thrColFixHdr #footer { 
	width: 925px;
	height:25px;
	margin:0 auto;
	padding: 0 5px;  
	border-top: 1px solid #fff;
	text-align:left;
} 
.thrColFixHdr #footer p {
	margin: 0; /* door de marges van het eerste element in de footer (voettekst) in te stellen op 0 vermijdt u het risico dat de marge wegvalt – een ruimte tussen div-elementen */
	padding: 5px 0; /* door het gebruik van padding (opvulling) voor dit element maakt u ruimte (op dezelfde manier als door middel van een marge), zonder het probleem van wegvallende marges */
}
.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;
}
@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	background-color:#6597A4;
	border: solid 1px #6597A4;
border-top:0;
overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #5AAFBE;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
font-weight:bold;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 200px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #86DDDF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #5AAFBE;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #47CED2;
}
table {
	border:1px solid #2885A4;
	border-bottom:0;
	border-left:0;
}
td{	background-color: #1D6076;
	border:1px solid #2885A4;
	border-right:0;
	border-top:0;

	padding:2px;
	margin:2px;
	text-align:left;
	vertical-align:top;
}
