body, td { 
	font-family: verdana, sans-serif;
	color: #6B6B6B; 
	font-size: 11px;
	padding: 0px;
}
			
a {
	color: #666633;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

h1 {
	color: #FF9900;
	font-family: trebuchet MS, trebuchet, verdana, helvetica, sans-serif;
	font-size: 30px;
}

h2 {
	font-family: trebuchet MS, trebuchet,  verdana, helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
}

.footer h2 {
	margin-top: 0px;
	color: black;
}

#titlebox h2 {
	margin-bottom: 8px;
	font-weight: bold;	
	font-size: 26px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 8px;
}

h4 {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666633;
}

h5 {
	font-size: 14px;
	margin-bottom: 0px;
}

p {
	margin-bottom: 8px;
	margin-top: 5px;
}

hr {
	margin-bottom: 13px;
	margin-top: 4px;
	border: thin dashed #D0CBC5;
	}

/* container voor de hele pagina, zorgt o.a. voor het centreren */ 

#container {
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	padding: 0px;
	text-align:left;
}

/* content gedeelte in het midden */

#content {
	position: absolute;
	padding: 0px;
	width: 540px;
	left: 30%;
	top: 200px;
	z-index: 2;
}

#navigation {
	border: 0px solid #000;
}
		
#navigation p {
	margin-top: 6px;
	margin-left: 0;
	padding-right: 5px;			
}
				
#navigation a:hover {
	color: #fff;
}
		
#navigation a:hover img  {
	background-color: #fff;
}
			
#navigation a {
	text-decoration: none;
	font-weight: bold;
}
			
#navigation img {
	margin-left: 5px;
	border: 0px;
}	

.notice {
	font-family: courier, fixed-width;
	font-weight: bold;
	font-size: 120%;
	color: green;	
}

.normalbox {
	background-color: #fff;
}

.specialbox {
	background-color: #f90;
}

.breadcrumbs a {
	color: black;
	text-decoration: none;
}

.explanation {
	font-size: 90%;
	color: grey;
}

#titlebox {
	width:  367px;
	margin-bottom: 20px;
	font-weight: bold;
}

#titlebox a{
	font-weight: bold;	
}

#home #titlebox h2 {
	color: #F16A00;
	font-size: 200%;
	line-height: 200%;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
#home #titlebox h4 {
	color:#6B6B6B;
}	
			
#home #titlebox p {
	color: #6B6B6B;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 130%;
}

/* footer styles */

.footer a {
	color: 666633;
}

.footer strong {
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}

/* News_items styles */

.news_item h4 {
	margin-bottom: 4px;
	margin-top: 0px;
}

.news_item {
	margin-top: 0px;
	width:  367px;
	border-bottom: thin dashed #D0CBC5;
}

.news_item .date {
	font-size: 100%;
	color: grey;
}

.news_item p {
	line-height: 150%;
}

/* news_items footnotes styles */

.footnote {
	padding-left: 14px;
	width:  155px;
}


/* quote styles */

.quote .text {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

.author {
	font-size: 90%;
	color: 666666;
}

.quote_box {
	margin-bottom: 25px;
}

/* admin styles */

.admin {
	font-size: 80%;
	color: #333;
	border: 1px dotted #333;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f5f5f5;
}

.admin:visited {
	color: #333;
}

#navigationbar {
	width:178px;
	padding: 0px;
	margin-right: 10px; 
	float:left;
	text-align: right;
}
	
#main {
	/* border: 1px solid green; */
	width:547px;
	padding:0px;
	float:left;
}

#extrasbar {
	padding-left: 14px;
	width:155px;
}
			
.photo {
	margin-right: 0px;
	margin-bottom: 8px;
	height: 88px;
}
			
.footer {
	border: 1px solid #CDCDCD; 
	padding: 10px; 
	background-color: #F5F2EB;
	width: 370px;
}

/* HACK -- IE geeft DIVS met een padding een andere breedte dan Firefox (en Safari) de bovenstaande width is voor IE de onderstaande voor alle andere browsers */

html>body .footer {
width: 345px;
}

			
/* KERKHOF styles die waarschijnlijk niet meer gebruikt worden */

.p-shadow {
  	width: 97%;
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.p-shadow > div {
	background: none !important;
	background: url(/images/shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}

.p-shadow .inner_div {
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}	
