/* 

	CREATIONAL

	CSS / GENERAL STYLES 

	COPYRIGHT © 2007 / CREATIONAL / WWW.CREATIONAL.NL / ALL RIGHTS RESERVED

*/

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #000; background: #FFF;
	}

html, body { height: 100%; }

body#home,
body#page {
	text-align: center;
	background: #000 url(../img/pwt_background.gif) repeat-x center top;
	}

a, a:link, a:visited, a:active { color: #C72C42; text-decoration: underline; }
a:hover { color: #C72C42; text-decoration: none; }
a:focus, a:active { outline: none; -moz-outline-style: none; }

img, a img { border: 0; }

ul { padding-left: 1.2em; padding-bottom: 1em; }
ol { padding-left: 1.8em; }
li { }

h1 { font-size: 1.2em; padding-bottom: 1em; color: #C72C42; }
h2 { font-size: 1.1em; padding-bottom: .5em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

p { font-size: 1em; padding-bottom: 1em; line-height: 1.3em; }

.clear { clear: both; height: 1%; visibility:hidden; font-size: 1px; }

u { text-decoration: none; }

.red { color: #C72C42; }

.image_left { float: left; margin-right: 10px; margin-bottom: 1em; }
.image_right { float: right; margin-left: 10px; margin-bottom: 1em; }

/* CONTAINER */
#container {
	text-align: left;
	margin: 0 auto;
	width: 784px;
	min-height: 100%;
	height: auto;
	background: url(../img/pwt_main_background.gif) repeat-y center top;
	}
* html #container {
	height: 100%;
	}

/* HEADER */
#header {
	height: 108px; overflow: hidden;
	background: #000 url(../img/pwt_background.gif) repeat-x center top;
	}
#header_inner {
	height: 108px; overflow: hidden;
	background: no-repeat right top;
	}

#logo {}

#logo_print { display: none; }

/* MAIN NAV */
#nav { 
	position: relative; height: 25px; overflow: hidden; 
	font-weight: bold; font-size: 13px;
	color: #FFF; background: #000 url(../img/pwt_background.gif) repeat-x 0 -108px;
	}

#nav ul {
	list-style: none; margin: 0; margin-left: 193px; padding: 0; position: relative; height: 25px;
	}
#nav li {
	float: left;
	}

#nav li a,
#nav li a:link,
#nav li a:visited {
	display: block; padding: 4px 17px; padding-left: 19px;
	text-decoration: none;
	color: #FFF;
	}
#nav li a:hover {
	color: #E32A45;
	}

#nav li.current a,
#nav li.current a:link,
#nav li.current a:visited {
	text-decoration: none;
	color: #E32A45;
	}
#nav li.current a:hover {
	color: #E32A45	;
	}

#nav ul ul {
	margin: 0; position: absolute; left: 70px; top: 0;
	}

#nav li {
	background: url(../img/pwt_nav_bullet.gif) no-repeat 0% 55%;
	}

/* MAIN */
#main {
	padding: 24px 2px; padding-bottom: 0;
	background: url(../img/pwt_main_shadow.gif) no-repeat center top;
	}

/* LEFTNAV */
#leftnav { display: inline; float: left; width: 193px; overflow: hidden; }

#leftnav ul { 
	list-style: disc; margin: 0; margin-left: 40px; margin-bottom: 1em; padding: 0; padding-right: 5px; 
	font-weight: bold; font-size: 13px;
	color: #C72C42; 
	}
#leftnav li { padding: 3px 0 5px 0; }

#leftnav li a,
#leftnav li a:link,
#leftnav li a:visited {
	text-decoration: none;
	color: #000;
	}
#leftnav li a:hover {
	color: #C72C42;
	}

#leftnav li.current a,
#leftnav li.current a:link,
#leftnav li.current a:visited {
	text-decoration: none;
	color: #C72C42;
	}
#leftnav li.current a:hover {
	text-decoration: underline;
	}

/* 2nd level */
#leftnav ul ul {
	margin-top: 2px; margin-left: 0; margin-bottom: 0; list-style: none;
	font-weight: normal;
	}
#leftnav li li {
	padding: 2px 0 4px 0;
	}	
#leftnav li.current li a,
#leftnav li.current li a:link,
#leftnav li.current li a:visited {
	text-decoration: none;
	color: #000;
	}
#leftnav li.current li a:hover {
	color: #C72C42;
	}

#leftnav li.current li.current a,
#leftnav li.current li.current a:link,
#leftnav li.current li.current a:visited {
	text-decoration: none; font-weight: bold;
	color: #C72C42;
	}
#leftnav li.current li.current a:hover {
	text-decoration: underline;
	}

/* 3nd level */
#leftnav ul ul ul {
	margin-left: 10px;
	font-weight: normal; font-size: 12px;
	}
#leftnav li li li {
	padding: 1px 0 3px 0;
	}	
#leftnav li.current li.current li a,
#leftnav li.current li.current li a:link,
#leftnav li.current li.current li a:visited {
	text-decoration: none; font-weight: normal;
	color: #666;
	}
#leftnav li.current li.current li a:hover {
	color: #C72C42;
	}

#leftnav li.current li.current li.current a,
#leftnav li.current li.current li.current a:link,
#leftnav li.current li.current li.current a:visited {
	text-decoration: none; font-weight: bold;
	color: #C72C42;
	}
#leftnav li.current li.current li.current a:hover {
	text-decoration: underline;
	}

#box_A { padding: 12px 24px; padding-right: 5px; font-size: 1em; }

#box_A h1, #box_A h2, #box_A h3, #box_A h4 { font-size: 12px; } 

#box_A ul { list-style: none; margin: .5em 0; padding: 0; font-size: 12px; }
#box_A li { padding: 2px 0 3px 0; }

#box_A li a,
#box_A li a:link,
#box_A li a:visited {	
	padding-left: 14px;
	color: #C72C42; background: url(../img/pwt_leftnav_bullet_logo.gif) no-repeat 0 0;
	}
#box_A li a:hover,
#box_A li.current a,
#box_A li.current a:link,
#box_A li.current a:visited  {
	color: #000;
	}

#box_A li a.opener,
#box_A li a.opener:link,
#box_A li a.opener:visited {	
	cursor: default;
	}

#box_A ul ul { }	
#box_A li li { list-style: disc; margin-left: 16px; padding: 1px 0 2px 0; }

#box_A li li a,
#box_A li li a:link,
#box_A li li a:visited {
	padding-left: 0;
	color: #000; background: none;
	}
#box_A li li a:hover,
#box_A li.current li.current a,
#box_A li.current li.current a:link,
#box_A li.current li.current a:visited {
	color: #C72C42;
	font-weight: normal;
	}

/* CONTENT */
#content {
	float: left; width: 586px; overflow: hidden;
	}

#content_inner {
	padding: 0 30px;
	}

#content li { padding-bottom: .5em; }

#content ul.links { list-style: disc; padding-left: 1.2em; padding-bottom: 1em; }
#content ul.links li { padding-bottom: .6em; }

#content ul.links li a,
#content ul.links li a:link,
#content ul.links li a:visited {
	text-decoration: none;
	}
#content ul.links li a:hover {
	text-decoration: underline;
	}

/* home */
#column_A_B { float: left; width: 371px; margin-left: 25px; display: inline; overflow: hidden; }
#column_A { float: left; width: 170px; margin-left: 0px; padding-top: 1em; display: inline; overflow: hidden; }
#column_B { float: left; width: 180px; margin-left: 21px; padding-top: 1em; display: inline; overflow: hidden; }
#column_C { float: left; width: 175px; margin-left: 15px; display: inline; overflow: hidden; }

#column_A h1, #column_B h1, #column_C h1 { font-size: 1.1em; }
#column_A h2, #column_B h2, #column_C h2 { padding-bottom: 1em; }

#column_A h1, #column_A h1 a, #column_A h1 a:link, #column_A h1 a:visited { color: #000; text-decoration: none; }
#column_A h1 a:hover { color: #C72C42; }

/* products */
#column_D { float: left; width: 296px; overflow: hidden; }
#column_E { float: left; width: 200px; overflow: hidden; margin-left: 30px; }

#column_E a.lightbox,
#column_E a.lightbox:link,
#column_E a.lightbox:visited {
	display: block; margin-bottom: 1em;
	} 

.module_footer { display: none; }

/* FOOTER */
#footer {
	margin: 30px; padding-top: 5px;
	font-size: 11px;
	border-top: 1px solid #333;
	color: #666;
	}
#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #666;
	}
#footer a:hover {
	color: #C72C42;
	}

/* SEARCH */
#search_container {
	position: absolute; left: 664px; top: 4px; width: 127px;
	}
#search { 
	height: 22px; width: 114px; padding-left: 4px; overflow: hidden;
	background: transparent url(../img/cl_search_background.gif) no-repeat;
	}
* html #search {
	padding-left: 0;
	padd\ing-left: 4px;
	width: 127px;
	w\idth: 114px;
	}
#search form {
	margin: 0 !important;
	padding: 0 !important;
	}
#search .search_input,
#search .search_input_active {
	float: left; margin: 0; margin-top: 1px; margin-right: 6px; padding: 1px; padding-bottom: 0; width: 83px;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;
	border: 0px solid #FFF;
	color: #999; background: #FFF;	
	}
* html #search .search_input,
* html #search .search_input_active {
	padding-top: 0; 
	padding-left: 3px; padd\ing-left: 1px;
	margin-right: 2px; marg\in-right: 4px; 
	width: 90px; w\idth: 82px;
	}
#search .search_input_active {
	color: #000;
	}


#search_results { }

#search_results a,
#search_results a:link,
#search_results a:visited {
	display: block; text-decoration: none;
	color: #000;
	}
#search_results a:hover {

	}	
#search_results span.search_results_heading {
	display: block; font-weight: bold;
	color: #C72C42;
	}
#search_results a:hover span.search_results_heading {
	text-decoration: underline;
	}

.search_alert { font-weight: bold; }
.search_msg {}
.search_terms { font-weight: bold; }
.search_result_msg {}

/* PAGING */
#paging ul { margin: 0; padding: 0; list-style: none; }
#paging li { display: inline; }

#paging li a,
#paging li a:link,
#paging li a:visited { 
	padding: 0 .5em; 
	text-decoration: none;
	}
#paging li a:hover { 
	text-decoration: underline;
	}	

#paging li.current a,
#paging li.current a:link,
#paging li.current a:visited {
	text-decoration: none;
	color: #000;
	}

/* FORMS */

form { margin: 0; margin-top: .5em; padding: 0; color: #000; font-size: 1em; }

fieldset { border: 0px none; margin: 0; padding: 0; padding-bottom: .6em; }
* html fieldset { padding-bottom: 1em; }
fieldset legend { display: none; }
fieldset div { margin: 10px 0; }
fieldset br { display: none; }
fieldset div br { display: block; }

fieldset input, fieldset textarea, fieldset select {
	width: 300px; padding: 2px; font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;
	background: #FFF; color: #000;
	}
fieldset select { width: 306px; }

fieldset textarea { font-size: 100%;}

fieldset label, fieldset div.cr p {
	margin: 0; padding-right: 10px; padding-top: 4px;
	display: block; float: left;
	width: 100px;
	text-align: left;
	}
        
fieldset div.cr label {
	margin-left: 113px;
	text-align: left;
	width: auto;
	float: none;
	}
	
fieldset div span { display: block; margin-left: 108px; padding-top: 4px; }
* html fieldset div span { margin-left: 111px; }

fieldset .removed { display: none !important;}
fieldset .mandatory { }

fieldset div.cr input { border: none; width: auto; margin-right: 5px; background: none; }
fieldset div.cr_label input { border: none; width: auto; }

fieldset.footnotes { width: 420px; }

fieldset .remark,
fieldset.footnotes { 
	font-size: 87%;
	color: #666; 
	}

fieldset.buttons { padding-top: 0; clear: both; width: 100%; }
fieldset.buttons label { width: 80px; float: left; }
fieldset.buttons input { 
	width: 110px; font-weight: bold;
	border: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000;
	background: #000 url(../img/cl_button.gif) repeat-x; color: #FFF; margin-left: 20px; 
	}
fieldset.buttons input.inactive { 
	border: 1px solid #DDD; border-right: 1px solid #637595; border-bottom: 1px solid #637595;
	background: #DBEDF3 url(../img/cl_button_inactive.gif) repeat-x; 
	}
fieldset.buttons .remark {
	display: inline;
	}

fieldset .error { color: #C72C42; font-weight: bold; }

fieldset .badinput { color: #C72C42; }
fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FFF; color: #000;
	border: 1px solid #C72C42; border-right: 1px solid #C72C42; border-bottom: 1px solid #C72C42;
	}

/* TABLES */	
table { font-size: 1em; }
table td { vertical-align: top; }
	
/* MODULES */
.module_items {}

.module_items br { display: none; }

.module_items a,
.module_items a:link,
.module_items a:visited {
	display: block; margin-bottom: 1em; padding-bottom: .5em; position: relative;
	color: #000; text-decoration: none;
	border-bottom: 1px solid #CCC;
	}
	
.module_items span { display: block; padding-bottom: .2em; }	

.module_items .heading { color: #C72C42; font-size: 1em; font-weight: bold; }
.module_items a:hover .heading { text-decoration: underline; }

.module_items .summary { padding-bottom: .3em; }
.module_items a:hover .summary { text-decoration: none; }	

.module_items .more { color: #C72C42; float: right; }
.module_items a:hover .more { text-decoration: underline; }

.module_items .date { color: #999; }
#home .module_items .date,
#agenda_items.module_items .date { 
	display: block; position: absolute; top: 0; left: 0; width: 50px;
	text-align: right; font-weight: normal; text-transform: lowercase;
	color: #999; 
	}
	
.module_items a:hover .date,	
#home .module_items a:hover .date,
#agenda_items.module_items a:hover .date {
	color: #C72C42; text-decoration: none;
	}

.module_items .date_extra {
	color: #999;
	}

.module_items .image {
	display: block; position: absolute; top: 0; left: 0;
	}

.module_noitems {
	font-weight: bold;
	}

/* news */	
#home #news_items.module_items a,
#home #news_items.module_items a:link,
#home #news_items.module_items a:visited {
	padding-left: 0;
	border: none;
	}	
#home #news_items.module_items .date { display: none; }

/*
#news_items.module_items a,
#news_items.module_items a:link,
#news_items.module_items a:visited {
	padding-left: 60px;
	min-height: 60px;
	}
* html #news_items.module_items a,
* html #news_items.module_items a:link,
* html #news_items.module_items a:visited {
	height: 60px;
	}		
#news_items.module_items a.item_noimage,
#news_items.module_items a.item_noimage:link,
#news_items.module_items a.item_noimage:visited {
	padding-left: 0; 
	min-height: 3em; 
	height: auto;
	}
*/

/* agenda */		
#agenda_items.module_items a,
#agenda_items.module_items a:link,
#agenda_items.module_items a:visited {
	padding-left: 105px;
	}
#home #agenda_items.module_items a,
#home #agenda_items.module_items a:link,
#home #agenda_items.module_items a:visited {
	padding-left: 45px;
	}
#home #agenda_items.module_items .date { width: 35px; }
#home #agenda_items.module_items .date .dash { display: block; margin: 0; padding: 0; line-height: .5em; }
#agenda_items.module_items .date { width: 90px; }	
/* 
#agenda_items.module_items a,
#agenda_items.module_items a:link,
#agenda_items.module_items a:visited {
	padding-left: 110px;
	min-height: 110px;
	}
* html #agenda_items.module_items a,
* html #agenda_items.module_items a:link,
* html #agenda_items.module_items a:visited {
	height: 110px;
	}	
#agenda_items.module_items a.item_noimage,
#agenda_items.module_items a.item_noimage:link,
#agenda_items.module_items a.item_noimage:visited {
	padding-left: 0; 
	min-height: 3em; 
	height: auto;
	} 
*/

/* sitemap */
.tree_outer,
#sitemap,
#sitemap ul { list-style: none; margin: 0; padding: 0; }
#sitemap ul { list-style: disc; margin-top: .5em; margin-left: 1.4em; margin-bottom: .5em; color: #999; }
#sitemap ul ul { margin-bottom: .1em; }
#sitemap { margin-top: .5em; }

.tree_outer li a,
.tree_outer li a:link,
.tree_outer li a:visited,
#sitemap li a,
#sitemap li a:link,
#sitemap li a:visited {
	text-decoration: none;
	font-weight: bold;
	}
.tree_outer li a:hover,
#sitemap li a:hover {
	text-decoration: underline;
	}
#sitemap li li a,
#sitemap li li a:link,
#sitemap li li a:visited {
	font-weight: normal;
	color: #000;
	}	
#sitemap li li li a,
#sitemap li li li a:link,
#sitemap li li li a:visited {
	font-weight: normal;
	}
#sitemap li li li li a,
#sitemap li li li li a:link,
#sitemap li li li li a:visited {
	color: #666;
	}		