html
{ 
overflow: hidden; 
}

body 
{ 
text-align:center; 
margin: 0 auto;
background:#C39B9D;
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;
/* overflow: -moz-scrollbars-vertical; */
/* scrollbar-face-color: #9C7C82;  */
/* scrollbar-shadow-color: #785C68;  */
/* scrollbar-highlight-color: #C39B9D;  */
/* scrollbar-3dlight-color: #999999;  */
/* scrollbar-darkshadow-color: #3C2E34;  */
/* scrollbar-track-color: #CCCCCC;  */
/* scrollbar-arrow-color: #000000; */
padding-bottom:10px;
}

.tekst 
{
	color:#8B1217;
	width: 630px;
	margin-left:115px;
	font-family: verdana, helvetica, arial, geneva;
	font-size: 80%;
	line-height: 1.6;
}

td
{
color:#785C68;
font:90%/1.7 verdana, helvetica, arial, geneva;
}

.kop
{
font:130%/2.5 verdana, helvetica, arial, geneva;
font-weight:bold;
}

.vet
{
font-weight:bold;
}

.und
{
text-decoration:underline;
}

.kader
{
	float:right;
	padding:5px;
	/* width:250px; */
color:white;
	font:80%/1.4 verdana, helvetica, arial, geneva;
	text-align:center;
	background-color: #8B1217;
}

.mail
{
color: #3C2E34;
font-style:italic;
text-decoration:none;
}

.mail:hover
{
text-decoration:underline;
}

a
{
color: #8B1217;
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;
}
