@charset "UTF-8";
body  {
	background: #e6e6e6;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 36px;
	} 
.twoColFixLtHdr #top {
	background-color: #e7e7e7;
	background-image: url(../img/boven.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 800px;
} 
.twoColFixLtHdr #header {
	background: #e7e7e7;  /* 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. */
	height: 240px;
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #e7e7e7;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #ffffff;
}
.twoColFixLtHdr #mainContent {
	bottom: 20px;
	font-size: 11px;
	line-height: 15px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	top: 23px;
	left: 0px;
	position: relative;
	width: 630px;
	overflow: hidden;
	height: 4700px;
} 
.twoColFixLtHdr #footer {
	background-color: #e7e7e7;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
div#left {
	width: 170px;
	position: relative;
	float: left;
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

div#right {
	width: 630px;
	height: 490px;
	font-size: 11px;
	position: relative;
	float: right;
	display: block;
	line-height: 15px;
	top: 23px;
	bottom: 20px;
	overflow: hidden;
}

.broad {
	font-size: 11px;
	color: #000000;
	width: 630px;
	vertical-align: top;
	line-height: 15px;
	top: 20px;
	padding-left: 10px;
}

.kop {
	font-size: 15px;
	color: #F00016;
	font-weight: bold;
}

.kol {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	line-height: 15px;
}

a.a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a.a:hover {
	color: #F00016;
	text-decoration: none;
	font-size: 12px;
}           

a.b {
	color: #F00016;
	text-decoration: none;
	font-size: 12px;
}
a.b:hover {
	color: #F00016;
	text-decoration: none;
	font-size: 12px;
}

a.c {
	color: #000000; text-decoration: none; font-size: 11px; 
}
a.c:hover {
	color: #F00016; text-decoration: none; font-size: 11px; 
}  
.kop2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.foto {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

