body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  margin: 0px;
  color: #231f20;
}

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

ol {
  padding-top: 0px;
  margin-top: 0px;
}

ul {
  padding-top: 0px;
  margin-top: 0px;
}

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

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

a:hover {
  color: #231f20;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
  font-weight: bold;
  color: #231f20;
  padding: 0px;
  margin: 0px;
}

h1 {
  padding-bottom: 10px;
  font-size: 16px;
}

h2{
  font-size: 14px;
  padding-bottom: 5px;
}
h3{
  padding-bottom: 5px;
}
h4,
h5,
h6 {
  font-size: 12px;
}

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

/*DIVS*/

.MainHolder {
  position: relative;
  margin: 0 auto;
  width: 978px;
}

.MainHolder .Header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 978px;
  height: 211px;
  z-index: 300;
  background-image: url( ../images/Header.jpg );
  background-repeat: no-repeat; 
  background-position: top left;
  background-color: white;
}
.MainHolder .Header .BackHome {
  position: relative;
  display: block;
  width: 265px;
  height: 210px;
}

.MainHolder .ContentHolder {
  position: relative;
  width: 978px;
  top: 242px;
  left: 0px;
}

.MainHolder .ContentHolder .LeftColumn {
  position: relative;
  width: 206px;
  height: 252px;
  float: left;
  background-image: url( ../images/LeftColumnBG.jpg );
  background-repeat: no-repeat;
  background-position: top left;
  background-color: white;
}

.MainHolder .ContentHolder .LeftColumn p {
  position: relative;
  width: 188px;
  padding-top: 195px;
  text-align: right;
  color: #d79656;
  font-size: 16px;
  font-weight: bold;
}

.MainHolder .ContentHolder .Content {
  position: relative;
  width: 753px;
  padding-left: 19px;
  float: right;
  padding-bottom: 20px;
}

.MainHolder .ContentHolder .Content .Template{
  position: relative;
  overflow: hidden;
  height: 145px;
  padding-bottom: 50px;
}

#RollBanner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 145px;
  width: 753px;
  z-index: 0;
}

#RollBanner div {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 145px;
  width: 753px;
  background-color: white;
}

.MainHolder .Footer {
  position: relative;
  height: 30px;
  text-align: center;
  background-color: #000c2c;
}

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

/* MENU */
.MainMenu {
  position: absolute;
  top: 211px;
  left: 0px;
  z-index: 300;
  padding: 0px;
  margin: 0px;
  padding-left: 200px;
  width: 778px;
  height: 30px;
  background-color: #000c2c;
  margin-bottom: 1px;
}

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

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

.MainMenu ul li a:link,
.MainMenu ul li a:hover,
.MainMenu ul li a:active,
.MainMenu ul li a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 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 {
  color: #d79656;
}

.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 white;
}

#SubMenuHolder {
  position: absolute;
  top: 234px;
  z-index: 100;
}

.SubList li a:link,
.SubList li a:hover,
.SubList li a:active,
.SubList li a:visited {
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 5px;
  padding-left: 15px;
  width: 150px;
  color: #231f20;
  background-image: url( ../images/SubMenu.png );
}

.SubList li a.Up:link,
.SubList li a.Up:hover,
.SubList li a.Up:active,
.SubList li a.Up:visited,
.SubList li a:hover {
  color: #231f20;
  background-image: url( ../images/SubMenuHover.png );
}

.SubList {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  width: 150px;
  list-style: none;
}

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

/*MAILFORMULIER*/

.MFErrorMessage {
  color: red;
}

.MFSubmitButton, .MFCancelButton {
  width: 65px;
  height: 19px;
  line-height: 26px;
  color: #231f20;
  font-size: 10px;
  background-color: white;
  border: 0px solid #231f20;
}

.MFSubmitButton:hover,
.MFSubmitButton:active,
.MFCancelButton:hover,
.MFCancelButton:active {
  background-position: left bottom;
}

.MFSubmitTD {
  text-align: right;
  padding-right: 2px;
}

.MFDataTD {
  text-align: left;
}

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

.MFKop {
  font-size: 14px;
}

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

.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: #7b797a;
  border: 1px solid #46003F;
  margin: 2px;
  padding-left: 3px;
  padding-right: 3px;
  width: 304px;
}
/* FOTOBOEK */

a.PopupImg:link, a.PopupImg:hover, a.PopupImg:visited {
  border: 1px solid #ac9271;
  width: 250px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 7px;
  margin-bottom: 0px;
  background-color: #ac9271;
  text-decoration: none;
}

a.PopupImg:hover {
  background-color: #2d204c;
}

a.PopupImgSmall:link, a.PopupImgSmall:hover, a.PopupImgSmall:visited {
  border: 1px solid #ac9271;
  width: 136px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  padding: 7px;
  background-color: #ac9271;
  text-decoration: none;
}

a.PopupImgSmall:hover {
  background-color: #2d204c;
}

.FotoAlbumGTD {
  padding-right: 30px;
  padding-bottom: 20px;
}

.fotoTD {
  vertical-align: top;
}

.ACFoto {
  color: white;
  border: 1px solid #ac9271;
  border-top: 0px;
  width: 250px;
  margin: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0px;
  text-align: center;
  position: relative;
  background-color: #bca88d;
}
a.AlbumFront:link, a.AlbumFront:visited, a.AlbumFront:hover {
  display: block;
  width: 140px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: white;
  border: 1px solid #000C2C;
  background-color: white;
  text-decoration: none;
}

a.AlbumFront:hover {
  background-color: #919AAD;
}

.AlbumNaam {
  color: white;
  border: 1px solid #000C2C;
  border-top: 0px;
  width: 140px;
  text-align: center;
  background-color: #000C2C;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 3px;
}

a.AlbumSluiten:link, a.AlbumSluiten:visited, a.AlbumSluiten:hover {
  display: block;
  color:white;
  font-size:13px;
  height:27px;
  line-height:27px;
  text-align:center;
  width:101px;
  text-decoration: none;
  font-weight: normal;
  background-image: url(../images/ButtonWit.jpg);
}

a.AlbumSluiten:hover {
}

.DarkLayer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 3000;
  background-color: #000c2c;
  -moz-opacity:0.6;
  opacity:0.6;
}
.PopupHolder {
  z-index: 5000;
  position: absolute;
  left: 50%;
  top: 0px;
  width: 804px;
  margin-left: -404px;
  height: 685px;
  display: none;
}

.PopupInnerHolder {
  position: absolute;
  top: 20px;
  left: 0px;
}

.PopupFotoHolder {
  display: block;
  border: 1px solid #000C2C;
  width: 800px;
  height: 600px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
}
.PopupFotoFunctions {
  position: absolute;
  border-left: 1px solid #000C2C;
  border-right: 1px solid #000C2C;
  border-bottom: 1px solid #000C2C;
  width: 800px;
  height: 61px;
  top: 612px;
  left: 0px;
  background-color: white;
  padding: 10px;
}

a.PopupSluiten:link, a.PopupSluiten:visited, a.PopupSluiten:hover,
a.PopupVolgende:link, a.PopupVolgende:visited, a.PopupVolgende:hover,
a.PopupVorige:link, a.PopupVorige:visited, a.PopupVorige:hover {
  display: block;
  color: white;
  background-image: url(../images/ButtonWit.jpg);
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 300px;
}
a.PopupSluiten:link, a.PopupSluiten:visited, a.PopupSluiten:hover {
  background-image: url(../images/close.gif);
  width: 13px;
  height: 13px;
  line-height: 13px;
  left: 797px;
  top: 10px;
}

a.PopupVolgende:link, a.PopupVolgende:visited, a.PopupVolgende:hover {
  background-image: url(../images/volgende.gif);
  left: 784px;
}

a.PopupVorige:link, a.PopupVorige:visited, a.PopupVorige:hover {
  background-image: url(../images/vorige.gif);
  left: 10px;
}

a.PopupSluiten:hover,
a.PopupVolgende:hover,
a.PopupVorige:hover {
}

a.GbArrowLeft:link,
a.GbArrowLeft:hover,
a.GbArrowLeft:active,
a.GbArrowLeft:visited {
  position: absolute;
  right: 172px;
  top: 0px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}

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

a.GbArrowRight:link,
a.GbArrowRight:hover,
a.GbArrowRight:active,
a.GbArrowRight:visited {
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}

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

