html
{ 
overflow: hidden; 
}

body 
{ 
text-align:center; 
margin: 0 auto;
background:#6699CC;
overflow:hidden;
} 

#main 
{ 
margin:0 auto; 
height:100%;
text-align:left;
background-image:url(graphics/background1.jpg);
background-repeat:repeat-y;
background-position:center;
} 

.inhoud
{
width:800px;
position:relative;
background:white;
}

.canvas
{
height:999px;
overflow-y:auto;
padding-bottom:10px;
}

.tekst 
{
color:#660033;
width: 650px;
/* font:90%/1.7 verdana, helvetica, arial, geneva;*/
font:80%/1.6 verdana, helvetica, arial, geneva;
margin-left:115px;
}

td
{
color:#785C68;
font:90%/1.7 verdana, helvetica, arial, geneva;
}

.kop
{
font:140%/2.6 verdana, helvetica, arial, geneva;
font-weight:bold;
}

.vet
{
font-weight:bold;
}

.und
{
text-decoration:underline;
}

.kader
{
float:right;
background:#001848;
padding:5px;
color:white;
/* font:80%/1.4 verdana, helvetica, arial, geneva; */
}

.mail
{
color: #3C2E34;
font-style:italic;
text-decoration:none;
}

.mail:hover
{
text-decoration:underline;
}

a
{
color: #785C68;
text-decoration:underline;
}

a:hover
{
color: #3C2E34;
text-decoration:underline overline;
}

.mlink
{
color: #C39B9D;
font-style:italic;
text-decoration:underline;
}

.mlink:hover
{
color: #dbb2ae;
text-decoration:underline overline;
}
