
/* De css die de algemene kenmerken van de pagina's beschrijft */

   body
   {
   margin-top: 10;    /* grootte van de bovenmarge van de pagina */
   padding: 0;    /* de ruimte tussen de inhoud van een cel en de rand om de cel heen */
   background: white;    /* kleur van de achtergrond van de pagina */
   font-family: verdana, arial, sans-serif;    /* lettertype van de letters */
   font-size: 12px;    /* grootte van de letters */
   }

   dl, dt, dd, ul,
   {
   margin: 0
   padding: 0;
   list-style-type: none;
   width: 145px;
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
   }

   li
   {
   margin: 0
   padding: 0;
   list-style-type: none;
   width: 145px;
   background: #90aad8;
   }

/* De css die het horizontaal menu van de pagina beschrijft*/

   #menu
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 100% /* precision for Opera */
   }

   #home
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 80px /* precision for Opera */
   }

   #badlinnen
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 100px /* precision for Opera */
   }

   #baby
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 130px /* precision for Opera */
   }

   #allerlei
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 80px /* precision for Opera */
   }

   #kledij
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 70px /* precision for Opera */
   }

   #contact
   {
   position: relative;
   top: 0;
   left: 0;
   z-index:100;
   width: 80px /* precision for Opera */
   }

   #smenu1
   {
   position: absolute;
   top: 21;
   left: 1;
   z-index:100;
   width: 100% /* precision for Opera */
   }

   #smenu2
   {
   position: absolute;
   top: 20;
   left: 103;
   z-index:100;
   width: 100% /* precision for Opera */
   }

   #smenu3
   {
   position: absolute;
   top: 20;
   left: 235;
   z-index:100;
   width: 100% /* precision for Opera */
   }

   #menu dl
   {
   float: left;
   width: 50px;
   }

   #menu dt
   {
   cursor: pointer;
   text-align: center;
   background: #90aad8;
   border: 1px solid gray;
   margin: 1px;
   }

   #menu dd 
   {
   display: none;
   border: 0px solid gray;
   }

   #menu li a, #menu dt a, #badlinnen, #baby, #kledij, #allerlei {
   color: white;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   }

   #smenu1 li a:hover, #smenu2li a:hover, #smenu3 li a:hover,
   #smenu1 a:focus, #smenu2 a:focus, #smenu3 li a:focus,
   #smenu1 a:hover, #smenu2 a:hover, #smenu3 dt a:hover,
   #smenu1 dt a:focus, #smenu2 dt a:focus, #smenu3 dt a:focus
   {
   background: #c0cde2;
   }

/* De css die de opmaak van de tabel beschrijft */

   table  /* opmaak van de tabel zelf */
   {
   border-collapse: collapse;
   border: 1px solid #90aad8;
   font-family:Courier;
   font-size: 15px;
   }

   td  /* opmaak van de cellen */
   {
   border: 1px solid white;
   background-color: #c0cde2;
   }

   #tabelReclamebalk  /* opmaak van de geneste tabel in de bovenste cel */
   {
   border: 0px;
   background-color: #c0cde2;
   }

   #tdReclamebalk  /* opmaak van de cellen in de geneste tabel in de bovenste cel */
   {
   border: 0px white;
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
   font-color: #90aad8;
   background-color: #c0cde2;
   }

   #onderbalk
   {
   background-color: #c0cde2;
   }

   #tabelTitelMidden
   {
   border: 0px;
   font-family: verdana;
   font-size: 12px;
   padding-left: 5px;
   vertical-align: middle;
   }

   #tdTitelMidden
   {
   border: 0px;
   font-family: arial;
   font-size: 70%;
   padding-left: 5px;
   vertical-align: top;
   background-color: #DEE6F2;
   }

   #hoofdtitelMidden
   {
   border: 0px;
   font-family: verdana;
   font-size: 12px;
   padding-left: 5px;
   vertical-align: middle;
   }

   #hoofdbalk
   {
   background-image: url(pics/hoofdbalk.jpg);
   }

/* andere css */

   #site
   {
   position: absolute;
   z-index: 1;
   top : 70px;
   left: 10px;
   color: #000;
   background-color: #ddd;
   padding: 5px;
   border: 1px solid gray;
   }

   #tekstIntro
   {
   font-size: 12px;
   font-family: verdana;
   }