/* style.css */

html
{
  height: 100%;
  width: 100%;
}

body
{
  font-family: arial, verdana;
  background: #fff url(/img/bodyBg.jpg) repeat-x center top;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  line-height: 150%;
  text-align: center;
}

#centerDiv
{
 width: 82ku0px;
 margin: 0px auto;
 text-align: center;
}

td, input
{
  font-family: Arial, Verdana;
}

div.logos
{
  margin-top: 20px;
  margin-left: 34px;
  margin-right: 34px;
  padding: 6px;
  text-align: center;
}

div.main
{
  width: 820px; 
  margin: 0px auto; 
  background:  url(/img/shadowLeft.gif) repeat-y left top;
}

div.main2
{
  width: 820px;
  background: url(/img/shadowRight.gif) repeat-y right top;
}

div.main3
{
  width: 820px;
  margin: 0px auto;
  background: #A4C380 url(/img/vert-line.gif) repeat-y 220px top;
}

div#header
{
  height: 135px;
  background: #fff url(/img/header.jpg) no-repeat center top;
  margin-bottom: 20px;
  width: 800px;
  margin: 0px auto;
}

div.bottom
{
  width: 820px;
  margin: 0px auto;
}

div.menu
{
  float: left;
  width: 210px;
  text-align: left;
  margin-right: 20px;
}

div.content
{
  width: 565px;
  margin-left: 240px;
}

.alinea, .nieuwsbericht
{
  border: 1px solid #EEF6EB;
  border-left: 5px solid #D6E2CA;
  background-color :#EEF6EB;
  margin-right: 24px;
  text-align: left;
  padding: 12px;
}

.tussenstuk
{
  border-left: 5px solid #9EBB7B;
  background-color: #D6E2CA;
  height: 5px;
  margin-right: 24px;
}

.kop, h2
{
	color: #444;
	font-size: 140%;
	width: 100%;
	margin: 8px;
	letter-spacing: 1px;
	font-weight : bold;
}

.datum{
  color: #969B94;
  margin:8px;
  font-weight:bold;
}

.tekst, p
{
  margin:8px;
}

/* Highlight style van zoekresultaat */
.highlight
{
  font-weight: bolder;
  color: #A00000;
  background: transparent;
} 

.hoofdmenu
{
  margin-left: 35px;
  border-bottom: 1px solid #BFD5A6;
  width: 160px;
  padding: 2px 0px 2px 0px;
  background: url(/img/menu-pijltje.gif) no-repeat  right center;
}

.hoofdmenu_actief
{
  margin-left: 35px;
  background-color: #BFD5A6;
  width: 160px;
  padding: 2px;
}

.submenu
{
  margin-left: 35px;
  background-color: #BFD5A6;
  width: 156px;
  padding: 2px;
}

.menulink
{
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #3B5525;
  font-size: 90%;
  text-transform: uppercase;
  padding: 6px 0px 6px 8px;
}

.menulink:hover
{
  text-decoration: none;
  background: #BFD5A6 url(/img/menu-pijltje-diap.gif) no-repeat right center;  
}

.menulinkActive
{
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #3B5525;
  font-size: 90%;
  text-transform: uppercase;
  background-color:#BFD5A6; 
  padding: 6px 0px 6px 8px;
}

.submenulink{
  margin-left:8px;
  text-decoration:none;
  color:#6F825B;
  font-size:80%;
  font-weight:bold;
}

.submenulink_actief{
	margin-left:8px;
	text-decoration:none;
	color:#6F825B;
	font-size:80%;
	font-weight:bold;
	text-decoration:underline;
}

.submenulink:hover
{

    text-decoration:underline;
}

.filelink
{
	margin-left:8px;
	color:#6F825B;
	text-decoration:none;
}

h3
{
  color: #3B5525;
  letter-spacing: 1px;
  font-size: 130%;
  margin-bottom: 10px;
  text-align: center;
  display: none;
}

A
{
	color:#3B5525;
}

.filelink:hover
{
	text-decoration:underline;
}

img
{
	border:0px;
}

.w3valid
{
	position:relative;
	left:40px;
}

.tabel
{
	font-size : 80%;
}
