@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(images/bgsite.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tekstvak{
	width:460px;
	height:640px;
	overflow:auto;
	margin-left:75px;
	}
.tekstvak2{
	width:480px;
	padding-right:25px;
	height:640px;
	overflow:auto;
	margin-left:75px;
	}
.tekst{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:130%;
	}
.tekstrood{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	text-decoration:none;
	}
.titel{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	font-weight:bold;
	}
img{
	display:block;
}
A:link {text-decoration: none; color:#666;}
A:visited {text-decoration: none; color:#666;}
A:active {text-decoration: none; color:#666;}
A:hover {text-decoration: none; color:#666;}
