html, body {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          color: #FFFFFF;
          background: #666666;
          text-align: center;
          height: 100%;
          margin: 0 0 0 0;
}

div#pagina {
          position: relative;
          height: auto !important; /* voor moderne browsers */
          height: 100%; /* voor IE */
          min-height: 100%;
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          width: 100%;
          margin: auto;
		  background-color: #292929;
}

div#kop {          
          border-width: 0px; border-style: solid; border-color: #CC6633;
          height: auto; width: 100%;
		  background-color: #0F0F0F;
          overflow: hidden;
          padding: 10px 0px 10px 0px;
}

div#content {
          width: 100%;
		  background-color: #292929;
		  align: center;
}

div#footer {
          position: absolute;
          bottom: 0; /* heel belangrijk */
}


/** TABELLEN */

table#content {
          padding: 0px;
          margin: 0px;
		  height: auto; width: 100%;
}

td.fotolink {
          text-align: center;
}

/** FORMULIEREN */
input.knop {
          width: 100px;
          height: 25px;
}


/** BLOKKEN */


/** TEKST */

p {
          font-size: 12px;
          margin-bottom: 0px;
          margin-top: 0px;
}

p#mail {  font-size: 10px;
          text-align: right;
}

p.copyright
       {  font-size: 10px;
          text-align: right;
}

H1 {
          color: #FFFFFF;
          font-size: 14px;
          margin-bottom: 5px;
          text-align: left;
}

H2 {
          color: #FFFFFF;
          font-style: italic;
          font-size: 12px;
          margin-bottom: 5px;
          margin-top: 5px;
          text-align: left;
}


/** HYPERLINKS */

.mail {
		  text-decoration:none;
}

.img {
          font-weight: bold;
		  text-decoration:none;
}

a {
          font-size: 12px;
          color:#999999;
}

a:visited {
          color: #999999;
}

a:active {
          color: white;
}

a:hover {
          color: white;
  		  text-decoration:underline;
}



/** AFBEELDINGEN */

img.link {     border:solid #999999 1px;
               margin: 10px;
}