body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 130%;
  margin: 0px;
  color: #595959;
  background-image: url(../images/BG.jpg);
  background-repeat: repeat-x;
}

html {
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th, td {
  padding: 0px;
  font-size: 12px;
}

form {
  margin: 0px;
}

img {
  border: 0px;
}

hr {
  border: 1px solid white;
  border-bottom: 1px solid #7C7A7B;
  margin-bottom: 20px;
  size: 1;
  height: 2px;
}

a:link, 
a:hover, 
a:active, 
a:visited {
  font-weight: bold;
  color: #f9a13a;
  text-decoration: none;
  text-decoration: underline;
}

a:hover {
  color: #00AE9D;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

p {
}

/*DIVS*/

/* LightBox */
div#DarkLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.7;
	z-index: 3000;
	background-color: black;
	display: none;
}

div#LightBoxHolder {
	position:absolute;
	height:620px;
	width: 620px;
	left: 50%;
	top: 50%;
	margin-left: -415px;
	margin-top: -275px;
	background-color: white;
	display: none;
	z-index: 4000;
}

div#LightBoxHolder2 {
	position:relative;
	height:94px;
	width: 580px;
	background-color: white;
	display: none;
	margin-left: 12px;
}

div#LightBoxFotoHolder {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 560px;
	height: 420px;	
	text-align: center;
}

div.LightBoxNavHolder {
	position: absolute;
	overflow: hidden;
	width: 520px;
	height: 94px;
	bottom: 33px;
	left: 50px;
	background-color: white;
}

div.LightBoxNavHolder2 {
	position: absolute;
	overflow: hidden;
	width: 520px;
	height: 94px;
	left: 30px;
	background-color: white;
}

div.LightBoxNavHolder div#Thumbnails {
	position: absolute;
}

div.LightBoxNavHolder2 div#Thumbnails2 {
	position: absolute;
}

a#Right:link,
a#Right:hover,
a#Right:active,
a#Right:visited,
a#Left:link,
a#Left:hover,
a#Left:active,
a#Left:visited {
	position: absolute;
	right: 30px;
	width: 20px;
	height: 90px;
	background-position: top left;
	background-repeat: no-repeat;
}

a#Left:link,
a#Left:hover,
a#Left:active,
a#Left:visited { 
	left: 30px;
	bottom: 32px;
	background-image: url( ../images/Left.jpg );
}

a#Right:link,
a#Right:hover,
a#Right:active,
a#Right:visited {
	right: 30px;
	bottom: 32px;
	background-image: url( ../images/Right.jpg );
}

a#Right2:link,
a#Right2:hover,
a#Right2:active,
a#Right2:visited,
a#Left2:link,
a#Left2:hover,
a#Left2:active,
a#Left2:visited {
	position: absolute;
	right: 30px;
	width: 20px;
	height: 90px;
	background-position: top left;
	background-repeat: no-repeat;
}

a#Left2:link,
a#Left2:hover,
a#Left2:active,
a#Left2:visited { 
	top: 3px;
	left: 0px;
	background-image: url( ../images/Left.jpg );
}

a#Right2:link,
a#Right2:hover,
a#Right2:active,
a#Right2:visited {
	top: 3px;
	right: 0px;
	background-image: url( ../images/Right.jpg );
}

div.LightBoxNavHolder div#Thumbnails a:link,
div.LightBoxNavHolder div#Thumbnails a:hover,
div.LightBoxNavHolder div#Thumbnails a:active,
div.LightBoxNavHolder div#Thumbnails a:visited {
	margin-top: 7px;
	width: 110px;
	height: 83px;
	display: block;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}

div.LightBoxNavHolder2 div#Thumbnails2 a:link,
div.LightBoxNavHolder2 div#Thumbnails2 a:hover,
div.LightBoxNavHolder2 div#Thumbnails2 a:active,
div.LightBoxNavHolder2 div#Thumbnails2 a:visited {
	margin-top: 7px;
	width: 110px;
	height: 83px;
	display: block;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}
div.LightBoxNavHolder img {
	cursor: pointer;
}

div#LightBoxHolder span#Naam {
	padding-left: 5px;
}

div.LightBoxNavHolder img.Actief {
	border: solid 2px #F8A03C;
}

div.LightBoxNavHolder img.InActief {
	border: solid 2px #ffffff;
}

div#LightBoxTitel {
	position: absolute;
	bottom: 140px;
	left: 30px;
	width: 640px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #F8A03C;
}

div#LightBoxTitel p{
	padding:0;
	margin: 0;
}

a.PopupSluiten:link,
a.PopupSluiten:hover,
a.PopupSluiten:active,
a.PopupSluiten:visited {
	position: absolute;
	display: block;
	color: black;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background-image: url( ../images/CloseButton.jpg );
	background-repeat: no-repeat;
	background-position: right center;
}
.Hide {
	display: none !important;
}

.Show {
	display: block !important;
	z-index: 5000;
}

.Melding {
	font-weight: bold;
	padding-bottom: 5px;
}
 
.Rood {
	color: #D70826;
}

.Groen {
	color: #0db420;
}

.Clear {
	overflow: hidden;
	height: 0px;
	width: 0px;
	clear: both;
}

.MainHolder {
  position: relative;
  background-image: url(../images/ContentBG.jpg);
  background-repeat: repeat-y;
  width: 956px;
  margin: 0 auto;
}

.InnerHolder {
  position: relative;
  background-image: url(../images/InnerBG.jpg);
  background-repeat: no-repeat;
}

.Header {
  position: relative;
  padding-top: 18px;
  height: 354px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 100;
}

.MenuHolder {
  position: absolute;
  top: 197px;
  left: 0px;
  width: 926px;
  padding-left: 10px;
  background-image: url(../images/MenuBG.jpg);
  background-position: left 6px;
  background-repeat: repeat-x;
  height: 44px;
}

.MenuSchaduw {
  background-image: url(../images/MenuSchaduw.jpg);
  height: 6px;
  width: 936px;
  position: absolute;
  top: 366px;
  left: 10px;
  z-index: 1;
}

a.Logo:link,
a.Logo:hover,
a.Logo:active,
a.Logo:visited {
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  height: 79px;
  width: 174px;
  text-decoration: none;
  border: 0px;
}

.Slogan {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 245px;
  height: 87px;
}

.TopHeader {
  position: relative;
  background-image: url(../images/HeaderBG.jpg);
  background-repeat: repeat-x;
  height: 107px;
}

.JDIFooter {
  background-color: white;
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 8px;
  color: #595959;
}

.JDIFooter a:link,
.JDIFooter a:hover,
.JDIFooter a:active,
.JDIFooter a:visited {
  color: #595959;
  font-weight: bold;
}

.JDIFooter a:hover {
  color: #F9A13A;
}

.Footer {
  height: 33px;
  width: 925px;
  background-image: url(../images/Footer.jpg);
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 40px;
}

.LeftContent {
  width: 680px;
  float: left;
}

.ContentTekst {
  background-image: url(../images/ContentTekst.jpg);
}

.ContentTekst ul {
  margin: 10px 0 10px 10px;
  padding: 0;
  list-style: none;
}

.ContentTekst ul li {
  margin: 5px 0 2px 0;
  padding: 0 0 0 15px;
  background: url(../images/LI.jpg) no-repeat 0 2px;
}

.BoxRef {
  float: left;
  width: 181px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #BFC4C8;
  border-top: 4px solid #BFC4C8;
}

.Over {
  border-color: #FAA139;
  cursor: pointer;
}

.RefLogo {
  float: right;
}

.Filler {
  width: 0px;
  overflow: hidden;
  height: 370px;
  float: right;
}

.TekstHolder {
  float: left;
}

.TekstTop {
  background-image: url(../images/TekstTop.jpg);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  width: 600px;
}

.RightContent {
  width: 243px;
  float: right;
}

.RightContent img {
  border: 0px;
}


.ieuwsHolder div  {
  border: 0px solid red;
}

.NieuwsHolder {
  position: relative;
  width: 250px;
  background-image: url(../images/NieuwsBG.jpg);
}

.Nieuws {
  background-image: url(../images/NieuwsTop.jpg);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.FotoBlok {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.FotoBlokNoMargin {
	float: left;
	padding-bottom: 10px;
}
.FotoBlokImage{
	position: relative;
	width: 110px;
	height: 83px;	
}
.FotoBlokTekst{
	position: relative;
	width: 110px;
	height: 45px;
	overflow: hidden;
}

.NieuwsFiller {
  height: 250px;
  width: 0px;
  overflow: hidden;
  float: right;
}

.NieuwsTekst {
  float: left;
  width: 200px;
}

.NieuwsTekst ul {
  margin: 10px 0 10px 10px;
  padding: 0;
  list-style: none;
}

.NieuwsTekst ul li {
  margin: 5px 0 2px 0;
  padding: 0 0 0 15px;
  background: url(../images/LI.jpg) no-repeat 0 2px;
}

.NieuwsTekst h2,
h2 a.Oranje:link,
h2 a.Oranje:hover,
h2 a.Oranje:active,
h2 a.Oranje:visited {
  color: #00AF9B;
  font-size: 12px;
  font-weight: bold;
}

h2 a.Oranje:hover {
  text-decoration: underline;
}

.NieuwsTekst a:link,
.NieuwsTekst a:hover,
.NieuwsTekst a:active,
.NieuwsTekst a:visited {
  color: #595959;
  text-decoration: none;
  font-weight: normal;
}

.NieuwsTekst a:hover {
  text-decoration: underline;
}

.Nieuwsarchief {
  margin-top: 10px;
  float: right;
  color: #FF7802;
  width: 200px;
  text-align: right;
}

.Nieuwsarchief a:link,
.Nieuwsarchief a:hover,
.Nieuwsarchief a:active,
.Nieuwsarchief a:visited {
  color: #FF7802;
}

.NieuwsFooter {
  position: relative;
  background-image: url(../images/NieuwsFooter.jpg);
  height: 19px;
  width: 250px;
}

.LogoHolder p {
  padding: 0px;
  margin: 0px;
}

.Content {
  z-index: 10;
  position: relative;
  width: 925px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(../images/Content.jpg);
  background-repeat: repeat-y;
  background-position: 10px top;
}

.Oranje {
  font-weight: bold;
  color: #f9a13a;
}

.IMRSHolder {
  padding-right: 10px;
  padding-bottom: 10px;
}

.IMRSHolderNoMargin {
  float: left;
  padding-bottom: 10px;
}

.Clear {
  clear: both;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* MENU */

.MenuHolder {
}

.MenuHolder ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.MenuHolder ul li {
  display: inline;
}

.MenuHolder ul li a:link, 
.MenuHolder ul li a:hover,
.MenuHolder ul li a:active,
.MenuHolder ul li a:visited {
  display: block;
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
  height: 28px;
  text-align: center;
}

.MenuHolder ul li a:hover {
  color: #F8A03C;
}

.MenuHolder ul li a.Up:link,
.MenuHolder ul li a.Up:hover,
.MenuHolder ul li a.Up:active,
.MenuHolder ul li a.Up:visited {
  border: 1px solid #bfc4c8;
  border-top: 4px solid #bfc4c8;
  border-bottom: 0px;
  background-color: white;
  color: #F8A03C;
  padding-top: 12px;
  padding-left: 9px;
  padding-right: 9px;
  height: 28px;
}

#SubMenuHolder {
  position: absolute;
  left: 10px;
  top: 347px;
  z-index: 100;
}

.TemplateHolder {
  position: relative;
  z-index: 300;
  background-color: white;
}

.SubList li a:link,
.SubList li a:hover,
.SubList li a:active,
.SubList li a:visited {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  width: 210px;
  color: #595959;
}

.SubList li a.Up:link,
.SubList li a.Up:hover,
.SubList li a.Up:active,
.SubList li a.Up:visited,
.SubList li a:hover {
}

.SubList {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  margin-top: 20px;
  width: 190px;
  padding-top: 17px;
  padding-bottom: 15px;
  border-left: 1px solid #bfc4c8;
  border-right: 1px solid #bfc4c8;
  border-bottom: 4px solid #bfc4c8;
  background-color: white;
  background-image: url(../images/SubMenuBG.jpg);
  background-repeat: repeat-x;
  list-style: none;
}

.SubList li {
  margin: 5px 0 2px 10px;
  padding: 0 0 0 7px;
  background: url(../images/SubArrow.jpg) no-repeat 0 4px;
}

/*MAILFORMULIER*/

.MFErrorMessage {
  color: red;
}

.MFSubmitButton, .MFCancelButton {
  width: 99px;
  height: 19px;
  color: white;
  font-size: 13px;
  background-color: #707070;
  border: 1px solid #707070;
}

.MFSubmitTD,
.MFDataTD {
  text-align: left;
}

.MFTD,
.MFTD2  {
  width: 180px;
  vertical-align: top;
  font-weight: normal;
}

.MFTD2 {
  font-weight: bold;
  font-size: 12px;
}

.MFKop {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  padding-bottom: 10px;
}

.MFNaamType, .MFEmailType, .MFFileType {
  border: 1px solid #7b797a;
  width: 300px;
  margin: 2px;
  padding-left: 3px;
}

.MFExtraUitleg {
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
}

.MFVerplichtTD {
  color: red;
  font-weight: bold;
}

.MFFileType {
  color: #7b797a;
  border: 1px solid #46003F;
  margin: 2px;
  padding-left: 3px;
  padding-right: 3px;
  width: 304px;
}

/* POP UP! */

#IC_Photo_DarkLayer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
  background-color: black;
  -moz-opacity:0.5;
  opacity:0.5;
}

#IC_Photo_Popup_Holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  border: 3px solid #F9A13D;
  display: block;
  text-decoration: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center 15px;
  z-index: 3001;
}

#IC_Photo_Popup_Holder .AltLabel {
  position: absolute;
  display: block;
  top: 7px;
  width: 80%;
  left: 10%;
  font-weight: bold;
  text-align: center;
  color: #898989;
  font-weight: normal;
}

#IC_Photo_Popup_Holder a.CloseButton:link,
#IC_Photo_Popup_Holder a.CloseButton:hover,
#IC_Photo_Popup_Holder a.CloseButton:visited {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 22px;
  height: 20px;
  text-decoration: none;
  color: white;
  background-color: #F9A13D;
  text-align: center;
}

#IC_Photo_Popup_Holder a.CloseButton:hover {
  background-color: #F9A13D;
  color: #1E3C9C;
}

a.OranjeNieuws:link,
a.OranjeNieuws:hover,
a.OranjeNieuws:active,
a.OranjeNieuws:visited {
  font-style: italic;
  color: #FAA139;
}

.small {
	font-size: 10px;
}
