﻿/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
    font-family: "Ravie";
    src: url("RAVIE.eot?") format("eot"),url("RAVIE.woff") format("woff"),url("RAVIE.ttf") format("truetype"),url("RAVIE.svg#Ravie") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    /*background-image: url('/Images/AchtergrondJA.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background-color: #add8e6;
}

header {
    background-image: url('/Images/Achtergrond.PNG');
    background-repeat: no-repeat;
    background-position: center;   
    height: 130px;
    color: white;
}

.classDivHeader {
    text-align: center;
    font-family:"Ravie";
    font-size: 70px;        
}
  
.classDivMain {    
    float:right;        
    width: 100%;        
}

.padder {
    margin-left: 250px;
    padding: 10px 5px 0 10px;
}

.frameHandleiding {
    border:none;
    width: 100%;
    overflow: hidden;
}

.classDivSidemenu {
    float: left;
    width: 250px;
    background-color: #add8e6;
    margin-right: -490px;
    font-family: Ravie;
}

ul {
    margin-top: 0;
}



/*******  Fotos  ************/
.classFotos {
    position: absolute;    
    border: double;
    padding: 10px;
    background-color: black;
}

.classFoto {
    width:auto;
    height:auto;
}



/******  Content pages ********/
.classDivContent {
    padding-left: 30px;
}

h1 {
    color: #00688b;
}

h2 {
    color: #00688b;
}

.classTable {
    border-collapse: collapse;  
    border: 1px solid black;  
}

.classTable td {    
    padding: 3px 3px 3px 3px;        
}

.classTable td:nth-child(1) {
    width:200px;
}

.classTable td:nth-child(2) {
    width:600px;
}

.classTable tr:nth-child(even){
    background-color: #f2f2f2
}



.first-row {
    font-weight: bolder;
}