﻿Body {
background-color: rgb(200,200,200);
font-family: Arial, Helvetica, sans-serif;
}

body, table, tr, td, span, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

TABLE {
align: top;
}

a {
	color: Black;
}

A:link {color: Black;}
A:visited {color: Black;}
A:active {color: Black;}
A:hover {color: rgb(70,90,110);}

#links-boven-border {
background-image: url(Afbeeldingen/linksboven.jpg);
}

#boven-border {
background-image: url(Afbeeldingen/boven.jpg);
}

#rechts-boven-border {
background-image: url(Afbeeldingen/rechtsboven.jpg);
}
#links-border {
background-image: url(Afbeeldingen/links.jpg);
}
#head {
height: 200px;
background-image: url(Afbeeldingen/Head.jpg);
}
#tussen {
height: 45px;
background-image: url(Afbeeldingen/tussen.jpg);
background-repeat: no-repeat;
align: center;
}
#menu2 {
background-color: rgb(210,230,250);
width: 200px;
height: 500px;
vertical-align: top;
font-size: 14pt;
font-weight: bold;
}
#main {
vertical-align: top;
width: 980px;
}
#menu a, #menu a:visited {
font-size: 17px;
font-weight: bold;
text-decoration: none; 
background-color: rgb(210,230,250); 
color: rgb(0,0,0); 
display: block; 
width: 140px; 
border-bottom: 1px solid #fff;  
padding: 8px;
}
#menu a:hover {
border-bottom:1px solid #000; 
}
#bovenmenu {
font-weight: bold;
margin-right: 100px;
}
#bovenmenu a, #bovenmenu a:visited {
font-size: 15px;
text-align: center;
text-decoration: none; 
color: rgb(0,0,0); 
width: 160px; 
border-left: 1px solid rgb(210,230,250);  
border-right: 1px solid rgb(210,230,250);  
padding: 8px;
}
#bovenmenu a:hover {
background-color: rgb(210,230,250);
}


