HTML, BODY {
	background-color: #d1ecf2;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	margin: 0;
}

.holder {
	width: 660px;
	float: left;
}
.holderrechts {
	width: 300px;
	float: left;
}

.container {
	width: 600px;
	overflow: hidden;
	padding: 30px;
}

.containergroot {
	width: 700px;
	overflow: hidden;
	padding: 20px;

}

.tekst {
	font-family: times;
	font-size: 45pt;
	font-weight: bold;
	line-height: 39pt;
	text-decoration: underline;
	letter-spacing: -1.5pt;

}

.tekstnewroman {
	font-family: times;
	font-size: 45pt;
	line-height: 39pt;
	text-decoration: underline;
	letter-spacing: -1.5pt;
}

.teksthelvetica {
	font-family: helvetica;
	font-size: 38pt;
	font-weight: bold;
	line-height: 35pt;
	text-decoration: none;
	letter-spacing: -1.5pt;
}

.tekstcourier {
	font-family: courier;
	font-size: 38pt;
	font-weight: bold;
	line-height: 35pt;
	text-decoration: none;
	letter-spacing: -1.5pt;
}

.bijschrift {
	font-family: courier;
	font-size: 9pt;
	font-weight: 0;
	line-height: 9pt;
	letter-spacing: -0.3pt;
}

.image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
}