@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.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;}
/* End hide from IE-mac */

/* Layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222648;
	background: #212546 url(../images/body_back.jpg) center 0 repeat-x;
}

html, body {
	height: 100%;
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#master {
	padding-bottom: 28px;
	width: 940px;
	margin: 0 auto;
}

#voorwaarden #content ol {
	list-style-type:decimal;
}
#voorwaarden #content p {
	padding-bottom:0px;
}
#voorwaarden #content b {
	font-size:13px;
}

/* Footer */
#footer {
	position: relative;
	margin-top: -27px;
	border-top: 1px solid #9cb4d8;
	height: 26px;
	background: #5f8cc1 url(../images/footer_back.gif) 0 0 repeat-x;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}

#footerContainer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding-top: 3px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	width: 940px;
	margin: 0 auto;
	height: 216px;
	padding-top: 69px;
	position: relative;
}

#header.subpage {
	height: 197px;
}

#logo {
	position: absolute;
	top: 4px;
	left: 344px;
	z-index: 101;
}

/* Slideshow */
#slideshow {
	width: 940px;
	height: 216px;
	overflow: hidden;
	position: relative;
}

#slideshowImage {
	width: 940px;
	height: 216px;
	text-align: center;
	overflow: hidden;
}

#slideshowOverlay {
	width: 940px;
	height: 216px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/slideshow_overlay.png) 0 0 no-repeat;
}

.slideshowTitle {
	background: url(../images/slideshow_title.png) 0 0 repeat;
	font-size: 20px;
	font-weight: bold;
	color: #3a407e;
	line-height: 22px;
	position: absolute;
	left: 0;
	top: 156px;
	height: 40px;
	text-transform: uppercase;
	padding: 11px 25px 0 25px;
	width: 890px;
	text-align: left;
}

/* Subpage header */
#subpageHeader {
	width: 940px;
	height: 184px;
	position: relative;
	background: url(../images/subpage_content_back.png) 0 bottom no-repeat;
}

#subpageHeaderImage {
	width: 690px;
	height: 159px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

/* Breadcrumb */
#breadcrumb {
	color: #d7e1ea;
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	left: 269px;
	top: 163px;
	width: 654px;
}

#breadcrumb a {
	color: #d7e1ea;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Subpage shadow overlay */
#subpageShadowOverlay {
	background: url(../images/subpage_shadow.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 96px;
}

/* Menu */
#menuContainer {
	width: 940px;
	height: 53px;
	background: url(../images/menu_back.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 62px;
	z-index: 100;
	overflow: hidden;
}

ul#mainMenu li {
	float: left;
	display: block;
	padding-left: 19px;
	background: url(../images/mainmenu_item_back.gif) 0 0 no-repeat;
	cursor: pointer;
	width: auto;
}

ul#mainMenu li.hovered {
	background-position: 0 -53px;
}

ul#mainMenu li#active.hovered {
	background-position: 0 0;
}

ul#mainMenu li.firstItem {
	background-image: url(../images/mainmenu_item_first_back.png);
}

ul#mainMenu li#active {
	background-image: url(../images/mainmenu_item_active_back.gif);
}

ul#mainMenu li.firstItem#active {
	background-image: url(../images/mainmenu_item_first_active_back.png);
}

ul#mainMenu li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 19px 17px 0;
	background: transparent url(../images/mainmenu_item_link_back.gif) right 0 no-repeat;
	width: auto;
}

ul#mainMenu li#active a {
	background-image: url(../images/mainmenu_item_link_active_back.gif);
}

ul#mainMenu li.hovered a {
	background-position: right -53px;
}

ul#mainMenu li#active.hovered a {
	background-position: right 0;
}

/* Submenu */
ul#subMenu {
	padding-bottom: 46px;
}

ul#subMenu li {
	padding-bottom: 3px;
}

ul#subMenu li ul {
	background: url(../images/submenu_sub_back.png) 0 bottom no-repeat;
}

ul#subMenu li a {
	display: block;
	font-size: 13px;
	line-height: 32px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3a407e;
	background: url(../images/submenu_item_link_back.png) 0 0 no-repeat;
	padding: 0 14px;
	font-weight: bold;
}

ul#subMenu li.active ul li a {
	color: #fff;
	text-transform: lowercase;
	line-height: 26px;
	background-image: none;
	padding-left: 23px;
	background-color: transparent;
}

ul#subMenu li.active ul li a:hover, ul#subMenu li.active ul li.active a {
	color: #9fb6d9;
}

ul#subMenu li a:hover {
	background-position: 0 -32px;
	color: #eaf1fa;
	background-color: transparent;
}

ul#subMenu li.active a, ul#subMenu li.active a:hover {
	background-position: 0 -64px;
	color: #eaf1fa;
	background-color: transparent;
}

/* Search */
.search {
	background: url(../images/search_back.png) 0 0 no-repeat;
	width: 108px;
	height: 20px;
	float: right;
	margin: 15px 9px 0 0;
}

.search input.inpTxt {
	background: transparent;
	border: none;
	color: #3f70af;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 8px;
	width: 75px;
	vertical-align: middle;
}

.search input.inpBtn {
	background: url(../images/btn_search_back.gif) 0 0 no-repeat;
	width: 14px;
	height: 13px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

/* Latest news */
#latestNews {
	background: url(../images/latestnews_back.png) 0 0 no-repeat;
	width: 940px;
	height: 49px;
	position: relative;
	margin-bottom:15px;
}

#latestNews h2 {
	float: left;
	width: 120px;
	padding: 14px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #d3d3d3;
}

#latestNews ul {
	float: left;
	width: 682px;
	line-height: 22px;
	color: #999;
	padding: 2px 0 0 7px;
}

#latestNews ul li a {
	color: #a4badc;
	padding: 0 6px 0 18px;
	background: url(../images/arrow_latestnewsitem.gif) 2px 1px no-repeat;
	text-decoration: none;
}

#latestNews ul li a:hover {
	text-decoration: underline;
}

#latestNews span.shortNews {
	color: #fff;
	background-color: transparent;
}

a#moreNews {
	color: #a4badc;
	text-decoration: none;
	position: absolute;
	line-height: 22px;
	right: 14px;
	top: 11px;
	text-shadow: #000 1px 1px 0px;
}

a#moreNews:hover {
	text-decoration: underline;
}

/* Home content */
#homeContent {
	padding: 10px 0;
}

#homeLeft {
	float: left;
	width: 415px;
	padding: 0 10px;
	line-height: 18px;
	color: #fff;
	background-color: transparent;
}

#homeLeft p {
	padding-bottom: 18px;
}

#homeLeft a {
	color: #a4badc;
	text-decoration: none;
}

#homeLeft a:hover {
	text-decoration: underline;
}

#homeRight {
	float: right;
	width: 470px;
}

/* Quote box */
#quoteBox {
	float: left;
	width: 228px;
}

#leftColumn #quoteBox {
	float: none;
	margin-bottom: 2px;
	width: auto;
}

#quoteBoxContent {
	background: url(../images/quotebox_back.png) 0 0 no-repeat;
	min-height: 92px;
	height: auto;
	padding: 13px 3px 0 12px;
	color: #3a407e;
	line-height: 16px;
}

#quoteBoxBot {
	background: url(../images/quotebox_bot_back.png) 0 0 no-repeat;
	width: 228px;
	height: 9px;
	line-height: 0;
	font-size: 0;
}

#quoteTxt {
	float: right;
	width: 136px;
}

#quoteImg {
	float: left;
	width: 56px;
	height: 56px;
	padding: 6px;
	background: url(../images/quoteimg_back.gif) 0 0 no-repeat;
}

#quoteImgWrap {
	width: 56px;
	height: 56px;
	overflow: hidden;
}

/* Home buttons */
#homeButtons {
	width: 230px;
	float: right;
}

.homeBtn {
	background: url(../images/btnhome_back.gif) 0 0 no-repeat;
	width: 217px;
	height: 28px;
	padding: 7px 0 0 13px;
	position: relative;
	margin-top: 14px;
	cursor: pointer;
}
#home .homeBtn {
	margin-bottom: 5px;
	margin-top:0px;
}

.homeBtnImg {
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.homeBtn h3 {
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #3a407e;
	text-transform: uppercase;
	width: 152px;
	padding: 1px 0 0 11px;
}

.homeBtn h3.hovered, .homeBtn.ui-state-hover h3 {
	color: #ce0a0a;
	cursor: pointer;
}

.homeBtn a.homeBtnOverlay {
	width: 230px;
	height: 35px;
	background: url(../images/blank.gif) 0 0 repeat;
	float: left;
	display: block;
	text-indent: -9999px;
	left: 0;
	top: 0;
	position: absolute;
}

#tellAFriend .homeBtn {
	margin-bottom: 0;
}

#tellAFriend .ui-state-active {
	background-image: url(../images/btnhometell_back.gif);
}

#tellAFriendContent {
	width: 205px;
	padding: 0 11px 0 14px;
	min-height: 111px;
	height: auto;
	background: url(../images/btnhometellbot_back.gif) 0 bottom no-repeat;
}

#tellAFriendContent h2, #tellAFriendContent p {
	line-height: 18px;
	padding-bottom: 5px;
}

#tellAFriendContent fieldset {
	padding-bottom: 7px;
}

#tellAFriendContent label {
	font-size: 13px;
	line-height: 21px;
	color: #3a407e;
	float: left;
	width: 69px;
}

#tellAFriendContent input.inpTxt {
	border: 1px solid #fff;
	width: 130px;
	padding: 2px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

#tellAFriendContent textarea {
	border: 1px solid #fff;
	width: 130px;
	padding: 2px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

#tellAFriendContent .checkLabel {
	font-size: 13px;
	line-height: 21px;
	color: #3a407e;
	float: left;
	width: 185px;
}

.submitFriend {
	text-align: right;
	padding-top: 4px;
}

#tellAFriendContent input.inpBtn {
	border: 1px solid #d9dada;
	background-color: #212546;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 101px;
	font-weight: normal;
}

/* Columns */
#contentWrapper {
	padding-bottom: 10px;
}

#leftColumn {
	float: left;
	width: 228px;
	background: url(../images/leftcolumn_back.png) 0 bottom no-repeat;
	padding: 62px 11px 7px 11px;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
}

#rightColumn {
	float: right;
	width: 690px;
}

/* Content container */
#subContentTop, #subContentBot {
	width: 690px;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0;
	font-size: 0;
}

#subContentTop {
	background-image: url(../images/subcontent_top_back.gif);
}

#subContentBot {
	background-image: url(../images/subcontent_bot_back.gif);
}

#content {
	background-color: #eaf1fa;
	padding: 0 30px;
	line-height: 18px;
}

#content h1 {
	font-size: 22px;
	padding-bottom: 19px;
}

#content h2 {
	font-size: 12px;
	padding-bottom: 18px;
}

#content p {
	padding-bottom: 18px;
}

#content ul, #content ol, #homeLeft ul {
	padding-bottom: 18px;
}

#content ul li {
	padding-left: 19px;
	background: url(../images/content_list_item_back.gif) 4px 6px no-repeat;
}

#homeLeft ul li {
	list-style-type:disc;
	background:none;
	margin-left:15px;
}

#content a {
	color: #ce0a0a;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


#content .contenttable p {
	padding-bottom:5px;
}
#content .contenttable p b{
	padding-top:10px;
	display:block;
}

#content .contenttable .powermail_all_td p b {
	padding-top: 0;
}

#content p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

.subpageFlash {
	text-align: center;
}

/* Form */
.formWrapper {
	padding: 0 111px 15px 0;
}

.formWrapper label {
	line-height: 22px;
	float: left;
	width: 158px;
	padding-right: 28px;
	position: relative;
}

.formWrapper input.inpTxt {
	font-size: 12px;
	padding: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 327px;
}

.submitLine {
	text-align: right;
	padding-top: 5px;
}

.formWrapper input.inpBtn {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background-color: #212546;
	width: 110px;
	cursor: pointer;
}

span.info {
	float: right;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	right: 9px;
	cursor: pointer;
}

/*********** SITEMAP ****************/
#content .csc-sitemap { padding: 10px 0 10px 0; }
#content .csc-sitemap ul { margin: 0; 	padding:0px 0 0px 0;}
#content .csc-sitemap ul li {list-style:none; margin-bottom: 2px;}
#content .csc-sitemap li { margin: 0; padding: 0; }
#content .csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #000; text-decoration: none; background: #fff; border-bottom: 1px solid #dedfde }
#content .csc-sitemap ul li ul {margin-left:20px; }
#content .csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
#content .csc-sitemap ul ul ul a { padding-left: 58px; color: #999; }
#content .csc-sitemap a:hover, #content .csc-sitemap a:focus { color: #fff; background-color: #dfdfdf; font-weight: bold;  }

/*********** SEARCH ****************/
.tx-indexedsearch { 
	padding: 10px 0 10px 0;
	font-size:12px; 
	line-height:18px; 
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.tx_indexedsearch {
	position:relative;
}
.tx-indexedsearch-search-submit input#tx-indexedsearch-searchbox-button-submit {
	cursor:pointer;
	margin-left:0;
	margin-top: 2px;
}
.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
	display:inline;
	float:left;
	width: auto;
}
.tx-indexedsearch-form input#tx-indexedsearch-searchbox-sword {
	margin-top:2px;
}
.tx-indexedsearch div {
	padding-bottom:5px;
}

/*********** TT NEWS ***************/ 
/*** list ***/
#content .news-list-date {font-weight:bold;} 
#content .news-list-item {margin-bottom:10px;}
#content .news-list-item .news-list-image {float:right; display: inline; margin-left: 10px; border: 5px solid #292d57; width: auto;}
#content .news-list-item .news-list-image a {}
#content .news-list-item .news-list-image img { border: 1px solid #eaf1fa; display: block; }
#content .news-list-item h2 {padding-top: 10px; padding-bottom:0; border-top: 1px solid #cccccc;}
#content .news-list-item p {padding-bottom:0px;}
p.news-single-imgcaption {display: none;}
/*** single ***/
.news-single-date {font-weight:bold; float:left; margin-right: 5px; width: auto; }
.news-single-image {float:right; margin-left: 10px; border: 5px solid #292d57; display: inline; width: auto; }
.news-single-image img {border: 1px solid #eaf1fa; display: block; }
.clearer {clear:both;}
.news-single-backlink {text-align: right;}
.news-single-backlink a.backLink {float: left; width: auto;}


/********* POWERMAIL *************/
.tx-powermail-pi1_fieldset { border: 0px; padding:0 139px 15px 0; }
.tx-powermail-pi1 { border:0; color:#222648; }
.tx-powermail-pi1_fieldset legend{font-weight:bold; padding-bottom:5px;}
.tx_powermail_pi1_fieldwrap_html {display:block; clear:both;}
.tx_powermail_pi1_fieldwrap_html label { width:158px; float:left; position: relative;}
.tx_powermail_pi1_fieldwrap_html label.checkBtnLabel { width:300px;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory {color:#eb0000}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js {font-style:italic; color:#EB0000; margin-left:158px;}
.tx_powermail_pi1_fieldwrap_html input.powermail_text, .tx_powermail_pi1_fieldwrap_html textarea { font-size: 12px;	padding: 2px; margin-bottom: 2px; font-family: Arial, Helvetica, sans-serif;	border-bottom: 1px solid #fff;	border-right: 1px solid #fff;	border-left: 1px solid #ccc; border-top: 1px solid #ccc; width: 327px; }
.tx_powermail_pi1_fieldwrap_html input.jscalendar{ font-size: 12px; padding: 2px; margin-bottom: 2px; font-family: Arial, Helvetica, sans-serif; border-bottom: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #ccc; border-top: 1px solid #ccc; width: 308px; }
.tx_powermail_pi1_fieldwrap_html_submit {text-align:right;}
.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner {float:left; width: auto;}
.tx_powermail_pi1_fieldwrap_html label.radioBtn {float:none; width:auto;}
.tx-powermail-pi1_mandatory_submit, .tx_powermail_pi1_fieldwrap_html .powermail_submit, .tx_powermail_pi1_submitmultiple_forward, .tx_powermail_pi1_submitmultiple_back, #tx-indexedsearch-searchbox-button-submit {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background-color: #212546;
	width: 122px;
	cursor: pointer;
}
.powermail_check_inner {
	display:block;
	clear:both;
}
#uid25_cb, #uid25_msgCnt, #uid25_help {
	display:none;
}

/* search result */
#content .browsebox li {background:none;display:inline;}
#tx-indexedsearch-search-submit {margin-left:62px;}

.rgmediaimages-media {text-align:center;}

div.csc-textpic img {
	border: 1px solid #fff;
	display: block;
}

dl.csc-textpic-image {
	border:4px solid #292D57;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	width: auto !important;
}

table.contenttable td {
	vertical-align: top;
}

/* pop-up */
span.popDialog {
	color: #ce0a0a;
	cursor: pointer;
}

#popContainer {
	display: none;
}

.ui-widget {
	background-color: #fff;
	border: 1px solid #666;
}

.ui-dialog-titlebar {
	padding: 10px;
	position: relative;
	background-color: #3a79b7;
	color: #fff;
}

.ui-dialog-titlebar-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	text-decoration: none;
}

.ui-dialog-content {
	padding: 10px;
}

.tx-irfaq-pi1 dd p {
margin-left:12px !important;
margin-top:0;
}

#tellAFriend.ui-widget {
	background-color: transparent;
	border: none;
}

.ui-widget-overlay {
	display: none;
}

.tx_lumogooglemaps_pi1_infobox {
	line-height: 12px;
	font-size: 11px;
}

#gmapDirHead {
	font-size: 11px;
	line-height: 12px;
}

.qtip-contentWrapper { width: 230px; }
