/* ----- speciaal voor FCK editor */
.fckeditorbody {
	text-align:left;
	color:#000;
}

html, body, #wrapper, .wrapper {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size:small;
}
body {
	background:#003b81 url(../images/bg-blauw-ie6.gif) center top repeat-y
}
#wrapper, .wrapper {
	margin:0 auto;
	vertical-align:middle;
	width:997px;
}
p, td {
	text-align:left;
	padding:0;
	margin:0;
	vertical-align:top;
}

#divNavigatie {
	height:300px;
	margin-left:50px;
	font-size:14px;
}
#divNavigatie a {
	line-height:35px;
	font-weight:bold;
	display:block;
	color:#003b81;
	text-decoration:none;
}
#divNavigatie a:hover {
	color:#e20a1f;
}


#divItems {
	width:560px;
	z-index:2;
	margin-top:5px;
}

.itemTitel, .itemTitelAktief {
	color:#FFFFFF;
	height:50px;
	background:url(../images/bg-titel-blauw.gif);
	cursor:pointer;
	line-height:14px;
	overflow:hidden;
	margin-top:2px;
}
.itemTitelAktief {
	background:url(../images/bg-titel-rood-uit.gif);
}
.itemTitel h1, .itemTitelAktief h1 {
	padding:5px 80px 5px 15px;
	margin:0;
	font-size:100%;
}

.itemTitel:hover{
	background:url(../images/bg-titel-rood.gif);
}
.itemContent {
	display:none;
	overflow:hidden;
	height:250px;
	margin-bottom:2px;
	background:url(../images/bg-titel-rood-footer.gif) left bottom no-repeat;
}
.itemTekst {
	color:#000;
	background-color:#fff;
	border:5px solid #e20a1f;
	padding:5px 20px 5px 20px;
	height:222px;
	overflow:auto;
}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

#divChgStyle {
	color:#034889;
	font-weight:bold;
}
#divChgStyle a {
	text-decoration:none;
}
