@charset "utf-8";

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	color: #543;
	background-color: #CBDBF5;
	background-image: url(../images/haag.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 25px;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 2.2em;
	margin-bottom: 18px;
	color: #6AA261;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent img {
	margin-right: 12px;
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	color: #666;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
h2 {
	color: #654;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.6em;
}
em {
	font-size: 100%;
	color: #727272;
}
#mainContent h4 {
	color: #889E83;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
}





/* sub navigation */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 218px;
}
.twoColFixLtHdr #sidebar1 h1 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	background-color: #CECBBB;
	background-image: url(imgages/sidenavh1.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 li {
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F0E8;
	border-bottom-color: #A98;
}
.twoColFixLtHdr #sidebar1 li a {
	
	display: block;
	color: #554;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #E4E0D3;
}
.twoColFixLtHdr #sidebar1 li a:hover {
	background: #D6CCB9;
	color: #654;
}



/* footer */
.twoColFixLtHdr #footer {
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 980px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 124px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.twoColFixLtHdr #footer a {
	color: #FFD;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



.twoColFixLtHdr #mainContent li {
	list-style: url(imgages/li.gif);
	margin-left: 18px;
}



body  {
	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;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/rekker.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 45px;
	text-align: right;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 70px;
} 
#header h1 img {
	padding-right: 180px;
}

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.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;
}
.twoColFixLtHdr #container #header a {
	font-size: 12px;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.imgLinks {
	float: left;
	margin-right: 50px;
	padding-right: 30px;
}
#mainContent ul li {
	color: #2B70A8;
	list-style-position: inside;
}

.imgRechts {
	float: right;
	margin-left: 20px;
}
.kader {
	font-size: 125%;
	color: #757575;
	background-color: #F7F5F2;
	padding: 10px;
	font-style: italic;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 95px;
}
.naarBoven {
	color: #834E36;
	float: right;
}
h3 {
	font-size: 14px;
	color: #BE8862;
	padding-bottom: 10px;
	padding-top: 15px;
}
.kaderVol {
	font-size: 125%;
	color: #757575;
	background-color: #F7F5F2;
	padding: 10px;
	font-style: italic;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer p {
	font-size: 1em;
}

