/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #3F3F3F;
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
}

h3 .wijk {
	padding-left:10px;
}

h4, h5, h6 {
	font-size: 12px;
}

hr {
	border: 0 solid #CCCCCC;
	background: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: 1px solid #808080;
	padding-left: 2px;
	background: #FFFFFF;
}

input.radio {
	border:none;
}

/* ---------------------------------------------------------- */
#frame {
	background: #FFFFFF;
	margin: 10px;
	width: 100%;
	text-align: left;
	z-index: 2;
	top: 0;
	position: relative;
}

#header {
	display:none;
}

#left, #right {
	display: none;
}

#center a {
	color: #596A79;
	text-decoration: underline;
}

#center h3 a, #center h4 a, #center h5 a {
	text-decoration: none;
}

#center {
	float: left;
	margin-top: 0px;
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
	z-index: 30;
}

#content {
	background: none !important;
	background: none;
	min-height: auto;
	height: auto !important;
	height: auto;
}

#contentTop, #contentBot {
	display:none;
}