@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
html {
	background: #3f3f3f url(/assets/images/bg_left.jpg) top left no-repeat;
	background-position:fixed;
}
body {
	background: url(/assets/images/bg_right.jpg) top right no-repeat;
	background-position:fixed;
	font: 12px/1.45em "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}
.container_16 {
	background:#fff;
}
.holder {
	background: url(/assets/images/bg_content.jpg) top left no-repeat;
}
.holder_repeat {
	background: url(/assets/images/bg_content_repeat.jpg) top repeat-x #fff;
	min-width:735px;
}
img {
	border:0px;
}

/* @group BODY FONTS AND LINKS */
.content li {
	line-height:18px;
	margin-left:20px;
	padding-left:4px;
}
p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
}
a:link {
	color: #024d90;
}
a:visited {
	color: #024d90;
}
a:hover {
	color: #024d90;
}
p a:link {
	color: #024d90;
}
p a:visited {
	color: #024d90;
}
p a:hover {
	color: #024d90;
	border-bottom:1px dotted;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
strong {
	font-weight: bold;
	color:#38598f;
}
hr {
	border-bottom: 1px dotted #493f3b;
	border-top:0px;
	margin-bottom:10px;
}
h1 {
	font-size:18px;
	color:#000;
	margin-bottom:15px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
}
h2 {
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	line-height:1em;
	font-weight:normal;
	text-align:left;
}
h3 {
	font-size:18px;
	padding-top:10px;
	color:#02325b;
	font-weight:bold;
	text-align:right;
}
h4 {
	font-size:14px;
	padding-top:4px;
	margin-bottom:6px;
	color:#fff;
	font-weight:bold;
	text-align:left;
}

.box_content h1 {
	font-size:18px;
	color:#0446A1;
	margin-bottom:15px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
}
.box_content h2 {
	font-size:17px;
	color:#000;
	margin-bottom:15px;
	line-height:20px;
	font-weight:normal;
	text-align:left;
}
.box_content h3 {
	font-size:16px;
	color:#305576;
	margin-bottom:15px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
}
.box_content h4 {
	font-size:14px;
	color:#000;
	margin-bottom:8px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
}
.box_content h5 {
	font-size:12px;
	color:#0446A1;
	margin-bottom:8px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
}
.box_content h6 {
	font-size:12px;
	color:#305576;
	margin-bottom:8px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
}
.box_content h7 {
	font-size:12px;
	color:#000;
	margin-bottom:8px;
	line-height:16px;
	font-weight:normal;
	text-align:left;
}

/* @group MAIN DIVS */

#header {
	height:112px;
}
#logo {
	float:left;
	width:258px;
	height:87px;
}
#twitter {
	width:375px;
	height:56px;
	margin-top:30px;
	margin-right:6px;
	float:right;
}
#toolbar {
	height:27px;
	background: url(/assets/images/bg_toolbar.jpg) repeat-x top;
	float:right;
}
#toolbar p {
	text-align:right;
	font-size:10px;
	padding-right:15px;
}
#toolbar .support {
	margin-right:10px;
	float:left;
	padding-top:0px;
	background:#28acf1;
}
#toolbar img {
	padding-top:2px;
}
.content {
	margin-bottom:10px;
}
#footer {
	padding-bottom:60px;
	background:none;
	padding-top:7px;
}
#footer img { 
	margin:0px;
	padding:0px;
}
#footer p {
	text-align:left;
	font-size:11px;
	color:#fff;
}
#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration:none;
	color:#fff;
}
.searchform input.feild {
	padding:3px;
	height:16px;
	width:64%;
	margin:0px;
	margin-top:5px;
	border:0px;
	background:#fff;
	float:right;
}
.searchform input.feild_search {
	padding:3px;
	height:16px;
	width:80%;
	margin:0px;
	margin-top:5px;
	border:0px;
	background:#fff;
	float:right;
}
.searchform input.button {
	margin:0px;
	margin-top:5px;
	margin-right:0px;
	float:right;
}
/* @group BOXES */

.box_pad {
	padding:12px;
	/*  -webkit-border-radius: 7px; -moz-border-radius: 7px; CCborderRadius: 7px; */
}
.box_home {
	overflow:hidden;
	height:119px;
}
.box_events {
	overflow:hidden;
	height:270px;
}
.box_list ul {
	padding-bottom:0px;
	margin-bottom:0px;
}
.box_list ul li {
	list-style:none;
	line-height:18px;
	margin-left:0px;
	padding-left:0px;
	border-bottom:1px dotted #fff;
	padding-bottom:4px;
	margin-bottom:4px;
	cursor:pointer;
}
.box_list ul li a:link span.link, .box_pad ul li a:visited span.link {
	color:#fff;
	text-decoration:none;
}
.box_list ul li a:hover span.link {
	color:#fff;
	border-bottom:none;
	text-decoration:none;
}
.box_list ul li a:link span.date, .box_list ul li a:visited span.date {
	color:#fff;
	background:#3a5267;
	padding:2px;
	font-size:11px;
	text-decoration:none;
}
.box_list ul li a:hover span.date, .box_list ul li:hover a span.date {
	color:#3a5267;
	background:#fff;
	text-decoration:none;
}

.arrow_list ul li {
	background:url(/assets/images/bg_li.jpg) left center no-repeat;
	line-height:18px;
	margin-left:7px;
	padding-left:13px;
	list-style:none;
}
.arrow_list ul li a:link, .arrow_list ul li a:visited {
	color:#000;
	text-decoration:none;
}
.arrow_list ul li a:hover {
	color:#000;
	border-bottom:1px dotted #000;
	text-decoration:none;
}
.arrow_list p {
	font-weight:bold;
	padding-left:14px;
	background:url(/assets/images/bg_li.jpg) no-repeat;
	background-position: 0px 5px;
	font-size:13px;
}
.arrow_list p.small {
	font-weight:normal;
	font-size:10px;
	line-height:15px;
	background:none;
}
.box_title h1 {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	float:left;
	color:#fff;
	margin-bottom:0px;
}
.box_title a.link:link, .box_title a.link:visited {
	font-size:15px;
	font-weight:normal;
	text-align:right;
	text-decoration:none;
	float:right;
	color:#000;
	margin-top:2px;
}
.box_title a.link:hover {
	font-size:15px;
	font-weight:normal;
	text-align:right;
	float:right;
	color:#000;
	margin-top:2px;
	border-bottom:1px dotted #000;
}
.toggle {
	padding-top:5px;
	cursor:pointer;
	float:right;
}
.box_one { background:url(/assets/images/bg_box_1.jpg) no-repeat bottom left #7f9cba; }
.box_two { background:url(/assets/images/bg_box_2.jpg) no-repeat bottom left #7babbc; }
.box_three { background:url(/assets/images/bg_box_3.jpg) no-repeat bottom left #99a6cd; }
.box_four { background:#c9c9c9; }

.box_one p, .box_two p, .box_three p { color:#fff; }

.box_one a:link span.web, .box_one a:visited span.web, .box_two a:link span.web, .box_two a:visited span.web, 
.box_three a:link span.web, .box_three a:visited span.web, .box_four a:link span.web, .box_four a:visited span.web { 
	
	color:#fff; background:#3a5267; padding:2px; font-size:11px; text-decoration:none; padding-left:6px; padding-right:6px;
}


.box_one a:hover span.web, .box_two a:hover span.web, .box_three a:hover span.web, .box_four a:hover span.web {
	
	color:#3a5267; background:#fff;	text-decoration:none; padding-left:6px; padding-right:6px;
}

.title_one { background:#6b8ba7; padding:8px; padding-left:11px; padding-right:11px; }
.title_two { background:#6b97a7; padding:8px; padding-left:11px; padding-right:11px; }
.title_three { background:#6b7ca7; padding:8px; padding-left:11px; padding-right:11px; }
.title_four { background:#a8a7a7; padding:8px; padding-left:11px; padding-right:11px; }

.title_img_bg { background:url(/assets/images/title_bg_repeat.jpg) top repeat-x; height:108px; }

.title_img_bg h1 { color:#fff; font-size:24px; padding-left:20px; padding-top:20px; }

.title_img_bg p { padding-top:25px; }

.title_img_one { background:url(/assets/images/title_bg_1.jpg) top right no-repeat; height:108px; }

.box_content { padding:12px; padding-bottom:5px; background:url(/assets/images/bg_content_box.jpg) 30px 0px no-repeat #eceff5; }

.box_content_hover { padding:12px; padding-bottom:5px; background:url(/assets/images/bg_content_box.jpg) 30px 0px no-repeat #eceff5; }

.box_content_hover:hover { padding:12px; padding-bottom:5px; background:url(/assets/images/bg_content_box_over.jpg) 30px 0px no-repeat #dadee6; cursor:pointer; }

.box_content_msg { padding:12px; padding-bottom:5px; margin-top:1px; background:#eceff5; }

.box_content_msg:hover { padding:12px; padding-bottom:5px; margin-top:1px; background:#dadee6; cursor:pointer; }


.box_content_msg p { margin-bottom:2px; font-size:11px; font-style:italic; color:#3f3f3f; }

.box_content_msg span { margin-bottom:2px; font-size:11px; font-style:normal; font-weight:bold; }

.box_content_msg img { margin-right:20px; float:left; }

.hover_box li { list-style:none; margin:0px; padding:0px;}

.box_content_member { padding:12px; padding-bottom:5px; margin-left:0px; background:url(/assets/images/bg_content_box.jpg) 30px 0px no-repeat #eceff5; cursor:pointer; }

.box_content_member:hover { padding:12px; padding-bottom:5px; margin:0px; background:url(/assets/images/bg_content_box_over.jpg) 30px 0px no-repeat #dadee6; cursor:pointer; }

.box_content_member p { margin-bottom:2px; font-size:11px; font-style:italic; color:#3f3f3f; }

.box_content_member span { margin-bottom:2px; font-size:11px; font-style:normal; font-weight:bold; }

.box_content_member img { margin-right:20px; float:left; }

.box_content_title h1 { padding:9px; background:#6b8ba7; color:#fff; font-size:19px; margin-bottom:0px; }

.box_content_title h1 a:link,.box_content_title h1 a:hover,.box_content_title h1 a:visited { color:#fff; border:0px; text-decoration:none; }

.box_content_title p { margin-bottom:1px; margin-top:10px;}

.box_content_title p span.date { padding:3px; padding-left:9px; padding-right:9px; background:#6b8ba7; color:#fff;}
.box_content_title p span.readmore { padding:3px; padding-left:9px; padding-right:9px; background:#3f3f3f; color:#fff;}
.box_content_title p span.member { padding:3px; padding-left:9px; padding-right:9px; background:#3f3f3f; color:#fff;}

.box_content_title p a:link, .box_content_title p a:visited { color:#fff; text-decoration:none; }

.box_content_title p a:hover { color:#eceff5; text-decoration:none; border:0px; }



/* ----------- NAVIGATION----------- */
#search_holder {
	background:#0446A1;
	height:35px;
	font-size:11px;
	margin-right:0px;
	
}
#search_holder p { color:#fff; padding-top:5px;	text-align:right; margin:0px; }
#search_holder a {	color:#000; }
#search_holder a.one {	font-size:1em; }
#search_holder a.two {	font-size:1.2em; }
#search_holder a.three {	font-size:1.5em; }

.nav_holder{
	background:#0446A1;
	margin-bottom:10px;
}
.no_pad {
	padding:0px;
	margin:0px;
}
#navigation{
	background:url(/assets/images/btn_twitter_nav.jpg) no-repeat right top #70A5EA;
	height:36px;
	}
	#navigation ul{
	 height:36px;
	 line-height:36px;	
	}
	#navigation ul li{
		display:inline;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		background:url(img/line-a.gif) right no-repeat;
		padding:0 16px;
		display:block;
		text-decoration:none;
		float:left;
		color:#01182d;
		font-weight:bold;
	}
	#navigation ul li a:hover{
		color:#fff; background:url(none) no-repeat #0446A1 bottom center;
	}
	#navigation ul li a.current {
		color:#fff; background:url(none) no-repeat #0446A1 bottom center;
	}
/* ----------- SUBLINKS ----------- */
#sublinks{
	background:#0446A1;
	height:35px;
	font-size:11px;
}	
	#sublinks ul{
	 height:32px;
	 line-height:31px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 20px;
		padding-bottom:2px;
		padding-top:2px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	#sublinks ul li a:hover {
		color:#fff; background:url(none) no-repeat center bottom #0446A1;
	}
	#sublinks ul li a.current {
		color:#fff; background:url(none) no-repeat center bottom #0446A1;
	}	

/* @end */

form.styleLabel label
{
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
form.styleLabel fieldset
{
	padding-top:1em;
	padding-left:1em;
	border:1px dashed #d2d1d1;
	background:#fdfdfd;
	padding-bottom:10px;
	margin-bottom:15px;
}
form.styleLabel fieldset legend
{
	font-size: 16px;
	color:#075ea8;
	font-weight:normal;
	text-align:left;
}
form.styleLabel fieldset div
{
	display: block;
	margin-bottom:.5em;
}
form.styleLabel fieldset#delivery_address
{
	display: none;	
}
div.error
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #C00;
}
div .error ul li
{
	text-align: left;	
}
#content input {
	background:#f6f6f6;
	border:1px solid #becae3;
	padding:3px;
	color:#373438;
	font-size:10px;
	margin-right:7px;
}
#content textarea {
	background:#f6f6f6;
	border:1px solid #becae3;
	padding:3px;
	width:317px;
	height:90px;
	color:#373438;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:7px;
}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

.register_input_left {
	width:50%; float:left;
}
.register_input_right {
	width:50%; float:right;
}
.register_input_text {
	font-size:11px;
	padding-top:12px;
}
.register_text_box {
	background:#b3c7d9;
	padding:20px;
	width:91%;
}

/* Formulier */
form.msg p { display: block; height: 1%; }
form.msg label { float:left; margin-bottom:6px; font-weight: bold; }
form.msg input, form.msg textarea { background: #abc8d3; padding: 3px; width: 93%; border: 0; font: normal 1em arial; }
form.msg select { background: #abc8d3; padding: 3px; width: 95%; border: 0; font: normal 1em arial; }

form.msg input.register, form.msg textarea.register { background: #fff; padding: 3px; border:1px solid #d8dde5; width: 93%; font: normal 1em arial; }
form.msg select.register { background: #fff; padding: 3px; width: 95%; font: normal 1em arial; border:1px solid #d8dde5; }

form.msg input:focus, form textarea:focus { background: #fff; }
form.msg button { color: #fff; font-weight: bold; border: 0; background: url(/assets/images/btn_form.png) no-repeat; width: 81px; height: 18px; padding: 10px 0 28px 0; cursor: pointer; }
form.msg button:hover { background-position: 0 -38px; }

form.msg .button { color: #fff; border: 0; background: url(/assets/images/btn_form.png) repeat 0 -5px; width: 81px; height: 18px; padding: 5px 0 18px 0; cursor: pointer; }
form.msg .button:hover { background-position: 0 -43px; }

form.msg p.error { border: 2px solid #701C00; padding: 10px; margin-bottom: 5px; width: 410px; }

/* Pagination */

.pagination a:link, .pagination a:visited {
	background: #eceff5;
	color: #6b8ba7;
	border: 1px solid #dbdee3;
	padding: 3px;
	margin: 0px;	
}
.pagination {
	margin-top: 10px;	
}
.pagination a:hover {
	background: #f9fbfe;
	color: #6b8ba7;
	border: 1px solid #dbdee3;
	padding: 3px;
	margin: 0px;	
}

.pagination strong {
	background: #6b8ba7;
	color: #ffffff;
	border: 1px solid #506b83;
	padding: 3px;
	margin: 0px;	
}



div#errors p
{
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	border: none;
}
div#errors ul li
{
	border: none;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
div#errors ul
{
	border: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-top: 10px;
}

input.date {
	width: 150px;
	color: #000;
}

.header_alert
{
	float: left; margin-left: 15px; margin-top: 40px; border: 2px solid red; width: 195px; padding: 10px;
}
