/*  Attributen  */

body 
  {
    margin: 0;
    background-image: url('afbeeldingen/background.jpg');
  }

img {
	border: 0px;
}
  
td
  {
    font-family: arial;
    color: #FFFFFF;
  }

a
  {
    text-decoration: underline;
    color: #78D4FF;
  }

a:hover
  {
    text-decoration: none;
    color: #78D4FF;
  }

a.menulink
  {
    text-decoration: none;
    color: #00437E;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
  }  

p
  {
    color: #FFFFFF;
    font-family: arial;
  }
  
  

/*  Classes  */
 
.kop
  {
    font-weight: bold;
  }

.text
  {
    background-color: #5D5D5D;
    border: 1px solid #5D5D5D;
    color: #FFFFFF;
    font-weight: bold;
  } 

.button
  {
    background-color: #015474;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 10;
  }
  
.stat
  {
    text-align: center;
    font-size: 10;
  }

.menulink:hover
  {
    color: #004BFF;
    font-size: 16px;
  }

.banner
  {
    background-image: url('afbeeldingen/bannerbackground.jpg');
    text-align: right;
  }

.bannerlink
  {  
    position: relative;
    top: 78%;
  }  
  
.cataloguslink
  {
	color: #FFFFFF;
	text-decoration: none;
  }
  
.menu
  {
    background-image: url('afbeeldingen/menubackground.jpg');
  }

.onder
  {
    background-image: url('afbeeldingen/onder.jpg');
  }

.recensie
  {
	text-align: justify;
  }

.curriculum
  {
	text-align: justify;
  }

.fout
  {
	color: red;
  }

.fout1
  {
	color: red;
	text-decoration: bold;
  }

.interviewvraag
  {
	text-decoration: italic;
	text-decoration: underline;
	text-align: justify;
  }

.interviewantwoord
  {
	text-align: justify;
  }

.interviewonder
  {
	text-align: center;
	font-style: italic;
  }
  
.afbeelding 
{
    margin: 0 20px 0 20px;
}
