@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #999;
	
}
p, h1, h2, h3, h4, h5 {
	margin-left: 10px;
	margin-right: 10px;
}
h1, h2, h3, h4, h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}
h1{ padding: 0px;
	
	}
a {
	color:#000;
	font-weight: bold;
}

a:hover{
	text-decoration:none;
	color: #999;
}
.thrColFixHdr #container {
	width: 996px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	
} 
.thrColFixHdr #header {
	padding: 0;  /* 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. */
	overflow: hidden;
	background-color: #000;
} 
.thrColFixHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position:relative;
	width: 225px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-image: url(images/agenda.jpg);
	height: 237px;
	background-repeat: no-repeat;
}

#sidebar1 h1 {
	position:absolute;
	height: 237px;
	width: 225px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
#sidebar1 h1 a {
	display: block;
	height: 237px;
	width: 225px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
#sidebar1 h1 a:hover{
	display: block;
	height: 237px;
	width: 225px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(hover/agenda.jpg);
	background-repeat: no-repeat;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 217px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	color: #CCC;
	background-color: #000;
	margin-top: 120px;
}
.thrColFixHdr #sidebar2 h3 {
	font-weight: normal;
	}
.thrColFixHdr #sidebar2 a {
	color:#FFF;
}
.thrColFixHdr #sidebar2 a:hover {
	color:#999;
}
	
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 225px;
	margin-right: 217px;
	background-image: url(images/papier.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#000;
	line-height:1.5;
} 
.thrColFixHdr #mainContent h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.thrColFixHdr #footer {
	padding: 0;
	background-color: #000;
	height: 124px;
	background-repeat: no-repeat;
} 
#footer h1{
	display:block;
	padding: 0px;
	margin:0px;
	height: 124px;
	width: 394px;
} 
 
.thrColFixHdr #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 */
	
}
.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;
}
#headerl {
	height: 415px;
	width: 528px;
	float: left;
}
#headerr {
	height: 414px;
	width: 168px;
	float: right;
}
#headerm {
	position:relative;
	height: 415px;
	margin-left: 528px;
	margin-right: 168px;
	background-image: url(images/lezingen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerm h1 {
	height: 194px;
	width: 301px;
	text-indent: -9999px;
}
#headerm h1 a {
	display: block;
	height: 194px;
	width: 301px;
	text-indent: -9999px;
}
#headerm h1 a:hover{
	display: block;
	height: 194px;
	width: 301px;
	text-indent: -9999px;
	background-image: url(hover/lezingen.jpg);
	background-repeat: no-repeat;
}
#home {position:relative;
	height: 44px;
	width: 176px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
}
div#home h2{
	height: 44px;
	width: 176px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
div#home h2 a{
	display:block;
	height: 44px;
	width: 176px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
div#home h2 a:hover {
	display:block;
	height: 44px;
	width: 176px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(hover/home.jpg);
	background-repeat: no-repeat;
}
#hansalles {
	height: 331px;
	width: 528px;
	background-repeat: no-repeat;
	background-image: url(images/hans-alles.jpg);	
}
#hansalles h1 {
	position:absolute;
	height: 331px;
	width: 528px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
#hansalles h1 a {
	display: block;
	height: 331px;
	width: 528px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
#hansalles h1 a:hover{
	display: block;
	height: 331px;
	width: 528px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(hover/hans-alles.jpg);
	background-repeat: no-repeat;
}
#pijlen1 {
	height: 40px;
	width: 322px;
	background-image: url(images/pijlen.jpg);
	background-repeat: no-repeat;
}
#locaties {position:relative;
	height: 123px;
	width: 167px;
	background-image: url(images/locaties.jpg);
	background-repeat: no-repeat;
}
#locaties h1 {
	height: 123px;
	width: 167px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
	
}
#locaties h1 a {
	display:block;
	height: 123px;
	width: 167px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
	
}
#locaties h1 a:hover {
	display:block;
	height: 123px;
	width: 167px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(hover/locaties.jpg);
}
#pijlen2 {
	height: 293px;
	width: 168px;
	background-image: url(images/pijlen2.jpg);
	background-repeat: no-repeat;
}
#naarboven {position:relative;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/naarboven.jpg);
	height: 94px;
	background-repeat: no-repeat;
}
#naarboven p {
	position:absolute;
	height: 94px;
	width: 500px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}
#naarboven p a {
	display:block;
	height: 94px;
	width: 500px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
	
}
#naarboven p a:hover {
	display:block;
	height: 94px;
	width: 500px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(hover/naarboven.jpg);
}
#papier1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
	background-image: url(images/papiertitel.jpg);
	background-repeat: no-repeat;
	height: 113px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#knsm {
	height: 113px;
	width: 394px;
	margin-left: 600px;
	background-image: url(images/KNSMdesign.jpg);
	background-repeat: no-repeat;
}
#knsm h1 {
	position:relative;
	width: 394px; /* 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 */
	padding: 0;
	margin: 0;
	height: 113px;
	text-indent: -9999px;
}
#knsm h1 a {
	display:block;
	width: 394px; 
	padding: 0;
	margin: 0;
	height: 113px;
	text-indent: -9999px;	
}
#knsm h1 a:hover {
	display:block;
	width: 394px;
	padding: 0;
	margin: 0;
	height: 113px;
	text-indent: -9999px;
	background-image: url(hover/KNSMdesign.jpg);
	background-repeat: no-repeat;
}
