body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.BIB {
}


.paginatitel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #693E23;
}

.gegevens{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1.5em 0 0;
}

.foto-onderschrift {
    font-family: Arial, Helvetica, sans-serif;
	margin:.25em 0 1.5em;
    padding:0 0 4px;
    color:#693E23;
	font-size: 10px;
}

.right{
  float: right; 
  margin: 0 5px 5px 0;
  padding: 5px;
}  

.left{
   float: left;
   margin: 0 5px 5px 0;
   padding: 5px;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#39C; 
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#39C;
	text-decoration:underline;

}

body {
	background:#D2BAA2;
	margin: 0;
	padding:0;
	text-align:center;
}

#container {
	width: 700px;
	background: #FFF;
	margin: 0 auto;
	text-align:left;
	
}
	

#topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:12px;
	background-color:#693E23;
	
}

.footer {
	background-color: #693E23;
	text-align:center;
	vertical-align: middle;
	color: #FFF;
	font-size:10px;
	padding: 0 10px;
}

.footer a:link, .footer a:hover, .footer a:visited, .footer a:active{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

/* a:hover {
	text-decoration:none;
	background-color:#D2BAA2;
	color: #693E23;
} */
	
/* hier start nieuwe stijl september 2008  */

/* submenu's  http://www.sceneone.nl/tips_tricks/drop_down_menu.php */

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
} 

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul a{

color: #F60;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{

border-left: 3px solid #FFF;
list-style-type:circle;
}

ul ul li{

border-top: 3px solid #FFF;
border-left: 0;
list-style-type:circle;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */  
/* Einde submenu's */