body {
	font-family: arial, verdana, tahoma, geneva, helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffc8;
	margin: 0;
	padding: 0;
}

#lichaam {
	position: absolute;
	top: 0;
	left: 0; 
	border: solid 3px #000080;
	width: 972px;
	margin: 10px;
	padding: 0 0 150px 0;
}

#kop {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	margin: 0;
	padding: 0;
}

#inhoud {
	position: relative;
	left: 172px;
	top: 150px;
	width: 780px;
	padding: 0 10px 10px 10px;
	margin: 0;
}

img { border: 0; margin:0;}

#kop.kop1 {
	margin: 0;
	padding: 0;
}

#kop.kop2 {
	margin: 0;
	padding: 0;
}

#menu {
	position: absolute;
	top: 150px;
	left: 0;
	width: 172px;
	padding: 0; 
	margin: 0;
	display: block; 
	overflow: hidden;
}
#menu ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
	font: bold 1em arial, verdana, tahoma, geneva, helvetica, sans-serif;
	overflow: hidden;
}
#menu li {
	margin-bottom: 5px;
}
#menu a {
	display: block; 
	width: 162px;
	padding: 1px 1px 1px 8px;
	border-width: 1px 1px 1px 0;
	border-color: #000;
	border-style: solid;
	background-color: #93caf3; 
	color: #000080;
	text-decoration: none;
	font: bold 1em arial, verdana, tahoma, geneva, helvetica, sans-serif;
	overflow: hidden;
}

#menu a:hover {
	background-color: #9060e2; 
	color: #93caf3;
}

h1 {
	font: bold 1.5em arial, verdana, tahoma, geneva, helvetica, sans-serif;
	margin: 5px 0;
	padding:0;
	color: #c00000;
}
h2 {
	font: bold 1.2em arial, verdana, tahoma, geneva, helvetica, sans-serif;
	margin: 5px 0;
	padding:0;
	color: #000080;
}

p {
	margin:0;
	padding-bottom: 10px;
}

.img-rechts {
	float: right;
	margin: 0 0 10px 8px;
	border: solid 1px #000080;
}
.img-rechts1 {
	float: right;
	margin: 0 0 10px 5px;
}
.img-links {
	float: left;
	margin: 5px 5px 10px 0;
	border: solid 1px #000080;
}

a {
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-decoration: underline;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	color: #c42d00;
	text-decoration: none;
}

a:active {
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-decoration: underline;
}

img.norm {
	border: 0;
	vertical-align: middle;
}

.small {
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
}
a.small {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #000080;
	text-decoration: none;
}

a.small:visited {
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-decoration: none;
}

a.small:hover {
	font-style: normal;
	font-weight: normal;
	color: #c42d00;
	text-decoration: underline;
}

a.small:active {
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-decoration: none;
}

/*horizontaal menu */

.hmenu {position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.menuh {
	display:table;         /* ignored by IE */
	padding:0; 
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
}
* html .menuh {
	display: block;  /* for IE only */
	width:1px;             /* IE will expand to fit menu width */
	padding:0 2px;         /* fix bug in IE for border spacing */
}  

.menuh li {
	display:table-cell;    /* ignored by IE */
}
* html .menuh li {
	display:inline;        /* for IE only */
}
.menuh a, .menuh a:visited {
	display:block;         /* for all browsers except IE */
	padding:3px 15px;
	color: #000080;
	border:1px solid #dedede; /* add a 1px white border around items */ 
	text-decoration:none;
	background:#79f2e9;
	font-weight: bold;
}
* html .menuh a, * html .menuh a:visited {
	display:inline-block;  /* for IE only */ 
	margin:0 -2px;         /* to correct an IE border width bug */  
}
.menuh a:hover {
	color:#fff; 
	/*background:#08c;*/
	background-color: #9060e2; 
	font-weight: bold;
}

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;text-align: center;}
.righted {margin:0 0 0 auto;}

.hoogte180 {height:185px;}
.hoogte215 {height:215px;}
.hoogte240 {height:240px;}
.hoogte300 {height:300px;}

.breedte1 {width: 770px; clear: left;}

.foto-rechts, .foto-links {
	border: solid 1px #000080;
	margin: 5px;
}

.foto-rechts {
	position: relative;
	float: right;
}
.foto-links {
	float: left;
	clear: left;
}

li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 7px;
}

.best {vertical-align: text-top; border: 1px solid #000;}
