/* -------------------------------------------------------------------- basics */
* { 
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-repeat: repeat-y;
	background-image: url(img/backgr_groen.png);
	background-position: center top;
	color: #FFFFFF;
	font-size: 11px;
}
h1 {
	font-size: 11px;
	color: #00135A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}
h2 {
	font-size: 11px;
	color: #00135A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}
p {
	line-height: 18px;
	margin-bottom: 18px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #00135A;
}
ul {
	list-style-type: none;
	margin: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
li {
	padding-left: 20px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
hr {
	height: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin-bottom: 18px;
}
.imgR {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
}
