body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
}
a {
	color: #1092b2;
	text-decoration: none;
}
img {
	border: 0;
}

/*     DIVS     */
#container {
	width: 1000px;
	margin: auto;
}

#header {
	/*background-image: url(images/header.gif); */
	background: #FF2600;
	width: 1000px;
	height: 130px;
}

#header div {
	float: left;
	margin: 19px 0;
}

#header #slideshow {
	border: 2px #ffffff solid;
	height: 86px;
	width: 556px;
	overflow: hidden;
}

#balk {
	background-image: url(images/balk.gif);
	width: 660px;
	height: 42px;
	padding: 8px 170px 0 170px;
}

#links {
	position: absolute;
	width: 235px;
	margin: 0px;
	padding: 15px 0 0 0;
	z-index: 1000;
}

#midden {
	position: absolute;
	width: 570px;
	margin: 0 0 0 200px;
	padding: 29px 0 0 0;
	z-index: 1;
}

#rechts {
	position: absolute;
	width: 235px;
	margin: 0 0 0 800px;
	padding: 15px 0 0 0;
}

#footer {
	background-image: url(images/footer.gif);
	width: 1000px;
	height: 150px;
	position: relative;
}

/*     STYLES     */
.balktekst {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.balktekst p {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.overigepartners a {
	color: #1092b2;
	text-decoration: none;
}
.overigepartners p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
}

.contentkop {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
}

.content {
	color: #666;
	font-size: 8pt;
	font-weight: normal;
}

.menukop {
	background-image: url(images/kop.gif);
	
}

/*     MENU     */
.menu {
	display: block;
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	width: 174px;
	padding: 10px 10px;	
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.menulink {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

.treeview a {
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}


.menutitle{
	cursor:pointer;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

hr {
	margin: 0 50px 5px 0;
}

img.links {
	float: left;
}

ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

li.sub {
	padding-left: 22px;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

li.subplus {
	padding-left: 14px;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

li.sub2 {
	padding-left: 30px;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0px;
	display: block;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: circle;
margin-bottom: 3px;
display: block;
font-size: 8pt;
	color: #333;
	text-decoration: none;
}

.hand {
	cursor: pointer;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
display: block;
}

.treeview li a {
width: 100%;
display: inline-block;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#ddsidemenubar .mtop a {
	color: #fff;
	
}

#ddsidemenubar a {
	width: 100%;
	display: inline-block;
}

p {
display: block;
margin-bottom: 3px;
}

.agenda h4 {
	margin: 0px;
	padding: 0px;
}

