/* CSS from tutorials of www.alsacreations.com/articles */
html, body {
height: 100%;
width: 100%;
overflow: auto;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#content {
height: 100%;
margin-left: 200px;
overflow: auto;
	   background-image: url(pp/fokas.jpg);
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center top;
       background-color: #E3E3E3;
}
#content-paulbooks {
height: 100%;
margin-left: 200px;
overflow: auto;
       background-image: url(pp/paulback2.jpg);
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center top;
       background-color: #C1CCE8;
}
#content-boeken {
height: 100%;
margin-left: 200px;
overflow: auto;
       background-image: none;
       background-color: #000000;
}
#main-content {
       margin-top: 35px;
       margin-left: 50px;
       margin-right: 50px;
}
/* normaal menu */
#menu {
position: absolute;
left:0;
width: 200px;
height: 100%;
background-image: url(pp/plaatje3.jpg);
background-repeat: no-repeat;
background-color: #23448B;
}
#menu-items {
margin-top: 235px;
}
/* klein menu */
#menu-klein {
position: absolute;
left:0;
width: 200px;
height: 100%;
background-color: #23448B;
}
#menu-items-klein {
margin-top: 25px;
}
/* buttons */
.button {
position: relative;
margin-top: 0px;
margin-left: 6px;
border: 0px;
}
.vlag {
position: relative;
margin-top: 15px;
margin-left: 76px;
border: 0px;
}
.logo {
margin-top: 35px;
text-align: center;
}
/* old styles www.fokas.nl: */
/*
body {
       background-image: url(pp/fokas.jpg);
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center top;
       background-color: #E3E3E3;
       margin-left: 50px;
       margin-right: 50px;
     }
*/
/*a:link {color: #DDDDDD}
a:visited {color: #CCCCCC}
a:active {color: #AAAAAA}*/
a:hover {color: #000000}


H1 {  color: #000000;
      text-align: Center;
      font-size: 20pt;
      font-family: Times,"Times New Roman";
   }

H2 {  color: #000044;
      text-align: Center;
      font-size: 18pt;
      font-family: Times,"Times New Roman";
   }

H3 {  color: #111144;
      text-align: Left;
      font-size: 14pt;
      font-family: Times,"Times New Roman";
   }

H4 {  color: #333300;
      text-align: Left;
      font-size: 12pt;
      font-family: Times,"Times New Roman";
   }

H4.right
   {  color: #333300;
      text-align: Right;
      font-size: 12pt;
      font-family: Times,"Times New Roman";
/*      margin-top : -17 pt; */
      font-weight: bolder;
      font-variant:small-caps;
   }

H4.n
   {  color: #111100;
      text-align: Left;
      font-size: 12pt;
      font-family: Times,"Times New Roman";
      margin-top : 5 pt;
      font-weight : normal;
   }

H4.logo {  color: #000000;
      text-align: Left;
      font-size: 12pt;
      font-family: Times,"Times New Roman";
      margin-top : -15 pt;
   }

