body{
	background-color: black;
	text-decoration: none;
	margin: 0px
}
table.table{
    text-decoration: none
    border-style: none
}
.hoofding{
    background-image: url('h1.jpg');
	background-repeat: no;
}
.balk{
    background-image: url('balk.jpg');
	background-repeat: repeat-x;
}

.titelwit, .titelgroen, .text, .wit, .grijs, .menu, .groen, .nieuws, .hidden, a, .thumbnail
{
     font-family: Tahoma, Geneva, sans-serif;
     text-decoration: none
}

.titelwit, .titelgroen
{
     font-size: 15pt;
     text-align: justify;
     letter-spacing: 4px;
}

.titelwit{
     color: white;
}
.titelgroen{
      color: #b6e626;
}
.titelgroen:hover{
     color: #FFFFFF;
}
.text{
     font-size: 8pt;
     color: white;
     text-align: justify;
}
.wit{
     font-size: 10pt;
     color: white;
     text-align: justify;
}
.wit:hover{
     font-size: 10pt;
     color: #C0FF00;
     text-align: justify;
}
.grijs{
     font-size: 7pt;
     color: white;
     text-align: justify;
     padding: 5px;
     background-color: grey
}
.grijs:hover{
     font-size: 7pt;
     color: white;
     text-align: justify
     padding-top: 5px;
     background-color: black
}
.menu{
     font-size: 8pt;
     color: white;
     letter-spacing: 3px;
}
.menu:hover{
     font-size: 8pt;
     letter-spacing: 3px;
     color: #C0FF00;
}
.groen{
      font-size: 10pt;
      color: #C0FF00;
      text-align: justify;
}
.groen:hover{
     font-size: 10pt;
     color: white;
     text-align: justify;
}
.nieuws{
      font-size: 8pt;
     color: #669999;
     text-align: justify;
}
.hidden{
     font-size: 8pt;
     color: black;
}
.hidden:hover{
     font-size: 8pt;
     color: grey;
}



/*afbeeldingen*/
a img {
	border: 10px black solid;
	text-decoration: none
}
a:hover img {
	border: 10px white solid;
    text-decoration: none
}
a:visited img {
	border: 10px grey solid;
    text-decoration: none
}
a {
     font-size: 8pt;
     color: white;
     text-align: justify
     text-decoration: inherit;
}
.thumbnail{
     position: relative;
     z-index: 0;
     font-size: 8pt;
     color: white;
     text-align: justify;
}

.thumbnail:hover{
     background-color: transparent;
     z-index: 500;
}

.thumbnail span{ /*CSS for enlarged image*/
     position: absolute;
     background-color: white;
     padding: 5px;
     left: -1000px;
     visibility: hidden;
     color: black;
     text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
     border-width: 0;
     padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -100;
    left: 300px; /*position where enlarged image should offset horizontally */
}
#rotator
{
  background: url('hoofding/rotator.php') no-repeat top left;
  width: 100%;
  height: 150px;
}


