/* CSS Document */

body		{	color		:#000000;
				font-family	:Verdana, Arial, Helvetica, sans-serif;
				font-size	:14px;
				font-style	:normal;
				font-variant:normal;
				font-weight	:normal;
				text-align	:left;
				line-height	:normal;
			}

div.site	{ 	position	:absolute;
				margin-left	:0px;
				margin-top	:0px;
			}

div.header	{	position	:absolute;
				left		:0px;
				top			:12px;
				visibility: hidden;
			}

div.navigatie 	{	position	:absolute; 
					top			:128px; 
					left		:0px;
					width		:815px;
				}

div.bovenrand	{	position	:absolute;
					left		:0px;
					top			:0px;
					
				}

div.inhoud	{	position	:absolute;
				left		:0px;
				top			:30px;
				width		:815px;
				height		:auto;
				background-image:url(../plaatjes/achtergrond/witvlak.gif);
			}

div.tekst	{	position	:absolute;
				left		:21px;
				top			:0px;
				width		:800px;
				background-color:#ffffff;
			}

div.onderrand	{	position	:absolute;
					left		:0px;
					top:auto;
				}

.link	{	font-size	:12px;
			font-weight	:bold;
		}

.actief	{	color	:#ffffff;
			font-family		:Verdana, Arial, Helvetica, sans-serif;
			font-size		:12px;
			font-weight		:bold;
			background-color:#996699;
		}


.links	{	position	:relative;
			float		:left;
		}

.rechts	{	position	:relative;
			float		:right;
		}
		
.klein	{	font-size:10px;
		}
		
.vet	{	font-weight:bold;
		}
		

h1		{	color	:#996699;
			font-size:14px;
			font-weight:bold;
			}
			
a:link	{	text-decoration	:none;
			color			:#ed1d24;
			font-family		:Verdana, Arial, Helvetica, sans-serif;
			font-size		:12px;
			font-weight		:bold;
		}

a:visited	{	text-decoration	:none;
				color			:#ed1d24;
			}

a:hover	{	color	:#000000;
		}

