/*
De plaatsing van de menudelen op het scherm

*/
body, a, td, p, normaal
{
   font-family: trebuchet MS, georgia, verdana;
   font-size: 13px;
   color: #A25E41;
   margin: 0;
   padding: 0;
}

#Main_Area {
   z-index: 3;
/*   
   width: 1024px;
   height: 768px;
   position: absolute;
   left: 0px;
   top: 0px;
*/
   width: 1024px;
   height: 768px;
   position: relative;
	 margin: 0pt auto;   

}

#paginaIntro {
   width: 100%;
   float: left;
   clear: both;
   margin-top: 0px;
   font-size: 11px;
   font-family: verdana;
   text-align: center;
}

#paginaIntro .content{

}

#paginaIntro a {
   font-size: 12px;
}

#printlogo {
   float: left;
   clear: both;
   display: none;
}

#printlogo img {
   width: 100%;
   display: none;
}

#PrintDate {
   float: left;
   clear: both;
   margin-top: 20px;
   display: none;
}

#bg1 {
   z-index: 1;
   width: 1024px;
   height: 768px;
   position: absolute;
   left: 0px;
   top: 0px;
   display: none;
}

#bg2 {
   z-index: 1;
   width: 1024px;
   height: 768px;
   position: absolute;
   left: 0px;
   top: 0px;
   display: none;
}

#bg3 {
   z-index: 1;
   width: 1024px;
   height: 768px;
   position: absolute;
   left: 0px;
   top: 0px;
   display: none;
}

.bgartist {
   position: absolute;
   left: 900px;
   top: 754px;
   width: 124px;
   height: 14px;
   font-size: 10px;
   /* background-color: #EFC600; */
   text-align: center;
   display: none;
}

#copyright {
   display: none;
   position: relative;
   width: 100%;
   clear: both;
   margin-top: 15px;
   text-align: center;
   font-size: 10px;
}

#LastUpdate {
   margin-top: 15px;
   display: block;
   font-family: verdana;
   font-size: 8px;
   text-align: center;
}

#Welkom {
   font-family: georgia;
   font-size: 15px;
   font-weight: bolder;
   text-align: center;
}


#MS01 {
   position: absolute;
   left: 38px;
   top: 48px;
   z-index: 2;
}

/* repositioning sjors2 */
#MS01A {
   position: absolute;
   left: 20px;
   top: 0px;
   z-index: 2;
}

#MS02 {
   position: absolute;
   left: 122px;
   top: 66px;
   z-index: 1;
}

#SecAum{
   position: absolute;
   left: 559px;
   top: 215px;
   cursor: pointer;
   z-index: 4;
}


#MS03 {
   position: absolute;
   left: 556px;
   top: 269px;
   cursor: pointer;
   z-index: 4;
}

#MS04 {
   position: absolute;
   left: 557px;
   top: 321px;
   cursor: pointer;
   z-index: 4;
}

#MS05 {
   position: absolute;
   left: 553px;
   top: 376px;
   cursor: pointer;
   z-index: 4;
}

#MS05A {
   position: absolute;
   left: 553px;
   top: 376px;
   z-index: 4;
}

#MS06G {
   position: absolute;
   left: 590px;
   top: 522px;
   cursor: pointer;
   z-index: 3;
}

#MS06 {
   position: absolute;
   left: 560px;
   top: 522px;
   cursor: pointer;
   z-index: 4;
}

#MS07G {
   position: absolute;
   left: 590px;
   top: 540px;
   cursor: pointer;
   z-index: 3;
}

#MS07 {
   position: absolute;
   left: 560px;
   top: 540px;
   cursor: pointer;
   z-index: 4;
}

#MS08 {
   position: absolute;
   left: 420px;
   top: 127px;
   z-index: 4;
}

#MS09 {
   position: absolute;
   left: 574px;
   top: 160px;
   cursor: pointer;
   z-index: 4;
}

#Info_Area_standaard {
   width: 370px;
   height: 400px;
   position: absolute;
   left: 200px;
   top: 170px;
   background: white;
   overflow: hidden;
   padding-top: 0px;
   z-index: 3;
}

#breadcrumm {
   position: absolute;
   left: 203px;
   top: 140px;
   font-size: 10px;
   color: #A25E41;
   width:200px;
   z-index: 30;
}
#breadname {
   position: absolute;
   top: 0px;
   width:130px;
   text-align:left;
}
.breadlink {
  font-size:10px;
}

#PageEndMarker {
   clear: both;
   position: relative;
   bottom: 0px;
   width: 100px;
   background-color: transparent;
}

#knop_nieuw {
   position: absolute;
   top: 188px;
   left: 555px;
   z-index: 2000;
}

#knop_nieuw :hover {
   background-color: #EFC600;
   cursor: pointer;
}

#knop_edit {
   position: absolute;
   top: 110px;
   left: 380px;
   z-index: 2000;
}

#knop_edit :hover {
   background-color: #EFC600;
   cursor: pointer;
}

/* classes */

.reminder {
   margin-top: 12px;
   margin-bottom: 12px;
   text-align: center;
   background-color: #FFEBEB;
   font-style: italic;
}

#debzone {
    position: absolute;
    left: 812px;
    top: 100px;
    width: 180px;
    z-index: 2000;
    background-color: yellow;
    border: 2px solid red;
    padding: 5px;
}

#SystemMessage {
   position: absolute;
   top: 180px;
   left: 210px;
   width: 300px;
   height: 300px;
   background-color: #FFFFFF;
   overflow: auto;
   border: 1px solid black;
   display: block;
   z-index: 10000;
}

h4 {
  color:#3F640A;
  font-weight : bold;
  margin-top: 15px;
  margin-bottom:0px;
  width:100%;  
}

#validEmail {
  margin-top: 4px;
  margin-left: 9px;
  position: absolute;
  width: 16px;
  height: 16px;
}

.borderBox {
  margin-left: 10px 5px 10px 5px;
  padding: 10px 5px 10px 5px;
  border: 1px dotted #EFC600;
}
.borderBoxTop {
 /*  background: url(/images/border.box.top.jpg) no-repeat;*/
  height: 10px;
}
.borderBoxBody {
  /* background: url(/images/border.box.body.jpg) no-repeat; */
}
.borderBoxBottom {
  /* background: url(/images/border.box.bottom.jpg) no-repeat; */
  height: 10px;
}

