html
{ 
overflow: hidden; 
}

body 
{ 
text-align:center; 
margin: 0 auto;
background:#a62e47;
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:1000px;
position:relative;
background:white;
}

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

.tekst 
{
color:#000000;
width: 765px;
/* font:90%/1.7 verdana, helvetica, arial, geneva; */
font: 80%/1.6 arial, verdana, helvetica, geneva;
margin-left:160px;
position:relative;
}

.menu
{
position:absolute;
height:849px;
top:82px;
left:0px;
z-index:5;
width:99px;
padding:10px;
padding-bottom:150px;
background-image:url(graphics/menu_back.jpg);
background-repeat:repeat-y;
background-position:center;
}

.submenu
{
position:absolute;
top:98px;
left:765px;
z-index:7;
width:117px;
padding-left:7px;
padding-bottom:10px;
padding-top:10px;
padding-right:1px;
}

.kop
{
font:130%/2.5 arial, verdana, helvetica, geneva;
font-weight:bold;
}
.stop-press {
	background: white;
	border: medium double Maroon;
	font-size: 108%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: center;
	color: maroon;
	}

a
{
	color: Blue;
	text-decoration: underline;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

a.wh
{
color: #a62e47;
text-decoration:underline;
}

a.wh:hover
{
color: #ee00ee;
text-decoration:underline overline;
}



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

.vet
{
font-weight:bold;
}

.und
{
text-decoration:underline;
}

.kader1
{
float:right;
background:#384436;
border: 2px solid #f8df08;
padding:5px;
color:white;
}

.kader2
{
float:right;
background:#a62e47;
border: 2px solid #f8df08;
padding:5px;
color:white;
}


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

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

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

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

h2 {
	font-size: 120%;
}


h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

