.test {
	width: 300px;
	height:44px;
	background-image:url(../img/backsub.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 12px;
	color: 000000;
	font-weight: bold;
	cursor: hand
}


.img-shadow {
	float:right;
	background: url(../img/trans-shadow-2.png) no-repeat bottom left; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px -6px 6px 6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

body {
	background-color: #ffcc99;
	background-image: url(../img/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	background-attachment: fixed;
	margin: 15px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	line-height: 140%;
	table-layout:fixed;
	overflow:hidden;
	word-wrap: break-word
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 000000;
	font-weight: bold
}

.tekstvak {
	width: 300px;
	border: 1px solid #000000
}

.button {
	width: 150px;
	border: 1px solid #000000
}

.onderverdeling {
	width: 300px;
	border: 1px solid #000000;
	margin-top: 2px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CC33
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	line-height: 140%;
	padding-left: 6px;
	border-left: 2px solid #969c3e;
	margin: 10px 0 10px 25px
}


