/* CSS Document */

body {
  background: #F5ECCD;
  color: #000000;
  margin: 0px;
  text-align: center;
  font-family: Verdana;
  font-size: 13px;
}

#header {
  background: #333333;
  margin: 7px auto 0px auto;
  border: 3px solid #CCCCCC;
  width: 963px;
  height: 140px;
  padding: 3px;
}

#navigatie  {
	width: 405px;
    height: 14px;
	margin: auto;
	}
	
#nav_item {
	background: #996666;
	width: 135px;
	height: 14px;
	letter-spacing: 3pt;
	font-weight: bolder;
	font-size: 12px; 	
	color: #CCCCCC;
	text-align: center;
	float: left;
}

#nav_item a {
  color: #CCCCCC;
  text-decoration: none;
}

#nav_item a:hover {
  color: #333333;
  text-decoration: none;
}

#inhoud {
	background-color: #EBE494;
	border: 3px solid #FEEFB4;
	width: 690px;
    height: 488px;
    padding: 7px 140px 0px 140px;
	height: 476px;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	margin: auto;
}

a {
	color: #B15218;
}

a:hover {
	color: #E16A22;
	} 
	
a.imgbord:link {
	color: #592D00;
	}
	
a.imgbord:hover {
	color: #EBE494;
	} 
	
.titel {
	letter-spacing: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 28px; 	
	color: #000000;
	}

.subtitel {
	text-align: left;
	font-weight: 800;
	font-size: 17px; 	
	color: #666666;
	}
	
.klein {
	text-align: center;
	font-size: 11px; 	
	color: #000000;
	font-style: italic;
	}

.actief {
	color: #333333 !important
	}
	
