
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0e2076;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-face-color: #ddeecf;
	scrollbar-highlight-color: #ddeecf;
	scrollbar-shadow-color: #ddeecf;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #CCC;
}
a { font-size: 100%; color: #78b125; text-decoration: none; }
a:hover { font-size: 100%; color: #A8D155; text-decoration: none; }

#stage { position: absolute; top: 0px; left: 50%; margin-left: -424px; width: 848px; height: 497px;
 background: url('/images/bg_eieren.jpg') top right no-repeat; }
#logo { position: relative; top: 88px; width: 420px; height: 115px; background: url('/images/logo.png') top left no-repeat; }

#menu { position: absolute; top: 301px; width: 190px; padding:0px; margin: 0px; }
#menu DL { margin: 0; padding: 0; font-family: Arial, Verdana, sans-serif; }
#menu DL DT { margin: 0; padding: 0; padding-top: 2px; padding-bottom: 2px; font-size: 140%; font-weight: bold; text-indent: 18px;
list-style: none; border-bottom: 1px dotted #78b125; background: url('/images/bullet_menu.gif') 6px 6px no-repeat; }
#menu DL DT A { color: #0e2076; }
#menu DL DT A:hover { color: #3e50A6; }
#menu DL DT A:active { color: #7bc143; }
#menu DL DD { margin: 0; padding: 0; }
#menu UL { margin: 0; padding: 0; font-family: Arial, Verdana, sans-serif; }
#menu UL LI { margin: 0; font-size: 100%; font-weight: bold; padding-left: 23px;
list-style: none; border: 0; background: url('/images/bullet_submenu.gif') 10px 6px no-repeat; }
#menu UL LI A { color: #0e2076; text-decoration: none; }
#menu UL LI A:hover { color: #0e2076; text-decoration: underline; }
#menu UL LI A.active { color: #7bc143; }

#contentHolder { position: absolute; top: 301px; left: 204px; width: 667px;
 background: url('/images/bg_contentvlak.jpg') top left no-repeat; }
#content { position: relative; margin: 50px 60px; }
#content H1 { font-family: Arial, Verdana, sans-serif; font-size: 200%; color: #78b125; border-bottom: 1px solid #78b125; }
#content H5 { font-family: Arial, Verdana, sans-serif; font-size: 17px; color: #78b125; }

#contentTop { position: relative; margin: 30px 60px; }
#contentTop H1 { font-family: Arial, Verdana, sans-serif; font-size: 200%; color: #78b125; border-bottom: 1px solid #78b125; }

#content ul li {
	list-style: none;
	padding-left: 20px;
	background: url('/images/bullet_submenu.gif') 6px 4px no-repeat;
}

#content ol li {
	list-style: none;
	list-style-type: decimal;
	background: none;
	padding-left: 0;
	margin-left: 20px;
}

.Utility {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100
}

.Utility #search-container {
	float: right;
	padding-right: 50px;
}

.Utility #search-container input {
	width: 125px;
	border: #02275b solid 1px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #78b126;
	padding: 3px;
}

.Utility #print {
	float: left;
	background: url( ../images/printicoon.gif ) right top no-repeat;
	width: 35px;
	height: 33px;
	margin-left: 85px;
}

.Listing {
	float: left;
}

.Listing ul li h2 {
	font-size: 10px;
	font-weight: bold;
}

.Listing ul li h2
	font-weight: bold;
	color: #0e2076;
}

.Listing ul li p {
	padding: 0;
	margin: 0;
}

.Listing ul {
	margin-top: 10px;
}

.Listing ul li {
	list-style: none;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url('/images/bullet_submenu.gif') 6px 4px no-repeat;
}

.Listing ul li h2 a,
.Listing ul li h2 a:visited {
	font-weight: bold;
	color: #0e2076;
}

.Listing ul li h2 a:hover,
.Listing ul li h2 a:active {
	text-decoration: underline;
}

.Listing ol li {
	list-style: none;
	list-style-type: decimal;
	background: none;
	padding-left: 0;
	margin-left: 20px;
}

input {
	margin: 2px;
}

/* Het zoekresultaten scherm */

ul#search-result-container {
	list-style: none;
	padding-top: 10px;
}

ul#search-result-container li {
	padding: 0;
	margin: 0;
	background: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#search-result-container h2 {
	text-decoration: underline;
	font-weight: bold;
	color: #78b125;
	font-size: 12px;

}

ul#search-result-container span {
	color: #abb3dc;
}

.Pages {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;

	border-top: #DDEBC8 dotted 1px;
	border-bottom: #DDEBC8 dotted 1px;
	text-align: center;

	width: 547px;
}

.Pages a,
.Pages a:visited {
	font-weight: normal;
	color: #0e2076;
}

.Pages a:hover,
.Pages a:active {
	color: #0e2076;
	text-decoration: underline;
}

.Pages a.Active {
	font-weight: bold;
	font-size: 12px;
}

a.active {
  color: green !important;
}

