body {
margin-top: 0px;
padding: 0;
font-family: Georgia, Times, "Times New Roman", serif;
color: black;
}

DIV#body_content {
float: center;
margin-top: 0px;
margin-bottom: 0px; 
position: relative; 
text-align: left; 
width: 726px; 
margin-left: auto; 
margin-right: auto;
background-color: #fff;
}

DIV.kop {
background-color: #666;
color: white;
font-size: 17px;
border-bottom: 1px solid #333;
text-align: center;
width: 100%;
margin: 15px 0;
}

DIV.left_links {
float: left;
margin-top: 15px;
margin-left: 50%;
}

DIV.frontimage {
border: 0px;
margin: 35px 0;
}

DIV.name {
font-size: 20px;
margin: 5px 15px 15px 200px;
}

DIV.title {
font-size: 18px;
color: #888;
margin: 5px 15px 15px 200px;
font-style: italic;
}

DIV.submenu {
margin: 15px;
text-align: center;
font-style: italic;
}

DIV.bodytext {
margin: 15px;
text-align: left;
font-style: none;
}

DIV#list {
margin: 0px 15px 15px 200px;
}

DIV#navigatie {
float: left;
width: 160px;
margin-left: 10px;
padding-top: 1em;
}

DIV.smallsign {
text-align: right;
font-style: italic;
margin: 0 15px;
}

DIV#footer {
clear: both;
background-color: #ccc;
border-top: 1px solid #666;
padding-bottom: 5px;
text-align: center;
}

/* this if for the map with red bullets on top */

DIV#container {
color: #ffffff;
position: relative;
width: 700px;
height: 355px;
}

#container a {
position: absolute;
}

#container a img {
border-style: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
width: 204px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
font-size: 11px;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail span a{
text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*end of 'hover' effect */


IMG.frontimage {
width: 60%;
border: 4px solid #666;
}

IMG.headerimg {
border: 2px solid;
height: 52px;
margin: 4px 4px;
border-style: none;
}

IMG.leftimage {
width: 100%;
border-style: none;
}

IMG.logo {
margin: 0 15px;
width: 50px;
border-style: none;
}

IMG.passfoto {
border: 0px solid grey;
float: right;
margin: 15px;
width: 128px;
}

IMG.poster {
border: 0px solid grey;
align: center;
margin: 0 15px;
}

HR.divider1 {
color: #555;
margin: 0 20px;
height: 2px;
}

HR.divider2 {
color: #ccc;
margin: 15px;
}

A {	color : #666666;
	text-decoration : none;}

A:hover {
color : #FF9115;
text-decoration : none	;
}

A.header {

	color : #666666;
	target : main;
	font-weight : bold;
	text-decoration : none;}

A.header:hover {
color : #FF9115;
text-decoration : underline;
}

A.submenu {
color : #666666;
font-weight : bold;
font-size : 10pt;
text-decoration : none;
}

A.submenu:hover {
color : #FF9115;
}

A.foto {
target : new;
border: 0px;
border-style: none;
}