body {
	font-family: Arial, sans-serif;
}
a {
	color: #000000;
	text-decoration: underline;
}
b	{	font				:	10pt Arial, sans-serif;
		font-weight			:	bold;
		font-style			:	bold}

li	{	font				:	10pt Arial, sans-serif;
		font-weight			:	normal;
		font-style			:	italic}
		
.kop	{	font-size			:	10pt;
		font-weight			:	bold;
		color				:	#3954AB}
		
.wit	{	font-size			:	9pt Arial;
		font-weight			:	bold;
		color				:	#FFFFFF}
		
.oranje	{	font-weight			:	bold;
		color				: 	#F58329}

.witkleiner{	font-size		:		11px;
		font-weight			:	bold;
		color				:	#FFFFFF}
		
.kleiner{	font-size			:	11px;
		font-weight			:	normal;
		margin-left			:	10;
		color				:	#000000}

#wrapper {
	width: 974px;
	height: 100%;
}
#wrapper td {
	padding: 0;
}
#wrapper .left {
	width: 195px;
	vertical-align: top;
	background-color: #e6e6e6;
}
#wrapper .right {
	width: 188px;
	vertical-align: top;
	background-color: #e6e6e6;
	font-size: 13px;
}
#wrapper .header {
	height: 107px;
	background-color: #ffcc00;
}
#wrapper .content {
	vertical-align: top;
	padding: 25px 35px;
	font-size: 12px;
	line-height: 140%;
	width: 520px;
	
}
#topmenu {
	background-color: #666666;
}
#topmenu ul {
	margin: 0 0 0 195px;
	padding: 0;
	list-style: none;
	height: 31px;

}
#topmenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
#main {}
.leftmenu {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.leftmenu li {
	margin: 0;
	padding: 0;
	height: 25px;
}
.leftmenu li.subpages {
  height: auto;
}
.leftmenu li.subpages ul {
  list-style: none;
  padding: 0 0 0 20px;
}
.leftmenu li.subpages ul li a {
  text-decoration: none;
  font-size: 11px;
}
.leftmenu li.subpages ul li.active a,
.leftmenu li.subpages ul li a:hover {
  color: #dd4400;
}


.info {
	position: relative;
	font-weight: bold;
	color: #0000aa;
}
.info span {
	display: none;
	font-weight: normal;
	text-transform: none;
	position: absolute;
	top: 10px;
	color: #000000;
	background-color: #f9f9f9;
	padding: 3px;
	width: 330px;
	left: 10px;
	border: 1px solid #000000;
}

