﻿body {
background-color: white;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-image: url('../images-layout/achtergrond.jpg');
background-repeat: repeat-x
}
div#wcontainer {
width: 800px;
height: 100%;
background-color: white;
margin-left: auto;
margin-right: auto;
}
div#kop {
width: 800px;
height: 48px;
float: left;
background-image: url('../images-layout/tp-logo.png');
background-repeat: no-repeat
}
div#menu{
width: 800px;
height: 49px;
float: left;
padding: 5px 0px 0px 0px; /*top right bottom left*/ 
background-image: url('../images-layout/tp-menu-nw.png');
background-repeat: no-repeat
}
div#onderwerp-links{
width: 600px;
height: 29px;
float: left;
text-align: left;
background-image: url('../images-layout/tp-balk-nw.png');
}
div#onderwerp-midden{
width: 100px;
height: 29px;
float: left;
text-align: left;
background-image: url('../images-layout/tp-balk-nw.png');
}
div#onderwerp-rechts{
width: 100px;
height: 24px;
float: left;
color: white;
font-size: 9px;
text-align: left;
padding: 5px 0px 0px 0px;
background-image: url('../images-layout/tp-balk-nw.png');
}
div#corpus{
width: 800px;
height: 100%;
float: left;
background-color: #E9EEF1;
}
div#footer{
width: 800px;
height: 100%;
float: left;
text-align: center;
background-color: white;
}
div#schaduw{
width: 800px;
height:6px;
float: left;
background-image: url('../images-layout/schaduw.jpg');
background-repeat: repeat-x
}




a:link {
text-decoration: none;
color: #800000;
}
a:visited {
text-decoration: none;
color: #800000;
}
a:hover {
text-decoration: underline overline;
color: #008000;
}
a:active {
text-decoration: none; 
color: #800000;
}


.class1 A:link {text-decoration: none; color: #476C8E;}
.class1 A:visited {text-decoration: none; color: #476C8E;}
.class1 A:active {text-decoration: none; color: #476C8E;}
.class1 A:hover {text-decoration: underline overline; color: #800000;}

.class2 A:link {text-decoration: none;}
.class2 A:visited {text-decoration: none;}
.class2 A:active {text-decoration: none;}
.class2 A:hover {text-decoration: none;}



	

