@charset "UTF-8";
/* CSS Document */

a:link {
	color: #ff6802;
	text-decoration: none;
}
a:visited {
	color: #ff6802;
	text-decoration: none;
}
a:hover {
	color: #ff6802;
	text-decoration: underline;
}
a:active {
	color: #ff6802;
	text-decoration: none;
}

body {
	background-color: e2e2e2;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.bodytekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
.bodytekst a {
	color: #ff6802;
	text-decoration: none;
}
.bodytekst a:visited {
	color: #ff6802;
	text-decoration: none;
}
.bodytekst a:link {
	color: #ff6802;
	text-decoration: none;
}
.bodytekst a:active {
	color: #ff6802;
	text-decoration: none;
}
.bodytekst a:hover {
	color: #8A0200;
	text-decoration: none;
}

.bodymenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
.bodymenu a {
	color: #ff6802;
	text-decoration: none;
	background-image: url(pijltje1.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.bodymenu a:visited {
	color: #ff6802;
	text-decoration: none;
}
.bodymenu a:link {
	color: #ff6802;
	text-decoration: none;
}
.bodymenu a:active {
	color: #ff6802;
	text-decoration: none;
}
.bodymenu a:hover {
	color: #8A0200;
	text-decoration: none;
	background-image: url(pijltje2.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

.bodytekstkopje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #8A0200;
}
.menuonder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #ff6802;
}
.menuonder a {
	color: #ff6802;
	text-decoration: none;
}
.menuonder a:visited {
	color: #ff6802;
	text-decoration: none;
}
.menuonder a:link {
	color: #ff6802;
	text-decoration: none;
}
.menuonder a:active {
	color: #ff6802;
	text-decoration: none;
}
.menuonder a:hover {
	color: #ffffff;
	text-decoration: none;
}

