body  {
	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: #666;
	
	background-image:url(../images/bg_body2011.jpg);
	background-position:0px 300px;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
}
html {overflow-y: scroll;}
#wrapper {
	width: 100%;
	background-image:url(../images/bg_wrapper_hlh.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto 0 110px; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 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 */
	margin-top: -20px;
	padding: 15px 10px 15px 50px;
	color: #fff;
	
}

#sidebar1 ul {padding: 0;margin: 0  0 0 15px ;list-style: none;display: block;font-size: 1em; letter-spacing: 0.05em; line-height: 100%;}
#sidebar1 ul li{display: block;line-height: 100%;margin: 0.3em 0; letter-spacing: 0.05em;}
#sidebar1 ul li li {display: block;margin: 0.4em 0;}

#sidebar1 a, #sidebar1 a:visited{color: #fff;text-decoration: none; padding: 0 1.0em 2px 1.9em;}

#sidebar1 a:hover {color: #fff;text-decoration: underline;padding: 0 1.0em 2px 1.9em;background-image: url(../images/nav_bullet.gif);	background-repeat: no-repeat;	background-position: left center;}

#sidebar1 a.selected:visited {color: #fff;text-decoration: underline;background: url(../images/nav_bullet.gif) no-repeat;background-position: left center;padding: 0 1.0em 2px 1.9em;}
.hoofdstuk{ font-weight:bold; text-indent:10px;}


#mainContent { 
	margin: 0 0 0 310px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent H1{
	color: #ab208e;
	border-bottom: 1px solid #ccc;
	font-size: 1.6em;
	font-variant: small-caps;
	text-transform: uppercase;
	margin-bottom: 1px;}

#mainContent H2{ color: #ab208e; border-bottom: 1px solid #ccc; font-size: 1.2em;	font-variant: small-caps;text-transform: uppercase; margin-bottom: 1px;}

.highlight{ color: #ab208e;  font-size: 1.0em; font-weight:bold;}
.paars{ color: #ab208e;}
#mainContent p{
	letter-spacing:0.05ex;
	margin-top: 0px;
	line-height:150%;
	font-size: 1em;
}
#mainContent img {border: 1px solid #ab208e;}
.img_right {margin: 5px; float: right;}
.img_left {margin: 5px; float: left;}

#mainContent a, #mainContent a:visited {text-decoration:underline; color: #666;}
#mainContent a:hover {text-decoration:none; background-color:#ab208e;color: #fff;}

#mainContent hr {color:#e3b5da;line-height: normal;height:1px;margin-top:1px;margin-bottom:1px;}
.hr {
	height:31px;
	border: 1px solid #ab208e;
	background-attachment: scroll;
	background-color: #e3b5da;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear:both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.hr hr {display: none;}
#mainContent li {list-style-image:url(../images/bullet.gif);}
table.agenda {width: 430px; border: 1px solid #666; margin-top: 1em;}
table.agenda th {background-color: #ab208e; color: #fff;padding: 5px;letter-spacing: 0.05em; }
.agendaveld {padding: 5px; }
.agendakop {background-color: #c35cae; color: #fff; letter-spacing: 0.05em;padding: 5px; width: 65px;border: 1px solid #666;}
#footer { 
	padding: 15px 10px 0 80px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
#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 */
	color: #a44e2d;
	font-size: 0.9em;
	/* [disabled]letter-spacing:0.05em; */
	font-variant: small-caps;
	text-transform: uppercase;	
}
#footer a, #footer a:visited {text-decoration:underline; color: #a44e2d;}
#footer a:hover {text-decoration:none; background-color:#ab208e;color: #fff; }
#copyright {font-size: 0.8em;}
.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;
}
.td {border-right: 5px solid #e3b5da; border-left: 5px solid #e3b5da;}

.kader {
margin: 0.2em auto 1em auto;
	width: 175px;

	
	float: right;
	background-color: #e9edf6;
	padding: 5px;
	border: 1px solid #e3b5da;
	
}

