/* style sheet van De Waterdroppels pagina v2

kleurpalet
#36566E : tekst  achtergrond
*/

#main_body {
  background: url(../img/achtergr02.jpg);
}
#sub_body {
  background-color: #FFFFFF;
  margin: 0px
}
#sub_margin_body {
  background-color: #FFFFFF;
  margin: 0px 10px 10px 10px;
}
/* body omtrek */
#omtrek_midden {
 width: 900px;
 background: #fff url(../img/achtergr_m4.gif) repeat top left;
 position: absolute;
 left: 50%;
 margin-left: -450px;
 z-index: 10;
}
#omtrek_boven {
 background: transparent url(../img/achtergr_b4.gif) no-repeat top;
 z-index: 12;
}
#omtrek_onder {
 background: transparent url(../img/achtergr_o4.gif) no-repeat bottom;
 padding: 15px;
 z-index: 14;
}
/* main opbouw index.htm */
#top_box {
 position: relative;
}
#menu_box {
 float: left;
 width: 156PX;
 height: 596px;
 margin-right: 10px;
 margin-top: 20px;
 background-color: #E8FFFF;
 border-style: solid;
 border-width: 2px;
 border-color: #36566E;
}
#content_box {
 float: left;
 width: 700PX;
 height: 600px;
 margin-top: 20px;
}
/* body.htm boxxen */
#body_midden {
  float: left;
  width: 470PX;
  margin-right: 10px;
  padding: 10px;
}
#body_rechts {
 float: left;
 width: 162PX;
 background-color: #E8FFFF;
 border-style: solid;
 border-width: 2px;
 border-color: #36566E;
}
/* jaargangen box */
#pijl_box {
  float: left;
  width: 95%;
  margin: 30px 0px 20px 0px;
  text-align: center;
  font-family: Arial Black;
  font-weight: bold;
  color: #36566E;
  font-size: 16pt;
}
#kolom_box1 {
  float: left;
  width: 133px;
  font-family: Arial Black;
  color: #36566E;
  font-size: 12pt;
}

/* deze class is nodig voor het clearen van de float van de diverse boxen  */
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearFloats {
  clear: both;
}

/* menu  */
.menu {
 font-family: Arial;
 color: #36566E;
 font-weight: bold;
 font-size: 10pt;
 text-decoration: none;
 margin-left: 5px;
}
.menu1 {
 font-family: Arial;
 color: #FF0033;
 font-weight: bold;
 font-size: 12pt;
 text-decoration: none;
 margin-left: 4px;
}
.menu:hover {
 color: #587C98;
 text-decoration: underline;
}
.menu_kop{
 font-family: Arial;
 color: #36566E;
 font-weight: bold;
 font-size: 11pt;
 background-color: #8fd2e5;
 margin-top: 0px;
 line-height: 25px;
 width: 100%;
}

.citaat {
 font-family: Arial;
 color: #36566E;
 font-weight: normal;
 font-size: 11pt;
 text-decoration: none;
 font-style: italic;
 margin-left: 5px;
}
.citaat:hover {
 color: #587C98;
 text-decoration: underline;
}

/* tbv pijl op jaargangen pagina */
.btnPijl {
  /*display: block;*/
  border:0;
  vertical-align: middle;
}
.groot {
  font-family: Arial Black;
  font-weight: bold;
  color: #36566E;
  font-size: 16pt;
  text-decoration: none;
}
.groot:hover {
  color: #5788AC;
}

/* Tekst */
P {
font-family: Arial Black;
color: #36566E;
font-size: 12pt;
}
P.kop {
font-family: Arial Black;
color: #36566E;
font-size: 32pt;
}
H1 {
font-family: Arial Black;
font-weight: bold;
color: #36566E;
font-size: 16pt;
}
A {
font-family: Arial Black;
color: #36566E;
font-size: 12pt;
text-decoration: none;
}
A:hover {
 color: #E4E5FF;
}
A.klein {
 font-family: Arial;
 color: #36566E;
 font-weight: bold;
 font-size: 9pt;
 text-decoration: none;
 line-height: 2;
}
A.klein:hover {
text-decoration: underline;
color: #587C98;
}
A.tekst {
font-family: Arial Black;
color: #36566E;
font-size: 12pt;
text-decoration: underline;
}
A.tekst:hover {
color: #587C98;
}
.opzichtig {
  font-family: Arial Black;
  color: #FF0000;
  font-size: 14pt;
  text-decoration: underline;
}


