body  {
	background: #839dce;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #244f9f;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
	
}
html {overflow-y: scroll;}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0f3f9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height: 100px;
	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/logo.jpg);
} 

#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: #f0f3f9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 20px;
	
	
}
#nav ul {padding: 0;margin: -20px 0px 10px 5px;list-style: none;display: block;  }
#nav li{display: block;font-size: 1.2em;line-height: 65%;margin: 1.2em 0; font-weight: bold; letter-spacing: 0.1em;}
#nav a, #nav a:visited{color: #244f9f;text-decoration: none; padding: 3px 1.0em 0 1.6em;}
#nav a:hover {color: #244f9f;text-decoration: underline;padding: 3px 1.0em 0 1.6em;background-image: url(../images/bg_nav_bullet.gif);	background-repeat: no-repeat;	background-position: left center;}
#nav a.selected:visited {color: #244f9f;text-decoration: none;background: url(../images/bg_nav_bullet.gif) no-repeat;background-position: left center;padding: 3px 1.0em 0 1.6em;}
#nav img {margin-left: 30px; border: 1px solid #244f9f; margin-bottom: 2px;}
#nav .echos {margin-left: 0px;border: 1px solid #244f9f; width: 200px;}
#nav object { border: 1px solid #244f9f; padding: 3px;}

#engels li{display: block;font-size: 1.2em;line-height: 65%;margin: 1em 0; letter-spacing: 0.05em;font-weight:400; }
#engels a, #engels a:visited{color: #244f9f;text-decoration: none; padding: 0 1.0em 0 1.8em;background-image: url(../images/eng.gif);	background-repeat: no-repeat;	background-position: left center;}
#engels a:hover {color: #244f9f;text-decoration: underline;padding: 0 1.0em 0 1.8em;background-image: url(../images/eng.gif);	background-repeat: no-repeat;	background-position: left center;}

#ned li{display: block;font-size: 1.2em;line-height: 65%;margin: 1em 0; letter-spacing: 0.05em;font-weight:400; }
#ned a, #ned a:visited{color: #244f9f;text-decoration: none; padding: 0 1.0em 0 1.8em;background-image: url(../images/ned.gif);	background-repeat: no-repeat;	background-position: left center;}
#ned a:hover {color: #244f9f;text-decoration: underline;padding: 0 1.0em 0 1.8em;background-image: url(../images/ned.gif);	background-repeat: no-repeat;	background-position: left center;}

#mainContent { 
	margin: 20px 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 40px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.lauwerkrans {
	background-image: url(../images/lauwerkrans.gif);
	background-repeat: no-repeat;
	background-position: 270px 120px ;
}

.lauwerkrans2 {
	background-image: url(../images/lauwerkrans2.gif);
	background-repeat: no-repeat;
	background-position: 200px 25px ;
}
img {border: 1px solid #244f9f; padding: 3px; margin: 2px;}
h1 {font-size: 1.4em;padding-top: 3px;
	margin-bottom: -3px;}
h2{ font-size: 1.2em;padding-top: 13px;
	margin-bottom: -3px; border-top: 1px dashed #ccc;color: #b0173d;}
h3{ font-size: 1.1em;padding-top: 13px;
	margin-bottom: -3px; color: #b0173d;}
p{font-size: 1.2em;margin-top:4px;
	  line-height: 1.4em; }
hr 	{color: #244f9f;
	background-color: #244f9f;
	line-height: normal;
	height: 1px;
	border: solid 1px;}
#mainContent ul {font-size:1.2em;}
#mainContent li {
	list-style-image:url(../images/bg_nav_bullet.gif);
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 8px;
}
#mainContent a, #mainContent a:visited, #mainContent a:active {color: #244f9f; text-decoration: underline; }
#mainContent a:hover {text-decoration: none; color: #fff;background-color: #244f9f;}
#footer {padding: 0 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f0f3f9;
} 
#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 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	
}
#footer a, #footer a:visited{color: #244f9f;text-decoration: none;}
#footer a:hover {color: #244f9f;text-decoration: underline;}

.vet {
	font-weight: bold;
}
.vetblauw {
	font-weight: 900;
	
	
	
}
.kop1 {font-size: 1.2em;padding-top: 3px;
	margin-bottom: -3px; font-weight: bold;}
.vetter {font-weight: bold; letter-spacing:0.1em;}
.clear {clear:both;}
.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;
}

.blok6 {

	
	background-color:#fff;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 1.2em;
	color: #b0173d;

	margin-left: 5px;

	

}
.echo {
	background-color:#fff;
	border: 1px solid #244f9f;
	padding: 10px;
	font-size: 1.0em;
	font-weight:bold;
	color: #b0173d;
	width: 150px;
	float:right;
	margin-left: 5px;
	text-align:center;
}

.afspraak {
	background-color:#fff;
	border: 1px solid #244f9f;
	padding: 10px;
	font-size: 1em;
	color: #b0173d;
	width: 180px;
	float:right;
	margin-left: 5px;
	text-align:center;
}
.terug {font-size: 0.9em; float:right;}

.film {
	background-color:#fff;
	border: 1px solid #244f9f;
	padding: 3px;
	width: 250px;
	float:right;
	margin-left: 5px;
	text-align:center;
}

<!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
#nav { width: 230px; }

<![endif]--><!--[if IE]>
 
/* place css fixes for all versions of IE in this conditional comment */
#nav { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]-->
