body{
background: url(images/achtergrond2.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
text-align: center;
font-family: verdana;
font-size: 12px;
}

div.container
{
background: #501A1C;
width:950px;
margin:10px auto 5px auto;
text-align: left;
border:3px double #C00018;
line-height:150%;
}

#beeldcontainer
{
height: 171px;
}

div.naam
{
background: #C00018;
height: 35px;
text-align: center;
font-size: 20px;
color: #501A1C;
border-top: 3px solid #D3C3AC;
border-bottom: 3px solid #D3C3AC;
padding-top: 6px;
}

div.footer
{
height: 30px;
padding-top: 7px;
background-color:#C00018;
clear:left;
border-top: 3px double #D3C3AC;
text-align: center;
}

h1.header
{
padding:0;
margin:0;
}

div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
text-align:center;
}

div.content
{
background: #FFFFFF;
margin-left:180px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
border: 3px solid #C00018;
padding:1em;
}

div.contenttop
{

background: #C00018;
height: 35px;
width: 730px;
border: 3px double #000000;
padding-top: 3px;
margin: 0px;
}

table.one
{
border-collapse:separate;
border-spacing:50px 0px;
}

table.two
{
border-collapse:separate;
border-spacing:20px 0px;
}



#menu {   /* de marges zetten we op nul */   margin-top: 0; margin-left: 0;  padding: 0;}
#menu ul {width: 160px; /* breedte van het menu mag je zelf kiezen, als je tekst er maar inpast */margin: 0; padding-bottom: 4px; list-style: none;  display: block;}
#menu li a{   /* van de links een block-element maken voor het :hover effect */   display: block;   /* breedte en hoogte op 100% zodat de <li> wordt opgevuld */   width: 100%;   height: 100%;   /* een uiteraard een leuk achtergrondkleurtje */   background-color: #C00018; font-family: verdana; font-size: 90%; color: #FFFFFF; font-weight: bold; text-decoration: none;}
#menu li{   /* type van de style zetten we op 'none' */   list-style-type: none;  /* Naar links laten floaten */    /* breedte en hoogte opgeven */   width: 150px;   height: 18px;   /* marges instellen */    margin-left: 1px; margin-top: 4px; padding: 0;   /* en eventueel een randje */   border: 3px double #D3C3AC;}
#menu li a:hover{   /* kleur voor het :hover effect */   background-color: #501A1C; font-family: verdana; color: #FFFFFF; }

span.red
{
Background: #C00018;
color: #FFFFFF;
border: 2px solid #000000;
text-align: center;
}

p.big:first-letter{
font-size: 150%; 
font-weight: bold; 
background: #C00018; 
color: #000000; 
border: 3px double  #501A1C;
}

h2
{
font-size: 150%;
text-align: center;
}




