body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
}
a {
	color: #669900;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
#wrapper {
	width: 550px;
	height: auto;
	margin: auto;
}#nav {
	height: 20px;
	width: 550px;
	clear: both;
	float: left;
	display: block;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 120px;
	text-align: right;
}
#nav a {
	display: inline;
	padding: 5px;
	line-height: 20px;
	color: #669900;
}
#content {
	width: 550px;
	height: auto;
	float: left;
	clear: both;
	margin-left: 3px;
	display: block;
	position: static;
}
h1 {
	color: #669900;
	letter-spacing: -1px;
}
a {
	color: #669900;
}
a:hover {
	color: #000000;
}
.odd { }
.even {
	background-color: #EEFFDD;
}

h1 {
	color: #BAD53A;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
h2 {
	color: #669900;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #669900;
	font-size: 16px;
	font-weight: bold;
}

ul.open {
	background-color: #3dbdea;
	padding: 25px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	#background-image: url(bg_faq.jpg);
	#background-repeat: no-repeat;
	#background-position: left top;
}
ul.closed {
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
list-style-type: none;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border: 1px solid #CCCCCC;
background-color: #f0f0f0;
}
ul.closed li.q {
	cursor: help;
	color: #333;
	background-image: url(vraag.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: underline;
}
#MASTER #inhoud #inhoudTEKST h1 {
	color: #BAD53A;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.open li.q {
	cursor: help;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	background-image: url(antwoord.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}
ul.closed li.a {
display: none;
}
ul.open li.a {
display: block;
padding: 5px;
list-style-type: none;
margin-left: 0px;
}
.excl {
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}
