body {
	margin: 0px;
	background-image: url(img/background.jpg);
	background-color: #000000;
}
p {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-right: 15px;
	margin-left: 15px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.kop1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.link {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #ec1c24;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.menu {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	line-height: 17px;
}
.menu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ec1c24;
	font-style: italic;
}
input, textarea {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #562D00;
	border: 1px solid #562D00;
}
.lijn_h {
	background-image: url(img/stippelijnhoriz.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.lijn_v {
	background-image: url(img/lijn.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.stippel_h {

	background-image: url(img/pixelpunt.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
.stippel_v {
	background-image: url(img/pixelpunt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.formats {
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
	margin-bottom: -3px;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	margin-top: 2px;
}
