/* Made by Jacqueline Canlon   14-10-2007
   Versie 2.0 18-01-2008  */

html, body { height: 100%;
           }

 body { margin:  0px;
        padding: 0px;
   	background-image: url(../images/afbeelding/zwart_paars.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;   /* scrollt niet mee   */
        font-family: Verdana, Arial;   /*Fontonastick */
        font-size: 18px;
        color: #af83f8;   /*  paars */
        /* width: 800px; */
      }

.mailadres { font-family: Verdana, Arial; 
           }
p { text-indent: 22px;
    margin-top: 0em;     /* geen lege regel voor */ 
    margin-bottom: 0em   /* en na alinea         */
  }


/* Links */
  a:link   { color: #9112fb;
/*             text-decoration: none; */
           }
  a:visited{ background-color: transparent;
             color: #6f06c6;
/*             text-decoration: none; */
           }
  a:hover  { background-color: transparent;
             color: #dacbe4;
/*             text-decoration: none; */
           }
  a:active { background-color: transparent;
             color: #af83f8;
/*             text-decoration: none; */
           } 


      div#logo { padding-top: 10px;
                 margin-left: 10px;
                }

      div#header { position: absolute;
                   color: #6f06c6;    /* donkerpaars */
                   font-size: 40px;
 		   top: 10px;
	  	   margin-left: 250px;
		   padding-top: 30px;
                 }

      div#menu { position: absolute;
                 top: 160px;
                 left: 30px;
                 width: 180px;
                 margin-left: 10px;
                 padding-top: 20px;
               }

      div#tekst { position: absolute;
                  top: 30px;
                  left: 200px;
                  padding-top: 50px;
/*                  margin: 0px 10px 0px 50px; */
                } 

/*  uitlijnen links */
div#blok1 {position: absolute;
           margin-left: 0%;
          }
div#blok2 {position: absolute;
           margin-left: 40%;
          }
div#blok3 {position: absolute;
           margin-left: 90%;
          }

     div#footer { position: relative;
                  top: -2px;
                  left: 0px;
                  padding-top: 10px;
                  font-size: 12px;
                }


