* {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  color: #821e28;
}

body {
  margin: 0px;
}

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

th, td {
  padding: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

input {
  border: 1px solid #821e28;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #646464;
}

img {
  border: 0px;
}

hr {
  border: 1px solid #461864;
  border-bottom: 1px solid #461864;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}

h1 {
  color: #0f91c3;
}

h2 {
  color: #821e28;
  font-size: 11px;
}

p { 
  margin: 0px;
  margin-bottom: 10px;
}

/*DIVS*/

.Nieuws {
  margin-bottom: 8px;
}

.Nieuws h1 { 
  padding: 0px;
  margin: 0px;
}

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

.ThemaOverlay {
  position: absolute;
  opacity:0.80;
  width: 990px;
  height: 446px;
  top: 260px;
  left: 0px;
  z-index:100;
  background-color: white;
}

.ThemaInfo {
  position: relative;
  width: 700px;
  top: 60px;
  margin-left: 115px;
  padding: 30px;
  color: black;
  z-index: 110;
  border: solid 5px #BEDCA0;
  background-color: white;
}

.ThemaInfo .Close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 11px;
  padding-right: 10px;
  text-decoration: none;
}

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

/*MAILFORMULIER*/

.MFErrorMessage {
  color: red;
}

.MFSubmitButton, .MFCancelButton {
  width: 95px;
  height: 21px;
  background-color: #F3F1F6;
  border: 1px solid #461863;
  font-weight: bold;
}

.MFSubmitTD {
  text-align: right;
}

.MFTD {
  width: 100px;
  vertical-align: top;
}

.MFKop {
  font-weight: bold;
}

.MFNaamType, .MFEmailType, .MFFileType {
  border: 0px;
  width: 200px;
  margin: 2px;
  padding-left: 3px;
  border: 1px solid #461863;
}

.MFExtraUitleg {
}

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

.MFFileType {
  border: 1px solid #949494;
  margin: 2px;
  font-size: 13px;
  padding-left: 3px;
  padding-right: 3px;
  width: 304px;
}

/*
 *   Content DIVS
 *
 */



#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 #461864;
  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;
}

#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: #461864;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#IC_Photo_Popup_Holder a.CloseButton:hover {
  background-color: #461864;
  color: white;
}

/*  Begin van de Site zelf */

.MainHolder,
#Page245 .MainHolder {
  position: relative;
  width: 990px;
  margin: 0 auto;
  background-image: url( ../images/BGDefault.jpg );
  background-position: top left;
  background-repeat: repeat-y;

}

.KalenderHeader {
  position: relative;
  background-color: white;
  height: 260px;
}

.KalenderHeader .Buttons {
  width: 180px;
  height: 75px;
  padding-left: 30px;
  padding-top: 60px;
}

.KalenderHeader .Buttons a:link,
.KalenderHeader .Buttons a:visited,
.KalenderHeader .Buttons a:hover,
.KalenderHeader .Buttons a:active {
  position: relative;
  float: left;
  display: block;
  padding-top: 60px;
  width: 90px;
  height: 20px; 
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
}

.KalenderHeader .Buttons #Vorige {
  background-image: url( ../images/Vorige.jpg );
}

.KalenderHeader .Buttons #Home {
  background-image: url( ../images/Home.jpg );
}




.KalenderHeader .Logo {
  position: absolute;
  top: 0px;
  right: 0px;
}

.HeaderTop {
  position: relative;
  height: 106px;
  background-image: url( ../images/TopDefault.jpg );
  background-position: top left;
  background-repeat: no-repeat;
}

.HeaderTop .InlogBox {
  position: relative; 
  margin-left: 27px;
  padding-top: 12px;
}

.HeaderTop .InlogBox tr {
  line-height: 30px;
}

.HeaderTop .InlogBox input {
  margin-left: 5px;
}

.HeaderTop .UitlogBox {
  position: relative;
  margin-left: 27px;
  padding-top: 38px;
  font-weight: bold;
}

.HeaderTop .UitlogBox a:link,
.HeaderTop .UitlogBox a:visited,
.HeaderTop .UitlogBox a:hover,
.HeaderTop .UitlogBox a:active {
  display: block;
  width: 65px;
  height: 20px;
  line-height: 18px;
  padding-right: 33px;
  background-image: url( ../images/SubmitButton.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.HeaderBottom {
  position: relative;
  height: 227px;
  background-image: url( ../images/FillerDefault.jpg );
  background-position: top left;
  background-repeat: no-repeat;
}

.HeaderBottom .SiteLinkMenu {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 654px;
  font-size: 11px;
  font-weight: bold;

}

.HeaderBottom .LogoHolder {
  position: absolute;
  top: 20px;
  left: 670px;  
  width: 301px;
  height: 176px;
}

.LeftMenu {
  position: relative;
  width: 158px;
  height: 40px;
  float: left;
  padding: 0px;
  margin: 0px;
  display: block;
  
}

.MainContent {
  position: relative;
  width: 489px;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
}
.MainHolder .Small {
	padding-left: 40px;
}

.Fitter {
  position: relative;
  width: 0px;
  overflow: hidden;
  height: 400px;
  float: right;

}
.RightColumn {
  width: 222px;
  float: right;
}

.RightColumn img {
  margin-top: 25px;
  display: block;
}
.RightColumn .RightButtonHolder {
  position: relative;
  margin-top: 50px;
}

.RightColumn .RightButtonHolder .RightButton {
  position: relative;
  display: block;
  width: 130px;
  height: 85px;
  margin: 0 auto;
  padding-top: 15px;
  padding-right: 80px;
  font-size: 10px;
  background-position: top right;
  background-repeat: no-repeat;
}

.Submit {
  width: 31px;
  height: 20px;
  border: 0 none;
  background-image: url( ../images/SubmitButton.jpg  ); 
}
.Melding {
  font-weight: bold;
}

#BtnHome {
  background-image: url( ../images/BtnHomeGroen.jpg );
}

#BtnHSM {
  background-image: url( ../images/BtnHSMGroen.jpg );
}

#BtnVenray {
  background-image: url( ../images/BtnVenrayGroen.jpg );
}

#Page273 .MainContent a:link,
#Page273 .MainContent a:hover,
#Page273 .MainContent a:active,
#Page273 .MainContent a:visited,
#Page270 .MainContent a:link,
#Page270 .MainContent a:hover,
#Page270 .MainContent a:active,
#Page270 .MainContent a:visited,
#Page272 .MainContent a:link,
#Page272 .MainContent a:hover,
#Page272 .MainContent a:active,
#Page272 .MainContent a:visited  {
  display: block;
  width: 115px;
  height: 110px;
  text-decoration: none;
  text-align: center;
}

#Page273 .MainContent a img,
#Page270 .MainContent a img, 
#Page272 .MainContent a img {
  display: block;
  margin-left: 17px;
  margin-right: 17px;
}

#Page273 .MainHolder .MainContent,
#Page270 .MainHolder .MainContent,
#Page272 .MainHolder .MainContent {
  left: 40px;
  height: 360px;
  width: 462px;
}

#Page273 .MainHolder .MainContent ul,
#Page270 .MainHolder .MainContent ul,
#Page272 .MainHolder .MainContent ul {
  position: absolute;
  top: 0px;
  left: 150px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 370px;
}

#Page273 .MainHolder .MainContent ul li,
#Page270 .MainHolder .MainContent ul li,
#Page272 .MainHolder .MainContent ul li {
  float: left;
  padding: 0px;
  margin: 0px;
}

#Page273 .MainHolder .MainContent .Default,
#Page270 .MainHolder .MainContent .Default,
#Page272 .MainHolder .MainContent .Default {
  position: absolute;
  left: 0px;
  top: 0px;
}

#Page245 .MainHolder,
#Page245 .MainHolder .MainContent { 
}
#Kalender {
  position: absolute;
  left: 0px;
  top: 260px;
  width: 990px;
  height: 96px;
  background-color: white;
}
 
#Kalender a {
  text-decoration: none;
}

#Kalender .Top {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 990px;
  background-color: #bedca0;
  height: 24px;
}

#Kalender .Top li {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  line-height: 24px;
  width: 165px;
}

#Kalender .Top li a {
  display: block; 
  width: 165px;
  line-height: 24px;
  height: 24px;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  color: #821e28;
}

#Kalender .Top li a:hover, 
#Kalender .Top li a:active {
  color: white;
}

#Kalender .Top li a.Up {
  background-color: #83bc4a;
  color: white;
}

#Kalender .Top #MaandTerug {
  width: 174px;
  text-align: right;
}

#Kalender .Top #MaandTerug a {
  display: block;
  width: 13px;
  height: 18px; 
  background-image: url( ../images/MaandTerug.jpg );
  margin-top: 3px;
  overflow: visible;
}

#Kalender .Top #MaandVerder {
  left: 834px; 
  width: 156px;
}

#Kalender .Top #MaandVerder a {
  display: block;
  width: 13px;
  height: 18px;
  background-image: url( ../images/MaandVerder.jpg );
  margin-top: 3px;
  overflow: hidden;
}

#Kalender .Themas {
  position: absolute; 
  width: 990px;
  left: 0px;
  top: 24px;
  background-image: url( ../images/KalenderAchtergrond.jpg );
  height: 368px;
}

#Page277 #Kalender .Themas,
#Page206 #Kalender .Themas,
#Page206 #Kalender .Themas {
  background-image: url( ../images/KalenderAchtergrond.jpg );
  height: 67px;
}

#Kalender .Thema {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  color: white;
  height: 42px;
  line-height: 42px;
  color: #821e28;
}

#Kalender .Thema a {
  color: #821e28;
  font-weight: normal;
}

#Kalender .Thema a.Icon {
  position: absolute;
  left: 133px; 
  top: 0px;
  margin-top: 0px;
}

#Kalender .Thema a.Punt {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 15px;
  height: 15px;
  background-image: url( ../images/Punt.jpg );
  background-repeat: no-repeat;
  overflow: visible;
}

#Kalender .Thema span.Holder {
  position: absolute;
  left: 0px;
  top: 4px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  padding-left: 8px;
  background-image: url( ../images/Punt.jpg );
  background-position: right top;
  background-repeat: repeat-x;
  padding-right: 8px;
  cursor: pointer;
}

#Kalender .Thema span.Holder a,
#Kalender .Thema span.Holder span {
  background-color: white;
  height: 15px;
  font-size: 10px;
  color: #811D29;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  line-height: 15px;
  display: block;
  cursor: pointer;
}

#Kalender .HuidigTijdstip {
  position: absolute;
  left: 0px;
  top: 24px;
  width: 24px;
  height: 413px;
  background-image: url( ../images/Anker.png );
}

#Kalender .PijlOnder {
  position: absolute;
  top: 24px;
  left: 899px;
  width: 17px;
  height: 13px;
  text-decoration: none;
  background-image: url( ../images/PijlOnder.jpg );
  overflow: hidden;
}

#Kalender #Maanden {
  position: absolute;
  left: 833px;
  top: 48px; 
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: none;
}

#Kalender #Maanden li {
  width: 157px;
  height: 42px;
  padding: 0px;
  margin: 0px;
}

#Kalender #Maanden li a {
  width: 157px;
  height: 42px;
  line-height: 42px;
  display: block; 
  text-decoration: none;
  color: #821e28;
  text-align: center;
}

#Page206 #Kalender {
  top: 184px;
  height: 509px;
}

/* MENU */
#Menu {
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  left: 0px;
  top: 330px;
  width: 158px;
  z-index: 1000;
}

#Menu li {
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 158px;
  height: 29px;
  z-index: 2000;
}

a.MenuItem:link,
a.MenuItem:hover,
a.MenuItem:active,
a.MenuItem:visited,
#Menu li a:link,
#Menu li a:hover,
#Menu li a:active,
#Menu li a:visited,
#Menu li a.Up:link,
#Menu li a.Up:hover,
#Menu li a.Up:active,
#Menu li a.Up:visited  {
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #ffffff;
  width: 130px;
  background-color: #3764be;
  margin-bottom: 8px;
  padding: 0px;
  padding-left: 28px;
  height: 21px;
  line-height: 21px;
}

a.MenuItem:hover,
#Menu li a:active,
#Menu li a:hover,
#Menu li a.Up:link,
#Menu li a.Up:hover,
#Menu li a.Up:active,
#Menu li a.Up:visited {
  display: block;
  background-color: #7db941;
  color: white;
}

#Menu li ul li a:link,
#Menu li ul li a:hover,
#Menu li ul li a:active,
#Menu li ul li a:visited {
  padding-left: 20px;
  width: 147px;
}

#Menu .Sublist {
  position: absolute;
  top: 1px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  margin-left: 160px;
  display: none;
}

#Menu .Sublist li {
  position: relative;
  padding: 0px;
  margin: 0px;
}

#Menu .Sublist li a:link,
#Menu .Sublist li a:hover,
#Menu .Sublist li a:active,
#Menu .Sublist li a:visited {
  position: relative; 
  padding: 0px;
  padding-bottom: 0px;
  margin: 0px;
  background-color: #7eba43;
  width: 164px;
  padding-left: 18px;
}

#Menu .Sublist li a:hover,
#Menu .Sublist li a:active {
  background-color: #1995b8;
}
