/********/
/* html */
/********/
body {
	background:url(../img/bg/body.gif) bottom center fixed repeat-x;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1,
h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:22px;
	color:#70b7e1;
	margin:0 0 20px 0;
	padding:0;	
}

h2 {
	color:#f8b54f;
}

h3,
h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#70b7e1;
	margin:0 0 20px 0;
	padding:0;
}

h4 {
	color:#f8b54f;
}

h5,
h6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#70b7e1;
	margin:0;
	padding:0;
}

h6 {
	color:#f8b54f;
}

p {
	margin:0 0 18px 0;
	padding:0
}

a {
	color:#70b7e1;
	text-decoration:underline
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:44px auto 0 auto;
	width:936px;
	position:relative;
}

/* header */
#header {
	
}

#logo {
	width:283px;
	height:51px;
	float:left;
}

#logo img {
	
}

#banner {
	width:936px;
	height:145px;
	padding:4px 0 4px 0;
	margin:12px 0 0 0;
	float:right;
	border-top:3px solid #65b1de;
	border-bottom:3px solid #65b1de;
	
}

/* menu */
#menu {
	background:url(../img/bg/menu_left.gif) no-repeat left top;
	height:30px;
	padding-left:5px;
	position:absolute;
	right:0;
	top:14px;
}

#menu ul {
	list-style:none;
	background:url(../img/bg/menu_right.gif) no-repeat right top;
	margin:0;
	padding:0 6px 0 0;
	float:left;
}

#menu li {
	float:left;
	background:url(../img/bg/menu_center.gif) repeat-x;
	height:30px;
	line-height:29px;
	position:relative;
}

#menu li a {
	background:url(../img/bg/menu_item.gif) no-repeat right top;
	font-weight:bold;
	font-size:9px;
	color:#646567;
	float:left;
	height:30px;
	padding:0 17px 0 15px;
	text-decoration:none;
}

#menu li a:hover,
#menu li a.active {
    color:#f8b54f;
}

/* submenu items */
#menu ul ul {
	background:none;
	display:none;
	margin:0;
	padding:0 6px 0 0;
	float:left;
	position:absolute;
	left:0;
	top:30px;
	width:150px;
}

#menu ul li:hover ul,
#menu ul li.cs_hover ul {
	display:block;
}

#menu li li {
	background:#a2a1a3;
	border-bottom:1px solid #FFF;
	height:24px;
	line-height:24px;
	padding:0;
	width:150px;
}

#menu li li a {
	background:#a2a1a3;
	color:#FFF;
	float:left;
	height:24px;
	padding:0 15px;
	width:120px;
}

#menu li li a:hover,
#menu li li a.active {
	background:#868889;
	color:#f8b54f;
}

/* content */
#content {
	background: url(../img/bg/content_center.gif) repeat-y; 
	width:683px;
	min-height:464px;
	margin:13px 0 20px 10px;
	float:right;
	position:relative;
}

#content_top {
	background:url(../img/bg/content_top.gif) no-repeat;
	height:5px;
	line-height:5px;
}

#content_center {
	padding:20px 25px 25px 25px;
}

#content_bottom {
	background:url(../img/bg/content_bottom.gif) no-repeat left bottom;
	height:5px;
	line-height:5px;
	position:absolute;
	bottom:0;
	width:683px;	
}

#content p {
	font-size:13px;	
}

#contact_button {
	width:242px;
}

#contact_button img {
	width:242px;
	margin:5px 0 0 0;
	height:66px;
}

/* triggers */
#triggers_wrapper {
	width:241px;
	margin:8px 0 20px 0;
	float:left;
}

.trigger_1,
.trigger_2 {
	min-height:118px;
	margin-top:15px;
}

.trigger_1 h2,
.trigger_2 h2 {
	background:url(../img/bg/trigger_1.gif) no-repeat;
	font-size:11px;
	color:#fff;
	height:33px;
	line-height:13px;
	margin:0px;
	padding:8px 10px 0 20px;
}

.trigger_2 h2 {
	background:url(../img/bg/trigger_2.gif) no-repeat;
}

.trigger_1 h2 span,
.trigger_2 h2 span {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.trigger_1 .item_wrapper {
}

.item ul {
    border-left: 1px solid #c48e3e;
	border-right: 1px solid #c48e3e;
	list-style:none;
	margin:0px;
	padding:10px 0 0px 38px;
}

.trigger_2 .item ul {
    border-left: 1px solid #009ee0;
	border-right: 1px solid #009ee0;
}

.trigger_1 .item_bottom {
	background:url(../img/bg/trigger_1_bottom.gif) no-repeat left bottom;
	height:15px;
	width:241px;
}

.trigger_2 .item_bottom {
	background:url(../img/bg/trigger_2_bottom.gif) no-repeat left bottom;
	height:15px;
	width:241px;
}

.trigger_1 .item,
.trigger_2 .item {
    background:#fdd8a6 url(../img/bg/trigger_1_gradient.gif) repeat-x left bottom;
}

.trigger_2 .item {
	background:#86bee3 url(../img/bg/trigger_2_item.gif) repeat-x left bottom;
}

.item li {
	background:url(../img/bg/li_item.gif) no-repeat;
}

.item li a {
	text-decoration:none;
	padding-left:20px;
    color:#000;
    font-weight:bold;
}

.item li a:hover {
    color:#f8b54f;
    text-decoration:none;  
}

/*********/
/* pages */
/*********/
/* news */
#news_archive {
	border-top:1px solid #e1e1e2;
	padding:15px 0 0 0;
}

#news_archive .item {
	border-bottom:1px solid #e1e1e2;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}

#news_archive .item p {
	margin:0;
}

/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

/* forms */
.cs_form_wrapper .cs_form_label label {
	width:200px;
}

.cs_form_wrapper .cs_form_button input {
	background:#65b1de;
	border:0;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	margin:20px 221px 0 0;
}

.cs_form_wrapper .cs_form_button input:hover {
	background:#f8b54f;
}

/* node ticker */
.cs_node_ticker_wrapper
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background:url(../img/bg/news.gif) no-repeat;
	height:28px;
	margin:10px 0 0 0;
	width:622px;
}

.cs_node_ticker
{
	height:18px;
	position: absolute;
	width:652px;
	margin:5px 0 0 0;
}

.cs_node_ticker_header
{
	border-right: 1px solid #9c9b9d;
	color: #4b4a4d;
	font-weight:bold;
	height:18px;
	line-height:18px;
	padding:0 20px 0 0;
	min-width:85px;
	float:left;
	margin:0 0 0 15px;
}

.cs_node_ticker_content
{
	color: #808082;
	height:18px;
	line-height:18px;
	padding:0;
	margin:0 0 0 10px;
	min-width:510px;
	float:left;
}

.cs_node_ticker_header
{
	color: #4b4a4d;
}

.cs_node_ticker_wrapper a
{
	color: #808082;
	text-decoration:none;
}

.cs_node_ticker_wrapper a,
.cs_node_ticker_header,

.cs_node_ticker_wrapper a:hover
{
	color: #4b4a4d;
	text-decoration:none;
}

/*language chooser*/

#cs_language_chooser {
	height:30px;
	position:absolute;
	right:0;
	top:-12px;
	z-index:100;
}

#cs_language_chooser ul {
	list-style:none;
	margin:0;
	padding:0
}

#cs_language_chooser li {
	display:inline;
	float:left;
	margin-left:10px;
	width:28px;
	height:17px;
}

#cs_language_chooser li a { 
	float:left;
	width:28px;
	height:17px;
}

#cs_language_chooser li span {
	display:none
}

#cs_language_flag_1 {
	background:url(../img/bg/flag_nl.gif) no-repeat left center
}

#cs_language_flag_2 {
	background:url(../img/bg/flag_eng.gif) no-repeat left center
}

#cs_language_flag_3 {
	background:url(../img/bg/flag_de.gif) no-repeat left center
}



