body {
	background-image: url(Pictures/gradient_vertlung.jpg);
}
table {
	background-color: #FFFFFF;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2b7300;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #2b7300;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B7300;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	background-color: #D6F29B;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: outset;
	border-bottom-style: inset;
	border-top-color: #7BC308;
	border-bottom-color: #7BC308;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

.achtergrond {
	background-image: url(Pictures/gradient_vert.jpg);
	background-repeat: repeat-x;
}
#navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 3px;
	border-bottom-style: none;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist li a {
	padding: 3px;
	text-decoration: none;
	background-color: #C1E46E;
	border: 1px solid #FFFFFF;
}
#navlist li a:link {
	color: #333333;
}
#navlist li a:visited {
	color: #003300;
}
#navlist li a:hover {
	color: #FFFFFF;
	background-color: #333333;
	border: 1px none #999999;
	padding: 3px;
}
#navlist li a#current {
	background-color: #C1E46E;
	border: 1px solid #FFFFFF;
}
