@charset "UTF-8";
#wrapper {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#footer {
}
#navigatie {
	float: right;
	width: 250px;
}
#main {
	width: 380px;
	margin-right: 250px;
}
#logo {
	height: 102px;
}
#tekst {
	background-image: url(../images/black.png);
	background-repeat: repeat;
	padding: 20px;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
body {
	background-image: url(../images/achtergrond_ltol.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	height: 100%;
	background-attachment: fixed;
}
.tussenkop {
	font-size: 13px;
	font-weight: bold;
	color: #AF33CC;
}
.adres {font-size: 9px}
.adres_bold {
	font-weight: bold;
	color: #AF33CC;
}
.wit {
	color: #FFFFFF;
	text-decoration: none;
}
.zwart {
	color: #999999;
	text-decoration: none;
	font-family: arial;
	font-size: 8px;
}
td {
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 5px;
}

