/* Global */
*{
	margin:	0px;
	padding:0px;
}

.cw_clearfloat {
	clear				: both;
	visibility	: hidden;
	height			: 0px;
}

body {
	font-family	:	Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color				: #434343;
	margin			: 0px;
	padding			: 0px;
/*	background	: #FFFFFF url(../images/PDG50009.JPG) repeat; */
	background	: #FFFFFF; 
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size				: 12px;
	color						: #000000;
}
a { 
	color						: #CD45E5;
	font-weight			: 700;
	text-decoration : none;
}
a:hover {
	color						: #000000;
}
h1 {
	margin-top:5px;
	margin-bottom:10px;
	color:#000000;
	font-size:1.8em;
}
h2 {
	margin-top			: 0px;
	color						: #000000;
	font-size				: 1.5em;
}
h3 {
	margin-top			: 5px;
	margin-bottom		: 5px;
	color						: #000000;
	font-size				: 1.2em;
}
h4 {
	margin: 0px;
	padding: 2px;
	background-color:#0C1651;
	color:#FFFFFF;
	font-size:1em;
}
h5 {
	margin-top:0px;
	color:#000000;
	font-size:0.9em;
}
h6 {
	margin-top:0px;
	color:#000000;
	font-size:0.8em;
}

/* @group Main Container */
#cw_container {
	width								: 1000px; /* changes in this value must be matched in cw_footergroup */
	min-width						: 780px;
/*	background-color		: #C0C0C0; */
/*	background-image		: url(../images/bodybg.gif) repeat; */
	background-image		: url(../images/innerbg.gif) repeat-y;
	background-repeat		: repeat-x;
	background-position	: left;
	margin: auto;
	position:relative;
	padding-bottom:50px;
}
/* @end */

/* @group Top Bar */
#cw_topbar {
	width								: 125px; 
	height							: 20px;
	background-color		: #FFF;
	padding-top					: 10px;
	color								: #999999;
	float 							: right;
}
/*
#cw_topbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
#cw_topbar li {
	padding: 0px;
	padding-right: 50px;
	text-align: right;
}
#cw_topbar .cw_boldwhite {
	color: #FFFFFF;
	font-weight: bold;
}
*/
#cw_topbar input {
	background-color: #FEFEFE;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 9px;
	color: #555;

}

#cw_topbar input.cw_buttonicon {
	height:20px;
	background-color: transparent;
	border: 0px;
	text-align: right;
}
/* @end */

/* @group Header */
#cw_header {
/*	background-image		: url(../images/topslide.jpg); */
	background-repeat		: no-repeat -50 150; 
	background-position	: left; 
/*	background-color		: #000000; */
	height							: 160px;

	font-size						: 14px;
	color								: #FFFFFF;
}
#cw_header h1{
	color					: #FFFFFF;
	font-size			: 2.2em;
	margin				: 0;
	padding-top		: 20px;
	text-align		: left;
}
#cw_header img {
	vertical-align: bottom;
}
/* @end */

/* @group Top Menu */
#cw_topmenu {
	width							: 700px;
	color							: #000000;
	font-size					: 12px; 
	background-repeat	: repeat-y;
	background-position: left;
	height						: 26px;
	padding						: 10px 20px 0px 0px;
	float							: left;
}
#cw_topmenu.cw_nopaddingleft {
	padding						:	0px 20px 0px 0px;
}
#cw_topmenu ul {
	list-style-type		: none;
 
	margin						: 0;
	padding						: 0;
} 
#cw_topmenu li {
	float						: left;
	white-space			: nowrap;
/*	border-left				: 1px solid #EFEFEF; */
/*
	border-top			: 1px solid #808080;
	border-left			: 1px solid #808080;
	border-right		: 1px solid #808080;
*/
}
#cw_topmenu li a {
	background			: #FFFFFF;
	color						: #000000;
	padding-left		: 30px;
	padding-right		: 30px;
	padding-top			:  5px;
	padding-bottom	:  5px;
	line-height			: 15px;
	display					: block;
	text-decoration	: none;
	font-weight			: bold;
}
#cw_topmenu a:hover {
	background					: #EEEEEE; 
}
#cw_topmenu a:active {

}
#cw_topmenu .cw_itemact a {
	color								: #CD45E5;
}
#cw_topmenu .cw_itemcur a {
	color								: #CD45E5;
}
#cw_topmenu a.cw_itemsub { }
/* @end */

/* @group Left Column */
#cw_leftcolumn {
/*	background-color		: #0C1651; */
	background-image		: url(../images/trame2.png);
	background-repeat		: repeat-y;
	background-position	: left;
	width								: 200px;
	height							: 100%;
	font-size						: 13px;
	float								:	left;
	padding							: 10px 0px 10px 0px;
}	
#cw_leftmenu {
	list-style-type			: none;
	width								: 200px;
	margin							: 0px;
	padding							: 0px;
}
#cw_leftmenu li {
	display							: inline;
}
#cw_leftmenu a {
	display							: block;
	width								: 185px;
	padding-left				:  15px;
	text-decoration			: none;
	padding-bottom			: 3px;
	color								: #000000;
	font-size						: 13px;
	font-weight					: bold;
/*	background					: #002E7E; */
	border-bottom				: 1px solid #EFEFEF;  
}
#cw_leftmenu li li a {
	width								: 165px;
	padding-left				:  35px;
	font-size						:  11px;
/*	background					: #003FAA; */
}
#cw_leftcolumn li li li a {
	width								: 145px;
	padding-left				:  55px;
	font-weight					: normal;
}
#cw_leftmenu a:hover {
	background					: #EEEEEE;
	background-image		: url(../images/icon_arrow.png);
	background-repeat		: no-repeat;
	background-position	: left;
/*	border							: 1px solid #FA9035; */
}
#cw_leftmenu a:active {

}
#cw_leftmenu .cw_itemact a { }
#cw_leftmenu .cw_itemcur a {
	color								: #CD45E5;
/*	background					: #808080; */
	background-image		: url(../images/icon_arrow.png);
	background-repeat		: no-repeat;
	background-position	: left;
	font-weight					: bold;
}
/* @end */

/* @group Left Content */
#cw_leftcontent {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* @end */

/* @group Content Container */
#cw_contentcontainertop {
	background		: #ffffff url(../images/innerbg.gif) repeat-y;
/*
	border-bottom	: 1px solid #808080;
	border-left		: 1px solid #808080;
	border-right	: 1px solid #808080; */
	clear					: both;
	padding				: 0;
	width					: 1000px;
}
#cw_contentcontainer {
/*	background-color	:	#9EC5EC; */
	background		: url(../images/header.jpg) top left no-repeat;
	width					: 1000px;
}
/* @end */

/* @group Center Column */
#cw_centercolumn, #cw_centercolumn_noright {
	width					:	539px;
	padding-left	:  30px;
	padding-right	:  30px;
	padding-top		:   0px;
	margin				:  0px;
	float					: left;
}
#cw_centercolumn li, #cw_centercolumn_noright li {
	margin-bottom:10px;
	font-size:1em;
}
#cw_centercolumn_noright {
	width : 739px;
}
/* @end */

/* @group Content Tools */
#cw_contenttools {
/*	background-color	:	#B5D6F6; */
	text-align					: right;
	margin-bottom				:	 5px;
	margin-top					:	 5px;
	font-size						:	11px;
}
#cw_contenttools img {
/*	border-left: 2px solid #9EC5EC;*/
}
/* @end */

/* @group Breadcrumb Trail */
#cw_breadcrumb {
	background			: #999999 url(../images/b_copy.jpg) 100% 00 repeat;
/*	color						: #0C1651; */
	font-size				: 10px;
	font-weight			: bold;
	width						: 780px;
	height					:  30px;
	padding-top			:  10px;
	padding-left		: 220px;
	text-align			: left;
}
#cw_breadcrumb a {
	color						: #CD45E5;
	font-weight			: normal;
	text-decoration	: none;
}
#cw_breadcrumb a:hover {
	color						: #CD45E5;
}
/* @end */

/* @group Main Content Area */
#cw_content p { 
	text-align:justify;
	font-size:1.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;
}
#cw_content ul {
	margin-left: 30px;
}
#cw_content ol {
	margin-left: 40px;
}
/* General Styles (referenced for RTE use) */

.small {
	font-size: 0.7em;
}
.medium {
	font-size: 0.85em;
}
.large {
	font-size: 1.2em;
}

/* Content Table */
table.standard {
	width:100%;
}
table.standard td {
	padding:0px;
	font-size:1em;
}
tr.firstline td {
	background-color:#0C1651;
	padding: 5px;
	font-weight:bold;
	color:#FFFFFF;
}
tr.oddline td {
	background-color: #B5D6F6;
	padding:5px;
}
tr.evenline td {
	padding:5px;
}
/* @end */

/* @group Right Column */
#cw_rightcolumn {
	margin-top		:  0px;
	padding-bottom: 20px;
	padding-left	: 10px;
	padding-right	: 10px;
	border-left		: 1px solid #fff;
	float					: left;
	width					: 180px;
}
/* @end */

/* @group Footer */
#cw_footergrouptop {
	position		: absolute;
	bottom			: 0;
	width				: 1000px; /* this value must match the width of cw_container */
	height			: 50px;
}

#cw_footergroup{
/*	background-color: #0C1651; */
	background		: #FFFFFF url(../images/b_copy.jpg) repeat-x;
	height				: 48px;
/*	background		: #ffffff url(../images/innerbg.gif) repeat-y;  */
/*
	border-bottom	: 1px solid #808080;
	border-left		: 1px solid #808080;
	border-right	: 1px solid #808080;
*/
}
#cw_footer {
	padding				: 5px;
	text-align		: right;
	color					: #555555;
	font-size			: 9px;
}
#cw_footer a {
	color					: #fff;
}
#cw_footer a:hover {
	color					: #fff;
}
#cw_footermenu {
	color					: #000000;
	text-align		: left;
}
/* @end */

/* @group Footer Menu */
#cw_footermenu {
	color							: #000000;
	font-size					: 10px; 
	background-repeat	: repeat-y;
	background-position: left;
	height						: 26px;
	padding						: 5px 20px 0px 0px;
}
#cw_footermenu.cw_nopaddingleft {
	padding						:	0px 20px 0px 0px;
}
#cw_footermenu ul {
	list-style-type		: none;
	width							: 100%; 
	margin						: 0;
	padding						: 0;
} 
#cw_footermenu li {
	float						: left;
	white-space			: nowrap;
	color						: #000000;
}

#cw_footermenu li a {
	padding-left		: 10px;
	padding-right		: 10px;
	padding-top			:  0px;
	padding-bottom	:  0px;
	line-height			: 15px;
	display					: block;
	text-decoration	: none;
	font-weight			: normal;
	color						: #000000;
}
#cw_footermenu a:hover {
	color					: #444444; 
}
#cw_footermenu a:active {

}
#cw_footermenu .cw_itemact a {

}
#cw_footermenu .cw_itemcur a {
	color								: #CD45E5;
}
#cw_footermenu a.cw_itemsub { }
/* @end */

/* @group Signature */
#cw_signature {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* @end */

/* @group Flexible Contents */
.cw_2columns tr, .cw_3columns tr {
	vertical-align: top;
}
.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 #fff;
}
.cw_frame_rulerbelow {
	border-bottom: 1px solid #fff;
}
.cw_frame_highlight {
	border						: 1px solid #FFFFFF;
	background-color	: #DEBDC9;
	padding						: 8px;
}
/* @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 Login Box Macmade */
.tx-loginboxmacmade-pi1-error {
	color:#BE0027;
}
.tx-loginboxmacmade-pi1-forgotpasswordLink {
	padding: 4px;
}
/* @end */

/* @group Site Map */
.cw_sitemap li {
	list-style-type: square;
	font-weight: bold;
	color: #FFFFFF;
}
.cw_sitemap li a {
	font-size: 15px;
}
.cw_sitemap li li {
	list-style-type: square;
}
.cw_sitemap li li a {
	font-size: 11px;
}
.cw_sitemap li li li{
	list-style-type: square;
}
.cw_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 */

/* @group Home Page */
#cw_home #cw_centercolumn {
	width: 740px;
}
#cw_home #cw_topmenu {
	padding-left: 20px;
}
/* @end */

#cw_hseparator {
	height						: 5px;
	background-color	: #555555;
	width							: 1000px;
	margin-top				: 3px;
	margin-bottom			: 3px;

#cw_pagetitle h1 {
	margin-bottom			: 10px;
}
