body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #4D619E;
}
a:hover {
	color: #6582CA;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	font-size:2em;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	font-size:1.5em;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	font-size:1.2em;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 2px;
	background-color:#000;
	font-size:1em;
	color: #fff;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	font-size:0.9em;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	font-size:0.8em;
}

/* @group Main Container */
#cw_container {
	position: absolute;
	width: 100%;
}
/* @end */

/* @group Header */
#cw_header {

	background-color: transparent;
	height: 100px;
	margin-bottom: 20px;
}
/* @end */

/* @group Left Column */
#cw_leftcolumn {
	width:180px;
	height:100%;
	font-size: 13px;
}
/* @end */

/* @group Left Content */
#cw_leftcontent {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* @end */

/* @group Content Container */
#cw_contentcontainer {
	background-color:#9EC5EC;
}
#cw_contentcontainer td {
	vertical-align:top;
}
/* @end */

/* @group Center Column */
#cw_centercolumn {
	width:98%;
	padding: 20px 20px 20px 20px;
	margin:0px;
}
#cw_centercolumn li {
	margin-bottom:10px;
	font-size:1em;
}
/* @end */

/* @group Breadcrumb Trail */
#cw_breadcrumb {
	font-size: 11px;
	font-weight:bold;
}
#cw_breadcrumb a {
	font-weight:normal;
	text-decoration:none;
}
/* @end */

/* @group Main Content Area */
#cw_content p {
	text-align:justify;
	font-size:1em;
	margin-top:0px;
	margin-bottom:20px;
}
#cw_content img {
	margin:5px;
	margin-top:0px;
}
#cw_content hr {
	height: 1px;
	margin:5px 0px 5px 0px;
	border:0px;
	border-top:1px solid #FFFFFF;
}

.small {
	font-size: 0.7em;
}
.medium {
	font-size: 0.85em;
}
.large {
	font-size: 1.2em;
}

/* Content Table */
table.standard {
	width:100%;
}
.standard td {
	padding:0px;
	font-size:1em;
}
tr.firstline td {
	background-color:#000;
	padding: 5px;
	font-weight:bold;
	color:#fff;
}
tr.oddline td {
	background-color: #ccc;
	padding:5px;
}
tr.evenline td {
	padding:5px;
}
/* @end */

/* @group Right Column */
#cw_rightcolumn {
	padding-top:20px;
	padding-bottom:20px;
}
/* @end */

/* @group Footer */
#cw_footer {
	padding: 5px;
	text-align: center;
	font-size: 9px;
}
#cw_footer img {
	border: none;
	}
/* @end */

/* @group Flexible Contents */
.cw_sep_left {
	padding-left: 5px;
	border-right: 1px solid #9EC5EC;
}
.cw_sep_right {
	padding-right: 5px;
}
.cw_column {
	padding: 5px;
}
.cw_3columns .cw_column {
	width: 33%;
}
.cw_2columns .cw_column {
	width: 50%;
}
/* @end */

/* @group Blocks */
.cw_frame_indentleft {
	margin-left: 30px;
}
.cw_frame_indentboth {
	margin-left: 30px;
	margin-right: 30px;
}
.cw_frame_rulerabove {
	border-top: 1px solid #000;
}
.cw_frame_rulerbelow {
	border-bottom: 1px solid #000;
}
.cw_frame_highlight {
	border: 1px solid #000;
}
/* @end */

/* @group Indexed Search */
.tx-indexedsearch-browsebox TD {
	padding:10px;
}

.tx-indexedsearch-percent {
	font-weight:bold;
}

.tx-indexedsearch-secHead {
	padding-top:20px;
}

.tx-indexedsearch-secHead TD {
	font-weight:bold;
}

.tx-indexedsearch-title A {
	font-weight:bold;
}
/* @end */

/* @group Site Map */
.csc-sitemap li {
	list-style-type: square;
	font-weight: bold;
	color: #FFFFFF;
}
.csc-sitemap li a {
	font-size: 15px;
}
.csc-sitemap li li {
	list-style-type: square;
}
.csc-sitemap li li a {
	font-size: 11px;
}
.csc-sitemap li li li{
	list-style-type: square;
}
.csc-sitemap li li li a {
	font-size: 10px;
}
/* @end */

/* @group Photo Book */
#tx-fotoboek img {
	margin:0px;
	border:1px solid black;
}
#tx-fotoboek table {
	width:100%;
}
.tx-fotoboek-nav {
	background-color:#0C1651;
	padding: 6px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
}
.tx-fotoboek-nav a {
	padding:3px;
	color: #FFFFFF;
	text-decoration : none;
}
.tx-fotoboek-nav a:hover {
	background: #0066cc;
	color: #FFFFFF;
}
.tx-fotoboek-nav a:active {
	background: #CCCCCC;
}
/* @end */

/* @group Input Forms */
.cw_formgroup {
	clear: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.cw_formseparator {
	border-bottom: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_formitem {
	float: left;
	padding: 0px;
	margin: 0px;
}
.cw_formwrap .cw_formlabel {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
}
.cw_radio_label {
	font-size: 12px;
}
.cw_formfield {
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.cw_formfield .cw_formlabel {
	display: inline;
}
.csc-mailform-check, .csc-mailform-radio {
	width: auto;
}
.cw_formwrap h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_slimform { display: inline; }
/* @end */

/* @group Quick Poll */
.tx-quickpoll-pi1 h2 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}
.pollquestion, .pollresulttext {
	font-size:11px;
	text-align:left;
}
.polltotal {
	font-weight:bold;
}
.pollanswer {
	background-color: transparent;
}
.pollpercentbar {
	background-color:#B5D6F6;
}
input.pollsubmit {
	width:auto;
	height:25px;
	background-color: #DBDBDB;
	border-top:1px outset #eeeeee;
	border-left:1px outset #bbbbbb;
	border-right:1px outset #dddddd;
	border-bottom:1px outset #cccccc;
}
input.pollsubmit:hover {
	background-color: #E0EEFC;
	border-top:1px solid #93a2bb
	border-left:1px solid #93a2bb;
	border-right:1px solid #93a2bb;
	border-bottom:1px solid #93a2bb;
}
input.pollsubmit:active {
	border-top:1px inset #dce1e9;
	border-left:1px inset #dce1e9;
	border-right:1px inset #dce1e9;
	border-bottom:1px inset #dce1e9;
}
/* @end */

/* @group News */
.cw-news-archive ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cw-news-archive li {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
}
.cw-news-archive .news-amenu-item-year {
	font-weight: bold;
}
/* @end */

