body {
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  margin: 0px;
  color: #ffffff;
  background-image: url(../images/BodyBG.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: #987f71;
  min-width: 960px;
}

html {
}

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

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

form {
  margin: 0px;
}

img {
  border: 0px;
}

hr {
  border: 0 none;
  border-bottom: 1px solid #7f7d7e;
  margin-bottom: 20px;
  height: 1px;
}

a:link, 
a:hover, 
a:active, 
a:visited {
  font-weight: bold;
  color: #7a2c01;
  text-decoration: none;
  outline-style: none;
  outline-width: 0;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #7a2c01;
	padding: 0px;
	margin: 0px;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
}

/*DIVS*/

div.MainWrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	left: 0px;
	top: 0px;
  	background-image: url( ../images/TopBG.jpg );
	background-repeat: no-repeat;
	background-position: center top;
}


div.MainWrapper div.ContentWrapper {
	position: relative;
	width: 838px;	
	margin-left: 60px;
}

div.MainWrapper div.Header {
	position: absolute;
	top: 59px;	
	left: 60px;
	width: 838px;
	height: 232px;
    background-image: url( ../images/HeaderBG.jpg );
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 400;
}

div.MainWrapper div.Header div.Logo {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 157px;
    height: 227px;
}

div.MainWrapper div.Header div.Template {
	position: absolute;
    top: 0px;
	right: 0px;
	width: 	676px;
	height: 227px;
}

div.MainWrapper div.ContentWrapper div.LeftColumn {
	position: relative;
	float: left;
	margin-top: 291px;
	background-color: #231f20;
	width: 157px;
	font-size: 10px;
	color: #7f7d7e;
}

div.MainWrapper div.ContentWrapper div.LeftColumn img.TextLogo {
	padding-bottom: 80px;
}

div.MainWrapper div.ContentWrapper div.LeftColumn p, 
div.MainWrapper div.ContentWrapper div.LeftColumn hr {
    margin-left: 4px;
    margin-right: 4px;
}

div.MainWrapper div.ContentWrapper div.LeftColumn a.BekijkSlideshow:link,
div.MainWrapper div.ContentWrapper div.LeftColumn a.BekijkSlideshow:hover,
div.MainWrapper div.ContentWrapper div.LeftColumn a.BekijkSlideshow:active,
div.MainWrapper div.ContentWrapper div.LeftColumn a.BekijkSlideshow:visited {
	display: block;
	color: #ae967a;
	text-transform: uppercase;
	text-decoration: none; 
	line-height: 20px;
}

div.MainWrapper div.ContentWrapper div.LeftColumn a:link, 
div.MainWrapper div.ContentWrapper div.LeftColumn a:hover,
div.MainWrapper div.ContentWrapper div.LeftColumn a:active,
div.MainWrapper div.ContentWrapper div.LeftColumn a:visited {
	font-weight: normal;
	color: #7f7d7e;
	text-decoration: none;
}

div.MainWrapper div.ContentWrapper div.LeftColumn hr {
	padding-top: 70px;
	margin-bottom: 6px;
}

div.MainWrapper div.ContentWrapper div.Content {
	position: relative;
    margin-top: 291px;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	width: 655px;
	margin-left: 6px;
}

div.MainWrapper div.ContentWrapper div.Content div.Item i {
	font-size: 11px;
}


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

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

/* MENU */
.MainMenu {
  position: absolute;
  top: 291px;
  left: 222px;
  z-index: 300;
  padding: 0px;
  margin: 0px;
  width: 676px;
  height: 30px;
  background-color: #231f20;
  margin-bottom: 4px;
  overflow: hidden;
}

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

.MainMenu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
	height: 25px;
  line-height: 25px;
}

.MainMenu ul li a:link,
.MainMenu ul li a:hover,
.MainMenu ul li a:active,
.MainMenu ul li a:visited {
  color: #ae967a;
  text-decoration: none;
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
  display: inline;
  overflow: hidden;
}

.MainMenu ul li a#Active:link,
.MainMenu ul li a#Active:hover,
.MainMenu ul li a#Active:active,
.MainMenu ul li a#Active:visited,
.MainMenu ul li a:hover {
  text-decoration: underline;
}

.MainMenu ul li a.BorderLeft:link,
.MainMenu ul li a.BorderLeft:hover,
.MainMenu ul li a.BorderLeft:active,
.MainMenu ul li a.BorderLeft:visited {
  border-left: 1px solid #ae967a;
}

#SubMenuHolder {
  position: absolute;
  top: 320px;
	left: 222px;
  z-index: 100;
	background-color: #7a2c01;
}

.SubList li a:link,
.SubList li a:hover,
.SubList li a:active,
.SubList li a:visited {
  text-decoration: none;
  display: block;
  font-weight: normal;
  padding: 5px;
  padding-left: 15px;
  color: #ae967a;
  background-color: #7a2c01;
	border-bottom: 1px solid #ae967a;
}

.SubList li a.Up:link,
.SubList li a.Up:hover,
.SubList li a.Up:active,
.SubList li a.Up:visited,
.SubList li a:hover {
  text-decoration: underline;
}

.SubList {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  width: 170px;
  list-style: none;
  border-bottom: 1px solid #ae967a;
  background-color: #7a2c01;
	padding-bottom: 5px;
}

.SubList li {
  margin: 0px;
  padding: 0px;
}

/*MAILFORMULIER*/

.MFKop {
  color: #018DAE;
  font-size: 18px;
}

.MFErrorMessage {
  color: red;
}

.MFSubmitButton, .MFCancelButton {
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  height: 18px;
  color: white;
  font-size: 11px;
  background-color: #7A2D03;
  border: 1px solid #7A2D03;
  text-align: center;
}

.MFSubmitTD {
  text-align: right;
}

.MFDataTD {
  text-align: left;
}

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

.MFNaamType, .MFEmailType, .MFFileType {
  border: 1px solid #7A2D03;
  width: 250px;
  padding-left: 3px;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  margin-bottom: 3px;
  color: #7A2D03;
}

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

.MFVerplichtTD {
  color: red;
  font-weight: bold;
  vertical-align: top;
  padding-top: 5px;
  width: 10px;
}

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

/* DEBUG CONSOLE */
div.DebugConsole {
	position: absolute;
	top: 50px;
	left: 250px;
	width: 600px;
	border: 1px solid black;
	overflow: auto;
	background-color: white;
	padding: 50px;
	z-index: 3000;
}

/* FOTO POP UP */

#IC_DarkLayer, #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: 1px solid #0071B9;
  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: #7B2C00;
}

#IC_SlideShow_Popup_Holder {
  position: absolute;
  left: 0px;
  top: 200px;
  border: 1px solid #7B2C00;
  z-index: 3001;
  width: 776px;
  background-color: white;
}

div.IC_SlideShow_Popup_Picture {
  position: absolute;
  left: 13px;
  top: 13px;
  cursor: pointer;
  width: 750px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url( ../images/EenMomentGeduld.gif );
  -moz-opacity:1;
  opacity:1;
}

#IC_SlideShow_Popup_Titel {
  position: absolute;
  left: 0px;
  bottom:  0px;
  width: 770px;
  height: 14px;
  line-height: 14px;
  background-color: #7B2C00;
  text-align: center;
  color: white;
  padding: 3px;
  font-weight: bold;
}

#IC_SlideShow_Popup_Controls {
  position: absolute;
  top: 526px;
  left: 0px;
  width: 776px;
  height: 50px;
  background-image: url( ../images/LogoPW.jpg );
  background-repeat: no-repeat;
  background-position: center top;
}

#IC_SlideShow_Popup_Controls a.Close:link,
#IC_SlideShow_Popup_Controls a.Close:hover,
#IC_SlideShow_Popup_Controls a.Close:active,
#IC_SlideShow_Popup_Controls a.Close:visited {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

#IC_SlideShow_Popup_Controls a.Close:hover,
#IC_SlideShow_Popup_Controls a.Close:active {
  text-decoration: underline;
}
#IC_SlideShow_Popup_Controls a.Navigation:link,
#IC_SlideShow_Popup_Controls a.Navigation:hover,
#IC_SlideShow_Popup_Controls a.Navigation:active,
#IC_SlideShow_Popup_Controls a.Navigation:visited {
  position: absolute;
  left: 200px;
  top: 6px;
  font-size: 27px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#IC_SlideShow_Popup_Controls a.Navigation:hover,
#IC_SlideShow_Popup_Controls a.Navigation:active {
  text-decoration: underline;
}

#IC_SlideShow_Popup_Controls #NavPrev {
  left: 235px;
}

#IC_SlideShow_Popup_Controls #NavNext {
  left: 520px;
}

#IC_SlideShow_Popup_DiaWeergave {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}

#IC_SlideShow_Popup_DiaWeergave a:link,
#IC_SlideShow_Popup_DiaWeergave a:hover,
#IC_SlideShow_Popup_DiaWeergave a:active,
#IC_SlideShow_Popup_DiaWeergave a:visited {
  color: #000000;
  text-decoration: none;
}

#IC_SlideShow_Popup_DiaWeergave a:hover,
#IC_SlideShow_Popup_DiaWeergave a:active {
  text-decoration: underline;
}

#IC_SlideShow_Popup_DiaWeergave a.InActive:link,
#IC_SlideShow_Popup_DiaWeergave a.InActive:hover,
#IC_SlideShow_Popup_DiaWeergave a.InActive:active,
#IC_SlideShow_Popup_DiaWeergave a.InActive:visited {
  color: #000000;
}

#IC_SlideShow_Popup_DiaWeergave a.Active:link,
#IC_SlideShow_Popup_DiaWeergave a.Active:hover,
#IC_SlideShow_Popup_DiaWeergave a.Active:active,
#IC_SlideShow_Popup_DiaWeergave a.Active:visited {
  text-decoration: underline;
}

.ICWindow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 5000;
  background-color: white;
  border: 2px solid #7B2C00;
}


.ItemHolder {
   position: relative;
   width: auto;
   height: 200px;
}


