/* Global Styles */

body {
	margin:0px;
	}
	
table { 
margin: 0px auto; 
} 
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #CC3300;
	text-decoration:none;
	font-weight:bold;
	}
.logo {
	color: #333300;
	letter-spacing:1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}

.bijschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 24px;
	color: #333333;
}

	
a:hover {
	color: #990000;
	text-decoration:underline;
	padding: 0px;
	left: 10px;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
.ondertitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}


.sidebarText {
	color: #336666;
	font-family: georgia;
	font-size: 12px;
	}
	
.bodyText {
	line-height:24px;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	}
	
.pageName {
	color: #CC3300;
	letter-spacing:.1em;
	line-height:30px;
	font-family: georgia;
	font-size: 20px;
	font-weight: bold;
	}
	
.subHeader {
	color: #CC3300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	.navText {
	color: #333300;
	letter-spacing:0.2em;
	font-family: arial;
	font-size: 10px;
	line-height: 16px;
	}
	
.naam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
}
	
	
.bronnen {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
#menu {
   padding-top:86px;
   padding-left:442px;
   text-align: center;
   height: 18px;
   width: 380px;
   background-image: url(../img/bg_navigation.png);
   background-repeat: repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
}
   
#nav, #nav ul {
   margin:0px;
   list-style: none;
}

#nav li {
   float: left;
   width: 85px;
}

#nav ul {
   position:absolute;
   width:85px;
   left: -10000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
   left: auto;
   background-position: 0 0;
}

#nav a {
   display: block;
   text-decoration: none;
   color: #FFF;
}

#nav a#current {
   display: block;
   text-decoration: none;
   color: #FF00FF;
}

ul a {
   color: #000;
}

ul a:hover, ul ul a:active{
   color: #FFF;
   background-color:#333333;
}

/* IE only hack \*/

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */

