ul,ol,li,p,div,a,span,table,tr,td {
  margin:0px;
	}
body {
  margin:0px;
	background-color:#375078;
	font-size:80%;
	font-family: verdana, helvetica, sans-serif;
	color:#000;
	text-align:center;
	}
table {
  font-size:1em;
	}
a {
  text-decoration:none;
	}
a:visited {
  text-decoration:none;
	}
a:hover {
  text-decoration:underline;
	}
a:active {
  text-decoration:overline;
	}
hr {
  height:1px;
	color:#af7c4d;
	background-color:#af7c4d;
	margin:1em;
	}

	
/* **** Algemene layout **** */
#maindiv {
  margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	width:960px;
	position:relative;
	align:center;
	background-image:url("../images/layout_mid.gif");
	}
#leftdiv {
  width:242px;
	margin-left:54px;
	float:left;
	text-align:left;
	}
#leftdiv img {
  border:1px solid #375078;
	margin-top:2em;

	}
#leftdiv img.naam {
  border:0px;
	margin:0px;
	}
#menudiv {
  float:right;
	margin-right:20px;
	margin-bottom:2em;
	margin-top:1em;
	width:600px;
	text-align:right;
  }
#inhoud {
  float:right;
	text-align:left;
	margin-right:20px;
	width:600px;
	color:#ffffff;
	font-size:1em;
	}	

#inhoud h1 {
  font-weight:bold;
	font-size:1.5em;
	}
#inhoud h5 {
  font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	}
#inhoud h4 {
  font-weight:bold;
	font-size:1em;
	color:#375078;
	margin-bottom:0;
	margin-top:1em;
	}
.pic {
  border:1px solid #375078;
	margin:1em;
	}
.footer {
  width:960px;
	align:center;
	text-align:right;
	margin:auto;
	margin-top:-10px; 
	font-size:0.9em;
	color:#556FAC;
	}
.footer a {
  color:#637cB5;
	background-color:#29446F;
	text-decoration:none;
	}

.lijst {
  margin:0;
	}
.lijst li {
  margin-left:0.5em;
	color:#637cB5;
	line-height:1.7em;
	}
.lijst a {
  text-decoration:none;
	}
.lijst a:hover {
  text-decoration:overline underline;
	}
	







	
/* **** Top-menu **** */
#navlist {
   padding: 3px 0;
	 margin-left: 0;
	 border-bottom: 1px solid #375078;
	 border-top:1px solid #556fac;
	 font: 13px Verdana, sans-serif;
	 }

#navlist li {
   list-style: none;
	 margin: 0;
	 margin-right: 3px;
	 display: inline;
	 }
#navlist li a {
   padding: 0 0.2em 3px 0.2em;
	 border: 1px solid #375078;
	 border-bottom: none;
	 background: #516ba5;
	 text-decoration: none;
	 }
#navlist li a:link { 
   color: #d8e2ee; 
	 }
#navlist li a:visited { 
   color: #d8e2ee; 
	 }
#navlist li a:hover {
   color: #ffffff;
	 background: #637cb5;
	 border-color: #375078;
	 }
#navlist li a#current {
   background: 556fac;
	 border-bottom: 1px solid #556fac;
	 }




/* **** Honden-pagina **** */
	 
.honden {
   border:1px solid #af7c4d; 
	 margin-top:1em; 
	 margin-right:5px;
	 padding:0.5em;
	 clear:both;
	 }
.honden .fotodiv {
   border:1px solid #375078; 
	 margin:3px;
   margin-right:7px;
	 float:left; 
	 padding:10px; 
	 text-align:center; 
	 background-color:#D8E2EE;
	 }
.honden .fotodiv img {
   border:1px solid #375078; 
	 }
.honden .tekst {
   width:395px; 
	 float:left;
	 }

/* **** THUMPNAIL VIEWER **** */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #375078;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border:1px solid #29446F;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
	 
	 
/* **** Parcoursen-pagina **** */

.parcoursen {
  color:#ffffff;
	}
.parcoursen td {
	border-bottom:1px solid #637CB5;
	padding-top:0.2em;
	padding-bottom:0.2em;
	}
