/*Collapsible Panel styling classes*/
.CollapsiblePanel {
	margin: 0 0 15px 0;
	padding: 0;
	color: #000000;
}
.CollapsiblePanelTab {
	font-size: 1.2em;
	font-weight: normal;
	background: #ababab;
	margin: 0;
	padding: 5px;
	width: 796px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelContent {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	width: 796px;
	background: #dadada;
}
.CollapsiblePanelContent img {
	margin: 0 0 10px 10px;
}

body {
	text-align: center;
}

#wrapper {
	clear: both;
	margin: 0 auto;
	width: 850px;
	text-align: left;
	background: url(../../../images/bg-content.jpg) repeat-y;
}

#header {
	width: 850px;
	height: 188px;
	background: url(../../../images/header-bezoekers.jpg) repeat-y;
}

#header .home a {
	display: block;
	width: 850px;
	height: 158px;
}

#content {
	padding: 12px 22px 0 22px;
}

#footer {
	clear: both;
	width: 850px;
	height: 39px;
	background: url(../../../images/footer.jpg) repeat-y;
}

a img {
	border: 0;
}

#error, #success {
	font-size: 1.2em;
	font-weight: bold;
	color: Red;
}
#success {
	color: Blue;
}

#footerNav {
	clear: both;
	margin: 0 auto;
	width: 850px;
	text-align: center;
}