body  {
	background: #e8eef0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #566870;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
	line-height: 200%;
}
#container { 
	width: 952px;
	/*plus 2px vanwege border header*/	
	margin: 0 auto; 
	text-align: left;
} 
#header { 
	height: 283px;
	border: 1px solid #ccc;
	background-image: url(../images/header.jpg);
	
} 
#header-duits { 
	height: 283px;
	border: 1px solid #ccc;
	background-image: url(../images/header-duits.jpg);
	
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	
}
img {border: 1px solid #ccc; margin: 1px 0 5px 0;}
#sidebar2 {float: right; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

}
#mainContent { 

	margin: 0px 252px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
}
#mainContent H1 {font-size: 1.2em;color: #5688ba; margin: 0 auto;}
#mainContent H2 {font-size: 1.1em;color: #5688ba; margin-bottom: 0;}
#mainContent p {font-size: 1.0em; margin-bottom: 3px;margin-top: 0px;}
#mainContent ul {
	margin: 0 0 15px 10px;
	list-style-position: inside;
	list-style-type: square;
	
}
#mainContent li {
	font-size: 1.0em;
margin: 10px 0 0 -10px;
	
	
}

#tekstblok {background:#fff; border: 1px solid #ccc; padding: 10px; margin: 1px; }

#tekstblok a, #tekstblok a:visited {color: #5688ba; text-decoration: underline;}
#tekstblok a:hover {color: #fff; background-color: #5688ba;text-decoration: none;}


#wrapper_nav_logos {width: 120px; float:left;}
#logos { background-color:#fff; padding: 2px 5px 2px 0px; }

#logos img {display:block;}

#nav {float: left; color: #fff;font-size: 12px; width: 100px;  border: 1px solid #ccc; padding: 2px 5px; margin: 0 10px 10px 0; background-color:#568abd;}

#nav_index {color: #fff;font-size: 12px; width: 100px;  border: 1px solid #ccc; padding: 2px 5px; margin: 0 10px 10px 0; background-color:#568abd;}



#nav a, #nav a:visited, #nav_index a, #nav_index a:visited {color: #fff; text-decoration: none;}
#nav a:hover, #nav_index a:hover  {color: #fff; text-decoration: underline;}
#nav a.selected, #nav_index a.selected{text-decoration: underline;}
.leesmeer {font-size:9px;}
.bold {font-weight: bold;}

table.agenda {width: 400px; border: 1px solid #ccc; margin: 1em auto; text-align:center;}
.agendaklein {padding: 5px;	font-size: 0.8em;}
.agendaveld{padding: 5px; border: 1px solid #ccc;vertical-align: top; background: #d3e6f4; color: #568abd;font-weight: bold;}
.agenda_home{padding: 5px; border: 1px solid #ccc;vertical-align: top; background: #d3e6f4; color: #568abd;font-size:18px; vertical-align:middle;}
.agendakolom1 {background-color: #568abd; color: #fff; padding: 5px; border: 1px solid #ccc;}

#footer { background:#fff; border: 1px solid #ccc;
text-align:center;} 
#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 */}
#footer a, #footer a:visited {color: #5688ba; text-decoration: underline;}
#footer a:hover {color: #fff; background-color: #5688ba;text-decoration: none;}

#taal {	position: relative;	width: 100px;height: 15px;margin-left: 5px;	margin-top:258px;}	
#taal a {color: #fff; text-decoration:none;}
#taal img {border:0px; padding-left: 5px;}
.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;
}


[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 252px; }
#sidebar2 { width: 252px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 0px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
