/* Global */
*{
	padding:0px;
	margin-top: 0px;
}

.cw_clearfloat {
	clear:both;
	visibility:hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color:#999999;
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	width:250px;
	font-size:11px;
}
input.cw_button{
	width:100px;
	background-color:#e9e9e9;
}
a {
	COLOR: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-top:0px;
	font-size:2em;
	margin-bottom: 20px;
	font-weight: bold;
	color: #003366;
}
h2 {
	margin-top:0px;
	color:#000000;
	font-size:1.5em;
}
h3 {
	margin-top:0px;
	color:#003366;
	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: 908px;
	margin: auto;
}
/* @end */

/* @group Main Container Border*/

/* @end */

/* @group Background Container */
#cw_bgcontent {
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
/* @end */

/* @group Top Bar */
#cw_topbar {
	height: 18px;
	color: #999999;
	font-size:1em;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cw_topbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
#cw_topbar li {
	padding: 0px;
	padding-right: 50px;
	float:right;
	text-align: right;
}
#cw_topbar .cw_boldwhite {
	color: #FFFFFF;
	font-weight: bold;
}
#cw_topbar input {
	background-color: #1C4986;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
}
#cw_topbar input.cw_buttonicon {
	height:18px;
	background-color: transparent;
	border: 0px;
}
/* @end */

/* @group Language Menu */
#cw_langmenu {
	position: absolute;
	width: 200px;
	padding-left:20px;
	padding-top:5px;
}
#cw_langmenu a {
	padding-right:10px;
	padding-left:10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #1C4986;
	font-size:10px;


}
#cw_langmenu a:hover {
	background: #0066cc;
}
#cw_langmenu a:active {
	background: #CCCCCC;
}
#cw_langmenu .cw_itemcur a {
	font-weight:bold;
}
#cw_langmenu .cw_itemdis {
	padding-right:10px;
	padding-left:10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #CCCCCC;
	font-size:10px;
}
/* @end */

/* @group Header */
#cw_header {
	text-align: center;
}
/* @end */

/* @group Top Menu */
#cw_topmenu {
	height:40px;
	padding-left: 225px;
}
#cw_topmenu.cw_nopaddingleft {
	padding:0px 20px 0px 0px;
}
#cw_topmenu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding:0;
	
} 
#cw_topmenu li {
	float:left;
	white-space:nowrap;
}
#cw_topmenu li a {
	text-decoration: none;
	color: #003366;
	width:125px;
	padding:10px 0px 10px 0px;
	text-align:center;
	border-left:#003366 solid 1px;
	display:block;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
}
#cw_topmenu li a:hover {
	color: #FFFFFF;
	background-color:#003366;
}
#cw_topmenu .cw_itemact a  {
	color: #FFFFFF;
	background-color:#003366;
}
#cw_topmenu .cw_itemcur a  {
	color: #FFFFFF;
	background-color: #003366;
}

td.cw_1stline {
	border-bottom:#666666 solid 1px;
	padding-top: 35px;
	padding-bottom: 7px;
}
td.cw_2ndline{
	border-bottom:#666666 solid 1px;
	padding-top: 7px;
	padding-bottom: 7px;
}
td.cw_3rdline{
	border-bottom:0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* @end */

/* @group Left Column */
#cw_leftcolumn {
	width:225px;
	float:left;
	padding:0px;
}
#cw_leftmenu{}	
#cw_leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#cw_leftmenu li {
	list-style-type: none;
	padding: 0px;
}
#cw_leftmenu li a {
	display: block;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	background-color:#f5f5f5;
	padding:5px 3px 5px 20px;
	margin-bottom:1px;	
}
#cw_leftmenu li li a {
	color: #003366;
	background-color:#CCCCCC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 40px;
	margin:0px;
	font-weight:normal;
}
#cw_leftmenu li li li a {
	padding-left:45px;
	font-weight: normal;
}
#cw_leftmenu a:hover {
	color: #FFFFFF;
	background-color: #003366;
}
#cw_leftmenu .cw_itemact a {
	color: #003366;
	background-color:#CCCCCC;
	margin-bottom:0px;
}
#cw_leftmenu .cw_itemact a:hover {
	color: #FFFFFF;
	background-color: #003366;
}
#cw_leftmenu .cw_itemcur a  {
	color: #FFFFFF;
	background-color: #003366;
}
/* @end */

/* @group Left Content */
#cw_leftcontent {
	padding: 0px;
}
#cw_leftcontent p{

}

/* @end */

/* @group Content Container */
#cw_contentcontainer {
}
/* @end */

/* @group Center Column */
#cw_centercolumn {
	width:600px;
	padding: 0px;
	margin:0px;
	float: left;
}
#cw_centercolumn li {
	margin-bottom:10px;
}
/* @end */

/* @group News box */
#cw_newsbox {
	border-left: 1px solid #ccc;
}
#cw_newsbox td {
	vertical-align: top;
	width:160px;
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px solid #ccc;
}
#cw_newsbox img{
	border:solid #999999 1px;
}
#cw_newsbox h3{
	color: #FFFFFF;
	background-color: #003366;
	padding:1px;
}
/* @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 Content Tools */
#cw_contenttools {
	text-align:right;	color: #CCCCCC;	height: 19px;	padding-top: 1px;	margin: 0px;	padding-bottom: 0px;	padding-left: 0px;}
#cw_contenttools a {
	color:#CCCCCC;
	text-decoration:none;
}
#cw_contenttools a:hover {
	color:#FFFFFF;
}
/* @end */

/* @group Content Legend */
#cw_contentlegend {
	text-align:left;
	color: #CCCCCC;
	height: 17px;
	padding-top: 2px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
#cw_contentlegend img {
 
}
/* @end */

/* @group Breadcrumb Trail */
#cw_breadcrumb {
	color: #0C1651;
	font-weight:bold;
}
#cw_breadcrumb a {
	color: #0C1651;
	font-weight:normal;
	text-decoration:none;
}
#cw_breadcrumb a:hover {
	color: #FFFFFF;
}
/* @end */

/* @group Main Content Area */

#cw_content{
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#cw_content p { 
	text-align:justify;
	margin-top:0px;
	margin-bottom:20px;
}
#cw_content img {
	margin:0px;
	margin-top:0px;
}
#cw_content hr {
	height: 1px;
	margin:5px 0px 5px 0px;
	border:0px;
	border-top:1px solid #FFFFFF;
}

/* 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%;
	margin-bottom:20px;
}
.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: #E9E9E9;
	padding:5px;
}
tr.evenline td {
	padding:5px;
}
/* @end */

/* @group Right Column */
#cw_rightcolumn {
	padding-top:20px;
	padding-bottom:20px;
	float: left;
	width: 220px;
}
#cw_rightcontent, #cw_tsrightcontent {
	padding:0px 20px 0px 20px;
}
/* @end */

/* @group Footer */
#cw_footer {
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
 #cw_signature {
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	padding-top: 5px;
}
#cw_signature a {
	color: #666666;
}
/* @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 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;
}
TABLE.tx-loginboxmacmade-pi1-loginTable {
	margin-top:10px;
}
.tx-loginboxmacmade-pi1-loginTable TD {
	padding:0px;
	vertical-align:top;
	font-size:1em;
}
TD.tx-loginboxmacmade-pi1-labelCell {
	background-color:#0C1651;
	padding: 5px;
	font-weight:bold;
	color:#FFFFFF;
}
TD.tx-loginboxmacmade-pi1-fieldCell {
	background-color: #B5D6F6;
	padding:5px;
}
/* @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; 
}
.thumbnail {
	float: left;
	padding-bottom: 5px;
}
/* @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 5px 0px 0px;
	margin: 0px;
}
.cw_formwrap .cw_formlabel {
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
}
.cw_radio_label {

}
.cw_formfield {
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.cw_formfield .cw_formlabel {
	display: inline;
}
.cw_formwrap h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_slimform { display: inline; }
input.csc-mailform-radio, input.csc-mailform-check, input.csc-mailform-submit {
	width: auto;
}
/* @end */

/* @group Gallery images */
.cw_imagesgallery{	
}
.cw_imagesgallery td{
	text-align:center;
}
table.cw_imagesgallery {
	margin-bottom:10px;
}
table.cw_imagesgallery td{
	padding-bottom:20px;
}
.cw_imagesgallery img{
	padding: 8px 8px 20px 8px;
	background-color:#F3F3F3;
	border:#CCCCCC 1px solid;
}
/* @end */

