@import url(fancybox/jquery.fancybox.css);
@charset "utf-8";


@font-face {
    font-family: 'HelveticaNeueLTPro67MediumCon';
    src: url('../fonts/helveticaneueltpro-mdcn-webfont.eot');
    src: url('../fonts/helveticaneueltpro-mdcn-webfont.eot?#iefix') format('eot'),
         url('../fonts/helveticaneueltpro-mdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltpro-mdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltpro-mdcn-webfont.svg#webfontClQPX6C3') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * Default styles for indexed_search
 */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* 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;
}

#jaarverslagen td {
  vertical-align: middle;  
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
         line-height: 13px;
  
}
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: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #343434;
  background: url(../images/body_back.gif) center top repeat-y;
}

#homeWrapper {
  min-height: 509px;
  height: auto;
}

#subpageWrapper {
  min-height: 369px;
  height: auto;
}

a {
  color: #202e85;
  text-decoration: underline;
}

a:hover, a:focus {
        color: #be0e35;
}

/*
 * Titles with links
 */
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, 
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus { text-decoration: underline; }


p { margin: 0 0 10px 0; }


#layout {
  width: 964px;
  margin: 0 auto;
  position: relative;
}

#layoutTop {
  width: 964px;
  height: 7px;
  font-size: 1px; line-height: 1px;
  background: #fff url(../images/layout_top_back.png) 0 0 no-repeat;
}

#layoutCenter {
  width: 950px;
  background: url(../images/layout_center_back.png) 0 0 repeat-y;
  padding: 0 7px;
  min-height: 600px;
  position: relative;
}

#layoutFooter {
  width: 964px;
  height: 83px;
  background: url(../images/layout_footer_back.png) 0 0 no-repeat;
}

/* Footer */
#footerMenu {
  padding-top: 9px;
}

#footerMenu ul {
  text-align: right;
}

#footerMenu ul li {
  display: inline;
  padding-right: 17px;
}

#footerMenu ul li a {  
  color: #b2b2b2;
  text-decoration: none;
}

#footerMenu ul li a:hover {
  text-decoration: underline;
}

#footerMenu img { margin: 0 2px; }

#footerMenuSub {
  text-align: center;
  padding-top: 21px;
}

#footerMenuSub ul {
  background: url(../images/icon_bourse.gif) 340px 50% no-repeat;
}

#footerMenuSub ul li {
  display: inline;
  padding: 0 10px;
}

#footerMenuSub ul li a {
  color: #b2b2b2;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 12px;
}

#footerMenuSub ul li a:hover {
  text-decoration: underline;
}

/* Footer legende */
#footerLegende {
  background: url(../images/footer-arrondi.png) 0 0 no-repeat;
  color: #b91432;
  height: 50px;
  margin: 0 auto;
  padding-top: 85px;
  text-align:center;
  width: 982px;
}

/* Header */
#header {
  height: 86px;
  position: relative;
  padding-top: 1px;
  /*z-index: 0;*/
}

.lang { display: none; }

#logo {
  position: absolute;
  top: 0;
  left: 19px;
  width: 272px;
  height: 195px;
  z-index: 1000;
}

/* Main menu */
/*#mainMenu {
  /*margin: 39px 0 0 300px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 0; left: 0;
  z-index: 200;
position: absolute; top: 39px; left: 300px; z-index: 200; float: left;
}*/

embed {
  background-color: transparent;
}

#mainMenu {
  display: block;
  zoom: 1;
  height: 267px;
  position: absolute;
  top: 39px;
  left: 300px;
  z-index: 200;
  float: left;
}
/*
#mainMenu {
  width:635px;
  height:300px;
  position:absolute;
  top:60px;
  left:300px;
  background:url(../images/mainmenu-back.png) repeat-x left top;
  margin-bottom:21px;
}*/

#mainMenu > ul > li {
  display: block;
  float: left;
  position:relative;
  font-size:14px;
  font-family: HelveticaNeueLTPro67MediumCon, sans-serif; font-weight: normal;
}

#mainMenu > ul > li > ul{
  left: -9999px;
  position: absolute;
  top: 17px;
  width: 160px;
  z-index: 100;
  background: #be0f34;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
}

#mainMenu .nav-176 > ul {
  width: 215px;
}

#mainMenu > ul li:hover > ul, #mainMenu li.hover > ul {
  left: 26px;
}

#mainMenu > ul > li > a {
  float:left;
  display:block;
  color:#000;
  text-decoration:none;
  padding-left: 27px;
}

#mainMenu > ul > li > a > span {
  float: left;
  display: block;
  padding: 1px 22px 10px 0;
}

#mainMenu > ul > li.active > a > span {
}

#mainMenu > ul > li.active > a {
}

#mainMenu > ul > li.active > a, #mainMenu > ul > li > a:hover {
  color: #afa7a0;
}

#mainMenu > ul > li > ul{
  padding-top: 6px;
}

#mainMenu > ul > li > ul > li {
  padding: 0 13px 6px 12px;
}

#mainMenu > ul > li > ul > li.active {
  padding-bottom: 0;
}

#mainMenu > ul > li > ul > li > a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
}

#mainMenu > ul > li > ul > li.active > a, #mainMenu > ul > li > ul > li > a:hover {
  color: #e49cab;
}







/*/
#mainMenu a {
  display: block;
  color: #2a2327;
  height: 43px;
}

#mainMenu a:hover, #mainMenu a:focus {
  text-decoration: none;
  color: #aa9f99;
  background: url(../images/nav-arrow.gif) no-repeat 0 0;
}

#mainMenu span {
  display: block;
  color: #5f5f5f;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

#mainMenu #active a, #mainMenu .selected a {
  color: #aa9f99;
  text-decoration: none !important;
  background: url(../images/nav-arrow.gif) no-repeat 0 0;
}

#mainMenu #active a span, #mainMenu .selected a span {
  color: #000;
}
*/


/*
#mainMenu .nav-57 {
  width: 115px;
}

#mainMenu .nav-48 {
  width: 100px;
}

#mainMenu .nav-47 {
  width: 140px;
}

#mainMenu .nav-18 {
  width: 105px;
}

#header #mainMenu .nav-18 ul {
  left: auto;
  right: 35px;
  background-position: 0 0;
}

#mainMenu .nav-71 {
  width: 85px;
}

#header #mainMenu .nav-71 ul {
  left: auto;
  right: 0;
  background-position: 0 0;
}

#header #mainMenu ul {
  position: absolute;
  left: 5px;
  top: 43px;
  width: 175px;
  display: none;
  background: #be0f34 url(../images/subnav.gif) no-repeat 70px 0;
  color: #fff;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  padding: 5px 0;
}

#header #mainMenu ul a {
  color: #fff;
  height: auto;
  padding: 5px 10px;
  width: 155px;
  background: none;
}

#header #mainMenu ul a:hover, #header #mainMenu #active ul a:focus, #header #mainMenu .selected ul a:focus {
  color: #df99a4;
}*/

/* Left menu */
ul#leftMenu, .news-catmenu {
  width: 181px;
  padding-left: 1px;
}

ul#leftMenu a, .news-catmenu a { text-decoration: none; }
ul#leftMenu a:hover, ul#leftMenu a:focus, .news-catmenu a:hover, .news-catmenu a:focus { color: #be0e35 !important; text-decoration: underline; }

ul#leftMenu li, .news-catmenu div {
  background: url(../images/sprites_1.gif) 2px 2px no-repeat;
  border: 1px solid #fff;
  padding-left: 19px;
}

.news-catmenu div { background: none; }

ul#leftMenu li.active, ul#leftMenu li.active ul li, .news-catmenu li.active {
  /*background-position: -23711px 2px;*/
  background: url(../images/arrow-red-down.gif) no-repeat 0 6px;
  border: 1px solid #fff;
  padding-left: 19px;
}

ul#leftMenu li.active ul li.selected {
  background-position: -420px 4px;
}

ul#leftMenu li.active ul li.selected a {
  color: #be0f34;
}

ul#leftMenu li.active a, .news-catmenu li.active a {
  color: #be0f34;
  font-weight: bold;
}

ul#leftMenu li.active ul li a {
  color: #878783;
  font-weight: normal;
}

ul#leftMenu li a, .news-catmenu div a {
  display: inline-block;
  background: url(../images/separateur_menu.gif) right bottom no-repeat;
  padding: 0 0 4px 0px;
  color: #878783;
  line-height: 14px;
}

ul#leftMenu li a, .news-catmenu div a { display: block; }

ul#leftMenu li ul { padding-left: 10px; }
ul#leftMenu li li { padding-left: 0 !important; background: none !important; }

.news-catmenu div a { padding-left: 20px; }
.news-catmenu div.news-catmenu-ACT a { font-weight: bold; color: #BE0F34; }

/* Top Search */
.search {
  position: absolute;
  width: 309px;
  height: 23px;
  line-height: 23px;
  left: 599px;
  top: 0;
  background: url(../images/top_search_back.gif) 0 0 no-repeat;
  color: #27358c;
  font-size: 9px;
  text-transform: uppercase;
  padding: 0 14px;
  
}

input.inpSearch {    
  background: url(../images/inp_search_back.gif) 0 0 no-repeat;
  padding: 2px 8px;
  width: 105px;
  font-size: 9px;
  font-family: Tahoma, Geneva, sans-serif;
  vertical-align: top;
  border: 0;
  margin: 3px 5px 0 5px;
  *margin-top: 1px;
}

input.inpBtnSearch {
  width: 16px;
  height: 16px;
  background: url(../images/inp_btn_back.gif) 0 0 no-repeat;
  border: 0;
  vertical-align: top;
  cursor: pointer;
  margin-top: 3px;
  *margin-top: 1px;
}

.search .lang a {
        display: block;
  color: #27358c;
  text-decoration: none;
  position: absolute;
  left: 230px;
  width: 100px;
  text-align: center;
  top: 0;
}

.search .lang a:hover {
  color: #16a498;
}

/* Teaser 
#homeWrapper #teaser {
  width: 950px;
  height: 250px;
  overflow: hidden;
}

#homeWrapper #teaserOverlay {
  width: 950px;
  height: 58px;
  position: absolute;
  left: 7px;
  top: 429px;
  background: url(../images/teaser_home_overlay.png) 0 0 no-repeat;
}

#subpageWrapper #teaser {
  width: 950px;
  height: 250px;
  overflow: hidden;
  _border-top: 1px solid red;
}

#subpageWrapper #teaserOverlay {
  width: 950px;
  height: 58px;
  position: absolute;
  left: 7px;
  top: 286px;
  background: url(../images/teaser_home_overlay.png) 0 0 no-repeat;
}*/

#teaser { width: 950px; height: 250px; overflow: hidden; position: relative; }
#teaserOverlay { width: 950px; height: 58px; position: absolute; left: 0; bottom: 0; _bottom: -1px; background: url(../images/teaser_home_overlay.png) 0 0 no-repeat; }


/* Home columns */
#homeColumns, #subpageColumns {
  padding-bottom: 15px;
}

#homeColumns #columnLeft {
  float: left;
  width: 163px;
  overflow: hidden;
}

#subpageColumns #columnLeft {
  float: left;
  width: 207px;
  background: url(../images/ombre_menu.png) 190px 0 no-repeat;
  min-height: 353px;
  height: auto;
}

#homeColumns #columnCenter {
  float: left;
  width: 565px;
}

#subpageColumns #columnCenter {
  float: left;
  width: 504px;
  padding-right: 23px;
  padding-bottom: 5px;
  line-height:1.4em;
}

#homeColumns #columnRight {
  float: right;
  width: 200px;
  padding-right: 10px;
}

#subpageColumns #columnRight {
  float: right;
  width: 184px;
  padding-right: 30px;
}
  
#columnRightContainer {
  width: 184px;
  min-height: 125px;
  height: auto;
  margin-top: 15px;
}

#columnRightContainer img { margin-left: 0px; }

#columnRightBottom {
  background: url(../images/sprites_1.gif) -22900px 0 no-repeat;
  width: 184px;
  height: 69px;
  font-size: 0;
  line-height: 0;
}


#homeColumns #columnLeft h2 {
  color: #be0f34;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  padding: 0 0 3px 28px;
}

#subpageColumns #columnLeft h2 {
  color: #999a99;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  padding: 0 0 0 21px;
}

#homeColumns #columnLeft ul li {
  background: url(../images/home_left_list_back.gif) 0 0 no-repeat;
  padding-left: 32px;
  height: 15px;
  margin-bottom: 6px;
}

#homeColumns #columnLeft ul li a {
  font-size: 11px;
  text-decoration: none;
  background: url(../images/home_left_list_item_back.gif) right 0 no-repeat;
  color: #fff;
  padding: 0px 5px 2px 0;
  float: left;
}

.news-hp {
  background:url(../images/agenda.png) no-repeat 0 100%;
  color: #565654;
  float: left;
  width: 281px;
  padding-bottom: 15px;
}

.news-hp p a { color: #565654; }
.titre a { color: #565654; }

#agenda-hp { float: right; }
#agenda-hp a { color: #565654; }
#agenda-hp .link a { color:#BE0F34!important; }
#agenda-hp .all a { color:#463EA4; }

#agenda-hp h2 { padding: 9px 0 0 10px; }

.news-hp h2, .news-hp h1 {
  background:url(../images/sprites_1.gif) -23400px 2px no-repeat;
  height: 30px;
  padding: 6px 0 0 10px;
  width: 281px;
  color: #be0f34;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
}

.news-hp h1 { margin-left: -10px; width: 271px; position: relative; padding-top: 9px; }

.news-hp .container {
  padding: 0 12px 0 10px;
  line-height: 12px;
}

.news-hp .titre, .news-hp .date { font-weight: bold; }
.news-hp .link { text-align: right; }
.news-hp .link span { background: url(../images/sprites_1.gif) -21920px -13px no-repeat; padding-left:15px; }
.news-hp .all { text-align: right; padding-right: 12px;}
.news-hp .all a {  color: #463ea4; }

.news-hp .separateur { border-bottom: 1px dotted #b1a89f; height: 12px;margin-bottom:6px; }

/* Breadcrumb */
#breadcrumb {
  font-size: 10px;
  color: #9aa3a5;
  line-height: 12px;
  padding: 7px 0 0 0;
  margin-bottom:20px;
}

#breadcrumb a {
  color: #9aa3a5;
  text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:focus { color: #be0e35; }

/* Content styles */
#subpageColumns #columnCenter h1 {
  color: #be0f34;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
  
}


#content { position: relative; }
#content h2 {
  font-size: 19px; color: #848482;
}

#columnRightContainer a:hover, #columnRightContainer a:focus { color: #be0f34; }

#columnRightContainer h1, #columnRightContainer h2 {
  background: url(../images/sprites_1.gif) -15896px -20px no-repeat;
  color: #be0f34; margin-bottom: 5px;
  padding: 2px 0 2px 32px;
  font-size: 19px;
  font-weight: normal;
  clear: both;
}

#columnRightContainer h2 { margin-top: 10px; }

#columnRightContainer h2 { background: none; }

#columnRightContainer ul {
  padding: 0 10px 20px 22px;
}
#columnRightContainer p {
  margin: 0 0 7px 0;
  line-height: 13px;
  padding-left:32px;
}

#columnRightContainer h3 {
  padding-left:32px;
  }

#columnRightContainer .rightFocus ul {
  padding: 0 0 0 0;
}

#columnRightContainer ul li {
  background: url(../images/arrow-red.gif) no-repeat 0 6px; padding: 3px 0 3px 10px;
}

#columnRightContainer li strong, #columnRightContainer li b { display: block; }

#columnRightContainer .rightFocus ul li {
  padding-left: 15px;
  margin: 10px 0;
  line-height: 13px;
}

#columnRightContainer ul li a {
  color: #484848;
  line-height: 13px;
}
#columnRightContainer ul.references li a {
  color: #484848;
  font-weight:bold;
  text-decoration:none;
}
#columnRightContainer ul.references li a:hover {
  color: #BE0F34;
  text-decoration:underline;
}

#columnFirstRightContainer h1 {
  color: #C01839;
}

#columnFirstRightContainer p {
  background-color: #DFDFD7;
  padding: 6px;
  margin: 0 13px;
  color: #48484A;
}

#columnFirstRightBottom { 
  height: 29px;
  margin: 0 auto;
  padding-bottom: 5px;
  background: url(../images/sprites_1.gif) -26840px -6px no-repeat;
  width: 158px;
}

.rightFocus {
  width: 158px;
  padding-left: 12px;
  margin-bottom: 20px;
}

.rightFocusTop {
  background-color: #dfdfd7;
  padding: 6px;
}

.rightFocusBottom {
  background: url(../images/sprites_1.gif) -26840px -6px no-repeat;
  height: 29px;
  width: 158px;
  font-size: 0;
  line-height: 0;
}


/*********** SITEMAP ****************/

.csc-sitemap { width: 500px; padding: 10px 0 10px 0; }
.csc-sitemap ul { margin: 0;   padding:0px 0 0px 0;}
.csc-sitemap ul li {list-style:none; margin-bottom: 2px;}
.csc-sitemap li { margin: 0; padding: 0; }
.csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #000; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
.csc-sitemap ul li ul {  margin-top:10px;  margin-left:20px;  margin-bottom:10px; }
.csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul ul ul a { padding-left: 58px; color: #999; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff; background-color: #dfdfdf; font-weight: bold;  }


/********* POWERMAIL *************/

#contact .seps, #aanmeldformulier .seps { background-image: url(../images/points.gif); background-position: 0 8px; background-repeat: repeat-x; height: 22px; margin-left:-20px;  width:725px; }
#aanmeldformulier .seps { background-position: 0 20px; font-weight: bold; font-size: 14px; margin-top: 20px; }

.tx-powermail-pi1_fieldset { border: 0px; padding: 0px; margin: 0px; }
.tx-powermail-pi1 { border:0; }
.tx-powermail-pi1_fieldset legend{display:none;}
.tx_powermail_pi1_fieldwrap_html {display:block; width:400px; padding-left: 50px; padding-bottom: 15px; }
.tx_powermail_pi1_fieldwrap_html select.powermail_select { color: #565654; width: 338px; background: #fff url(../images/sprites-x.gif) 0 0 repeat-x; border: 1px solid #cfcdc2;}
.tx_powermail_pi1_fieldwrap_html label { width:100px; float:left; line-height: 13px;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory{}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{font-style:italic; color:#a8a8a8;}
.tx_powermail_pi1_fieldwrap_html input.powermail_text, .tx-indexedsearch input {color: #565654; width: 338px; background: url(../images/sprites-x.gif) 0 0 repeat-x; border: 1px solid #cfcdc2;}
.tx_powermail_pi1_fieldwrap_html textarea {color: #565654; width: 338px; background: url(../images/sprites-x.gif) 0 -25px repeat-x; border: 1px solid #cfcdc2; height:137px;}
input.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back, input.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit, .tx_powermail_pi1_fieldwrap_html .powermail_submit, #tx-indexedsearch-searchbox-button-submit {
  background: url(../images/boutton-valid.gif) 0 0 no-repeat;
  color:#9fa51c;
  cursor:pointer;
  font-weight:bold;
  height:18px;
  text-transform:uppercase;
  width:105px;
  border: none;
  margin-left: 235px;
  font-size: 11px;
}

input.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back {
  float:left;
  margin: 10px 0px;
}

input.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit {
  float:right;
  margin:  10px 0px;
}

.tx-indexedsearch div { margin-bottom: 10px;  }
.tx-indexedsearch select {  color: #565654; background: url(../images/sprites-x.gif) 0 0 repeat-x; border: 1px solid #cfcdc2; }

.tx-ttnews-browsebox table { margin: 0 auto; }
.tx-ttnews-browsebox p { text-align: center; }
.tx-ttnews-browsebox a { padding: 0 2px; }
.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell a { background: #BE0F34; color: #fff; margin: 0 2px; }
.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell a:hover, .tx-ttnews-browsebox .tx-ttnews-browsebox-SCell a:hover { text-decoration: none; }

/********* AANMELDFORMULIER *************/

.powermail_radio, .powermail_check { float: left; }
.powermail_radio_inner, .powermail_check_inner { overflow: hidden; padding: 0px; }
.powermail_radio_inner label, .powermail_check_inner label { width: 375px; padding: 0 0 0 5px; float: right; }
.tx_powermail_pi1_fieldwrap_html { padding-left: 20px; }
.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label,
.tx_powermail_pi1_fieldwrap_html .powermail_check_inner label { line-height: 15px!important; }


/*** browser ***/
div.tx-indexedsearch-browsebox { font-style: italic; margin: 25px 0;}
ul.browsebox { font-style: normal; }
ul.browsebox li { list-style: none; display: inline; padding: 0 3px; }

/*** result ***/
span.tx-indexedsearch-percent { float: left; width: 40px; display: block; text-align: right; }
div.tx-indexedsearch-res h3 { margin-bottom:0px;}
div.tx-indexedsearch-res { margin-bottom:30px;}
p.tx-indexedsearch-descr { color: #777777; margin: 0 0 0 55px ; padding: 0px!important; font-style: italic; }
p.tx-indexedsearch-path { color: #777777; margin: 0 0 0 55px ; padding: 0px!important; }
strong.tx-indexedsearch-redMarkup { color: #444444; background-color: yellow; }


/*** list ***/
.news-list-date {font-weight:bold; float:left; margin-right: 5px} 
.news-list-item img {float:left; margin-right: 5px;}
.news-list-item h2 {clear:both; padding-top: 10px; border-top: 1px solid #cccccc; }
.news-list-item {padding-top: 1px; clear: both; display: block;}
.news-list-morelink { margin-bottom: 5px; }

/*** single ***/
.news-single-date {font-weight:bold; float:left; margin-right: 5px;   } 
.news-single-item img { float:left; margin-right:5px; }
.ref-single-item img { margin: 0 auto; border-bottom: 1px solid #000; padding-bottom: 3px; }
.ref-single-item .news-single-img { position:absolute; right:25px; text-align: center; }

#content ul { list-style: disc outside; padding-left: 15px; margin-bottom: 20px; }
#content ol { list-style: decimal outside; padding-left: 10px; margin-left: 10px; }


/* TT_ADDRESS */
.tx-ttaddress-pi1 { width:700px; }
.vcard { display:inline; float:left; width: 350px; margin-bottom: 10px; height: 6.9em; line-height: 1.2em; }

/* FLASH_CONTENT */
/*#flashContent { position:absolute; margin:0; top:10px; left:10px; width:978px; height:415px; }
#flashContent div { position:absolute; margin:0; top:10px; left:10px; }
#TB_ajaxContent #flashContent { left:0; top:0; position:relative; }*/

#flashBlock {
  width:595px;
  height:290px;
  z-index:3100;
  display:block;
  left:50%;
  margin-left:-305px;
  position:absolute;
  z-index:3100;
}

#humanstad { left:-10px; position:relative; top: 45px; }

/*
 * Filter
 */
#filter-news { background: url(../images/filter.png) no-repeat 0 0; width: 476px; padding: 25px 0 0 20px; }
#filter-news select { margin-left: 10px; }
#filter-news .submit { text-align: right; margin-top: 40px; }
#filter-news .submit input, input.tx-indexedsearch-searchbox-button { border: 0; background: url(../images/filter-button.png) no-repeat 0 0; width: 122px; height: 19px; color: #a9af28; text-transform: uppercase; text-align: center; cursor: pointer; }
input.tx-indexedsearch-searchbox-sword {width: 300px;}

.twoSelects p {float: left; width: 50%;}
.twoSelects p label {display: block; font-size: 16px; padding-bottom: 5px; font-weight: bold;}
.twoSelects #filter-news p select {margin-left: 0; padding: 2px; width: 165px;}

div.tx-newloginbox-pi1 label { width:100px; float:left; line-height: 13px;}
div.tx-newloginbox-pi1 input {color: #565654; width: 150px; background: url(../images/sprites-x.gif) 0 0 repeat-x; border: 1px solid #cfcdc2;}
div.tx-newloginbox-pi1 input.submit {background: url(../images/boutton-valid.gif) 0 0 no-repeat;
  color:#9fa51c;
  cursor:pointer;
  font-weight:bold;
  height:18px;
  text-transform:uppercase;
  width:105px;
  border: none;
  margin-left: 20px;
  margin-top: 8px;
  font-size: 11px;
}

/*
 * Special
 */
#specialPage #columnLeft { background: none; width: 237px; display: inline; margin: 0 35px 0 25px; }
#specialPage #columnLeft h2 { padding-left: 0; text-transform: none; font-size: 19px; font-weight: normal; }
#specialPage #columnRight h2 { text-transform: none; font-size: 19px; font-weight: normal; color: #BE0F34; padding-bottom: 15px; }
#specialPage #subpageColumns #columnCenter { width: 406px; }

#columnLeft h1 { text-transform: none; font-size: 19px; font-weight: normal; color: #BE0F34; padding-bottom: 15px; }

h2.red { color: #BE0F34 !important; }

.video { background: url(../images/video-bg.png) no-repeat 0 100%; padding-bottom: 25px; margin-bottom: 35px; }
.video h2 { padding-left: 0 !important; }
.video .content { width: 203px; overflow: hidden; margin: 0 auto; }

.quote { background: url(../images/quote-bg.png) no-repeat 0 100%; padding: 0 12px 25px 17px; display: inline-block; overflow: hidden; line-height: 14px; }
.quote { display: block; }
.quote .image { float: left; border: 1px solid #cfd1ce; display: inline; margin-right: 12px; }
.quote .image img { display: block; }
.quote h2 { padding-bottom: 0 !important; }
.quote h2.red { padding-bottom: 15px !important; }
.quote h4 { color: #8c8c8c; }
.quote .item { position: relative; overflow: hidden; width: 208px !important; background-color: transparent !important; background-image: none !important; }
.quote .item .overlay { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: url(../images/blank.gif) 0 0 repeat;}

#specialPage #columnRight { background: none; }
#specialPage #columnRight #columnRightContainer { background: none; }
#specialPage #columnRight ul { padding: 0; line-height: 14px; margin-bottom: 35px; }
#specialPage #columnRight li { padding-left: 20px; background: url(../images/special-list.png) no-repeat 0 1px; }

#specialPage .button { display: block; background: url(../images/special-button.png) no-repeat 0 0; height: 20px; line-height: 21px; color: #fff; text-decoration: none; margin-bottom: 8px; padding-left: 20px; font-weight: bold; }
#specialPage .button:hover, #specialPage .button:focus { background-position: 0 -21px; }

#specialPage .button1 { display: block; background: url(../images/special-button.png) no-repeat 0 0; height: 20px; line-height: 21px; color: #fff; text-decoration: none; margin-bottom: 8px; padding-left: 20px; font-weight: bold; float:left; }
#specialPage .button1:hover, #specialPage .button:focus { background-position: 0 -21px; }

/*
 * Dialog
 */
.ui-widget-overlay { background: #000; opacity: .5; filter:Alpha(opacity=50); position: absolute; top: 0; left: 0; }
.ui-dialog-titlebar { display: inline-block; overflow: hidden; margin-bottom: 5px; }
.ui-dialog-titlebar { display: block; }
.ui-dialog-titlebar-close { background: url(../images/close.png) no-repeat 0 0; width: 17px; height: 15px; float: right; text-indent: -9999px; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/images/close.png', sizingMethod='crop'); }

.ui-dialog-content { background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%; padding: 30px; }
.no-bg { background: #fff; }
.ui-dialog-content .tx_powermail_pi1_fieldwrap_html { padding: 0 0 10px 0; width: auto; }
.ui-dialog-content .tx_powermail_pi1_fieldwrap_html label { float: none; display: block; line-height: 16px; }
.ui-dialog-content .tx_powermail_pi1_fieldwrap_html input { width: 165px; }
.ui-dialog-content .tx_powermail_pi1_fieldwrap_html textarea { width: 330px; }

.ui-dialog-content form { background: #fff; }
.ui-dialog-content .tx_powermail_pi1_fieldwrap_html_submit { text-align: right; border-top: 1px dotted #333; padding-top: 5px; }
.ui-dialog-content .tx_powermail_pi1_fieldwrap_html .powermail_submit { width: 105px; background: url(../images/ajax-submit.png) no-repeat 0 0; height: 22px; border: 0; margin: 0; color: #fff; cursor: pointer; }

#dialog h1 { text-transform: uppercase; font-size: 18px; color: #BE0F34; font-weight: normal; padding-bottom: 10px;}
.ui-dialog { z-index: 1100!important; }

/*
 * Slideshow
 */
#cycle { height: 191px; width: 491px; position: relative; overflow: hidden; margin-bottom: 20px; }
#cycle .overlay { height: 70px; width: 491px; background: url(../images/cycle-overlay.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/new/images/cycle-overlay.png', sizingMethod='crop'); position: absolute; bottom: 0; _bottom: -1px; left: 0; z-index: 1000; }
#cycle .text { position: absolute; left: 0; top: 27px; width: 237px; padding: 5px 5px 5px 18px; overflow: hidden; color: #ccc; }
#cycle .background { position: absolute; left: 0; top: 0; width: 255px; height: 200px; background: #000; opacity: .7; filter:Alpha(opacity=70); }
#cycle .text .content { position: relative; }
#cycle h2 { color: #fff; font-size: 21px; line-height: 21px; font-weight: normal; margin: 0; }
#cycle .cycle-nav { position: absolute; bottom: 11px; right: 14px; z-index: 1100; width: 83px; height: 36px; background: url(../images/cycle-nav.gif) no-repeat 50% 50%; }
#cycle .cycle-nav a { display: block; height: 36px; width: 40px; position: absolute; top: 0; left: 0; text-indent: -9999px; }
#cycle .cycle-nav .next { left: auto; right: 0; }
#cycle .cycle-page-number { position: absolute; bottom: 11px; right: 14px; height: 36px; width: 83px; line-height: 36px; z-index: 1090; color: #666; font-size: 14px; text-align: center; }
#cycle .cycle-page-number strong { font-size: 18px; color: #be0f34; font-weight: normal; }

/*
 * Category List
 */
.cat-list-wrap { overflow: hidden; font-weight: bold; margin-bottom: 30px; }
.cat-list-wrap { display: block; }
.cat-list-wrap h2 { background: url(../images/dotted-line.gif) repeat-x 0 100%; font-weight: normal !important; margin-top: 0; }
.cat-list { display: inline-block; overflow: hidden; margin-left: -32px; }
.cat-list { display: block; }
.cat-item { float: left; width: 230px; display: inline; margin-left: 32px; background: url(../images/dotted-line.gif) repeat-x 0 100%; }
.cat-item a { float: left; padding: 9px 0; width: 230px; color: #666; text-decoration: none; background: url(../images/cat-arrow.gif) no-repeat 46px -42px; z-index:10;}
.cat-item a:hover, .cat-item a:focus { background-position: 46px 13px; text-decoration: none; }
.cat-item a * { cursor: pointer; }
.cat-item .image {  }
.cat-item  img { display: block; float: left; display: inline; border: 1px solid #ccc; width: 36px; height: 36px; overflow: hidden; margin-right: 20px; z-index:0; }
.cat-item .title { float: left; padding-top: 3px; width: 170px; }

/*
 * New Quote
 */
.new-quote .quote { background: url(../images/new-quote.png) no-repeat 0 0; width: 436px; height: 109px; padding: 15px 25px; }
#columnLeft .new-quote .quote { background: url(../images/new-quote-left-back.png) no-repeat 0 0; width: 207px; height: 125px; padding: 15px 25px 15px 25px; }
.quote-bot {width: 237px; height: 8px; line-height: 0; font-size: 0; margin-bottom: 10px; background: url(../images/new-quote-left-bot.png) no-repeat 0 0;}
.new-quote .quote .item { width: 400px !important; }
#columnLeft .new-quote .quote .item { width: 207px !important; }
#columnLeft .quote h2 {margin-bottom: 0; margin-top: 0px;}
#columnLeft .quote h3 {margin-bottom: 0; margin-top: 0px;}
#columnLeft .quote h4 {margin-bottom: 0; margin-top: 0px;}
.new-quote h2.red { padding-bottom: 10px !important; }
.new-quote h3 { font-size: 14px; margin-bottom: 5px; }

/*
 * New Right
 */
#columnRightContainer .box { background: url(../images/right-box.png) no-repeat 50% 100%; margin-bottom: 10px; }
#columnRightContainer .content { padding-left: 32px; display: inline-block; overflow: hidden; }
#columnRightContainer .content { display: block; }
#columnRightContainer .adresgegevens h1 { background: none; padding-left: 32px; }
#columnRightContainer .content.adresgegevens {padding-left:0px;;}
/*
 * Button
 */
.button { float: left; clear: both; background: url(../images/button.png) no-repeat 0 0; color: #fff; font-size: 10px; padding-left: 20px; margin-bottom: 9px; text-decoration:none; }
.button span { float: left; background: url(../images/button.png) no-repeat 100% 0; line-height: 20px; padding-right: 11px; white-space: pre; cursor: pointer; }
.button:hover, .button:focus { background-position: 0 -20px; color: #fff !important; text-decoration: none; }
.button:hover span, .button:focus span { background-position: 100% -20px; }
 
 /* Button1
 */
.button1 { float: left; clear: both; background: url(../images/button.png) no-repeat 0 0; color: #fff; font-size: 10px; padding-left: 20px; margin-bottom: 9px; text-decoration:none; }
.button1 span { float: left; background: url(../images/button.png) no-repeat 100% 0; line-height: 20px; padding-right: 11px; white-space: pre; cursor: pointer; }
.button1:hover, .button:focus { background-position: 0 -20px; color: #fff !important; text-decoration: none; }
.button1:hover span, .button:focus span { background-position: 100% -20px; }

/*
 * Homepage
 */
#content-home { display: inline-block; overflow: hidden; line-height: 14px; padding-bottom: 10px; }
#content-home { display: block; }

#home h1 { font-size: 21px; font-weight: normal; color: #202e85; margin-top: 0; }
#home h1 a { color: #202e85; }
#home h2 { font-size: 17px; font-weight: normal; color: #be0f34; }

/*
 * More
 */
.more { text-align: right; }
.more a { /*color: #4a559c;*/ background: url(../images/arrow-more.gif) no-repeat 0 50%; padding-left: 14px; text-decoration: none; }
.more a:hover, .more a:focus { text-decoration: underline; }

/*
 * Latest News
 */
#news-latest { float: left; width: 290px; display: inline; margin: 0 45px 0 30px; }
#news-latest .date { color: #999; padding: 0 0 5px 0; }
#news-latest p { display: inline; }
#news-latest .more { margin-top: 5px; }
#news-latest .more a { margin-left: 15px; }

#featured .more { display: inline; margin: 0; }

#news-latest h2 { margin-top: 25px; }
#news-latest .latest-item { background: url(../images/dotted-line.gif) repeat-x 0 100%; }
#news-latest .latest-item a { display: inline-block; padding: 9px 0 4px 0; color: #666; text-decoration: none; }
#news-latest .latest-item a { display: block; }
#news-latest .latest-item a:hover, #news-latest .latest-item a:focus { color: #be0f34; }
#news-latest .latest-item a:hover strong, #news-latest .latest-item a:focus strong { text-decoration: underline; }
#news-latest .latest-item a:hover .date, #news-latest .latest-item a:focus .date { color: #343434; }
#news-latest .latest-item strong { display: block; background: url(../images/arrow-red.gif) no-repeat 0 6px; padding-left: 10px; }

/*
 * Spotlight
 */
#spotlight { float: left; width: 292px; overflow: hidden; color: #fff; }
/*
#spotlight .item { position: relative; overflow: hidden; margin-bottom: 17px; }
#spotlight .text { position: absolute; top: 0; right: 0; width: 200px; }
#spotlight .background { background: #000; opacity: .55; filter:Alpha(opacity=55); position: absolute; top: 0; left: 0; width: 200px; height: 139px; }
#spotlight .content { position: relative; z-index: 20; padding: 10px 0 0 10px; }
#spotlight h1 { color: #bed62f; font-size: 21px; font-weight: bold; margin: 0 }
#spotlight h2 { color: #fff; font-size: 17px; margin:0; }
#spotlight p { margin-bottom: 7px; *margin: 0; }
#spotlight a { color: #fff; } 
#spotlight .item a { color: #dde1dd; background: transparent url(../images/arrow-white.gif) no-repeat 0 50%; padding-left: 15px; text-decoration: none; }
#spotlight a:hover, #spotlight a:focus { text-decoration: underline; }
#spotlight b a { display: none; }
#spotlight .item .text b a { display: inline; }
*/
.home-box-item { position: relative; overflow: hidden; margin-bottom: 17px; color: #fff; }
.home-box-item .text { position: absolute; top: 0; right: 0; width: 200px; }
.home-box-item .background { background: #000; opacity: .55; filter:Alpha(opacity=55); position: absolute; top: 0; left: 0; width: 200px; height: 139px; }
.home-box-item .content { position: relative; z-index: 20; padding: 10px 0 0 10px; }
.home-box-item h1 { color: #bed62f !important; font-size: 21px; font-weight: normal; margin: 0 }
.home-box-item h2 { color: #fff !important; font-size: 17px; margin:0; } 
.home-box-item p { margin-bottom: 7px; *margin: 0; }
.home-box-item a { color: #dde1dd !important; background: transparent url(../images/arrow-white.gif) no-repeat 0 50%; padding-left: 15px; text-decoration: none; }
.home-box-item a.thickbox { padding-left:0!important; }
.home-box-item a:hover, #spotlight a:focus { text-decoration: underline; }
.home-box-item b a { display: none; }
.home-box-item .text b a { display: inline; }

.spotLeft .home-box-item .text { width: 160px; }


/*
 * Quick Links
 */
#quick-links { float: right; width: 240px; }
#quick-links h2 { text-align: right; margin-right: 42px; margin-bottom: 10px; text-transform: uppercase; margin-top:0; }
#quick-links ul { margin: 0 0 20px 0; font-weight: bold; display: inline-block; overflow: hidden; }
#quick-links ul { display: block; }
#quick-links li { float: right; }
#quick-links li a { background: url(../images/quick-link.gif) no-repeat 100% 0; float: right; clear: both; margin-bottom: 6px; padding-right: 56px; *width: 120px; _width: 1px; text-decoration: none; }
#quick-links li span { background: url(../images/quick-link.gif) no-repeat 0 0; float: right; *float: left; _float: right; padding-left: 18px; height: 16px; line-height: 16px; color: #fff; white-space: pre; cursor: pointer; *wid/th: 130px; _width: auto; }
#quick-links li a:hover, #quick-links li a:focus { background-position: 100% -16px; text-decoration: none; }
#quick-links li a:hover span, #quick-links li a:focus span { background-position: 0 -16px; }

#flashWrapper { padding: 0; }

/*
 * Back Link
 */

.name-of-person { display: block; border-top: 1px solid #ccc; background: url(../images/arrow-red-left.gif) no-repeat 0 50%; padding: 5px 15px; margin-top: 20px; }
.name-of-person a { color: #343434; }

.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_130, .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_112, .tx_powermail_pi1_fieldwrap_html_126, .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_120, .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_129 {display:none!important;}
.tx_powermail_pi1_fieldwrap_html_126 { display:none!important; }

.item-38, .item-176, .item-369, .item-311, .item-339, .item-330, .item-355, .item-356, .item-397, .item-396, .item-395, .item-394, .item-393, .item-386, .item-384, .item-420, .item-20 { background: url(../images/pages_shortcut.gif) 0 0 no-repeat !important; }
.active.item-38, .active.item-176, .active.item-369, .active.item-311, .active.item-339, .active.item-330, .active.item-355, .active.item-356, .active.item-397, .active.item-396, .active.item-395, .active.item-394, .active.item-393, .active.item-386, .active.item-384, .active.item-420, .active.item-20 { background: url(../images/pages_shortcut_act.gif) 0 0 no-repeat !important; }


/*
 * Ref
 */
.ref { margin-left: 32px; font-size: 12px; line-height: 18px; color: #434343; border-bottom: 1px dotted #b1a89f; margin-bottom: 10px; padding-bottom: 10px; }
.ref * { padding-left: 0 !important; }
.ref h3 { color: #848482; font-size: 16px; margin: 0; font-weight: normal; }
.ref p { margin: 3px 0 !important; }
.ref .more { font-size: 11px; text-align: left; }
.ref .more a { padding: 0; background: none; }

/* Ref Details */
#ref-details { width: 190px; position: absolute; top: 0; right: -215px; background: url(../images/ref-details.png) no-repeat 0 100%; padding: 0 0 20px 20px; color: #848482; font-size: 12px; line-height: 17px; }
#ref-details .content { background: #f0f0f0; padding: 1px 12px; }
#ref-details h3 { color: #434343; font-size: 18px; font-weight: normal; }
#ref-details ul { margin-left: 0; padding: 0; }
#ref-details li { padding-left: 14px; background: url(../images/ref-detail-bullet.gif) no-repeat 0 3px; margin: 0; list-style: none; }
#ref-details h4 { color: #434343; font-weight: normal; margin: 0; line-height: 17px; }

/*
 * Gallery
 */
#gallery { width: 366px; margin: 10px 0; }
#gallery img { padding: 0; border: 0; }
#gallery-nav { text-align: right; margin-top: 5px; }
#gallery-nav .gallery-pager { float: left; }
#gallery-nav strong { font-weight: normal; }


/* 
 * Tell a friend
 */
.news-list-browse { position: relative; margin-top: 30px; }
.news-list-browse .tell-a-friend { position: absolute; left: 0; top: 50%; margin: -17px 0 0 0; }
.tell-a-friend { margin: 20px 0; clear: both; }
.tell-a-friend a { display: block; width: 138px; height: 35px; background: url(../images/button-tell-a-friend.png) no-repeat 50% 0; text-indent: -9999px; }
.tell-a-friend.en a { background: url(../images/button-tell-a-friend_en.png) no-repeat 50% 0;}
.tell-a-friend a:hover, .tell-a-friend a:focus { background-position: 50% -35px; }

#tell-a-friend ol { margin: 0; }
#tell-a-friend li { list-style: none; display: inline-block; margin: 0 0 10px 0; }
#tell-a-friend li { display: block; }
#tell-a-friend li:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
#tell-a-friend label { float: left; width: 170px; padding-top: 4px; }
#tell-a-friend small { font-size: 9px; }
#tell-a-friend li.submit { margin-left: 170px; }

#tell-a-friend .error { color: red; margin: 10px; }

/*#ref .twoSelects p { width: 33%; }*/
#ref .twoSelects #filter-news select { width: 175px; }

/* Thickbox modal hack */
#TB_overlay { background: #000 !important; opacity: .7; filter:Alpha(opacity=70); }
#TB_closeAjaxWindow { position: absolute; top: -22px; right: -28px; padding: 0; }
#TB_closeAjaxWindow a { float: right; display: block; text-indent: -9999px; background: url(../images/tb_close.gif) 0 0 no-repeat; width: 16px; height: 16px;text-align: left; }
#TB_ajaxContent.TB_modal { padding: 0 !important; }

#home #TB_ajaxContent { overflow: hidden; }

/*
 * New Homepage Design
 */
#home-new { background: url(../images/new-bg.png) repeat 0 0 !important; color: #545454; }
#home-new .overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #fff; opacity: 0.01; filter: alpha(opacity=01); display: block; }
#home-new #layoutCenter { min-height: 0; }
#homeWrapper-new h2 { font-size: 18px; font-family: HelveticaNeueLTPro67MediumCon, sans-serif; font-weight: normal; }
#homeWrapper-new h3 { margin: 0; font-weight: bold; color: #202E85;}
#homeWrapper-new .more { text-align: left; padding-left: 3px; }
#homeWrapper-new .more a { background: none; padding: 0; }

#homeWrapper-new #slogan { position: absolute; top: 0; left: 71px; top: 212px; display: block; width: 264px; height: 55px; background: url(../images/slogan.png) no-repeat left top; }
#homeWrapper-new #content-home-new { min-height: 256px; display: inline-block; overflow: hidden; padding: 0 75px 0; margin-top: -10px; }
#homeWrapper-new #content-home-new { display: block; }
#homeWrapper-new .home-section { float: left; width: 168px; margin-left: 38px; font-size: 12px; line-height: 18px; position: relative; }
/*#homeWrapper-new .home-section:first-child { margin-left: 0; } */
#content-home-new > .csc-default:first-child .home-section { margin-left: 0; }
#homeWrapper-new .home-section.quick-links { margin-left: 43px; }
#homeWrapper-new .home-section img { padding: 3px; border: solid 1px #e4e4e4; margin-bottom: 2px; }
#homeWrapper-new .home-section p { margin: 0; padding-left: 2px; }
#homeWrapper-new .home-section h2 { margin-top: 7px; margin-bottom: 8px; color: #202E85; }
#homeWrapper-new .home-section:hover h2 a, #homeWrapper-new .home-section:hover a, #homeWrapper-new .home-section:hover p { color: #80833c; text-decoration: none; }
#homeWrapper-new .home-section:hover img { border: solid 1px #c4c857; }

#homeWrapper-new .quick-links { font-family: HelveticaNeueLTPro67MediumCon, sans-serif; font-weight: normal; } 
#homeWrapper-new .quick-links:hover a { color: #545454; }
#homeWrapper-new .quick-links a { text-decoration: none; color: #545454; display: block; width: 150px; height: 44px; line-height: 46px; background: url(../images/quick-link-bg.png) no-repeat left top; margin-bottom: 6px; font-size: 16px; padding-left: 20px; }
#homeWrapper-new .quick-links a:hover { color: #80833c; } 

#homeWrapper-new #footer-upper { min-height: 294px; background: url(../images/footer-upper-bg.png) repeat-x left top; position: relative; overflow: hidden; display: inline-block; padding: 10px 0 0 62px; }
#homeWrapper-new #footer-upper { display: block; }
#homeWrapper-new .latest-item span { color: #202e85; }
#homeWrapper-new #footer-upper #footer-upper-shadow { position: absolute; top: 0; left: 39px; display: block; width: 871px; height: 12px; background: url(../images/footer-upper-shadow.png) no-repeat left top; }
#homeWrapper-new #footer-upper #news-latest { width: 400px; float: left; margin: 0; }
#homeWrapper-new #footer-upper #news-latest h2 { padding-left: 16px; }
#homeWrapper-new #footer-upper #news-latest .latest-item { position: relative; background: none; padding: 3px 12px 0; line-height: 18px; font-size: 12px; min-height: 81px; border: solid 1px transparent; margin-bottom: 1px; }
#homeWrapper-new #footer-upper #news-latest .latest-item:hover { background: url(../images/footer-news-hover.png) repeat-x left bottom; border: solid 1px #c4c857; }
#homeWrapper-new #footer-upper #news-latest p { margin: 0; }
#homeWrapper-new #footer-upper #news-latest a { display: inline; padding: 0; color: #202e85; } 
#homeWrapper-new #footer-upper #news-latest > .more { margin-top: 13px; margin-left: 9px; font-size: 12px; }
#homeWrapper-new #footer-upper #news-latest > .more a { margin: 0; }
#homeWrapper-new #footer-upper #agenda { padding-left: 16px; width: 193px; float: left; padding-top: 5px; }
#homeWrapper-new #footer-upper #agenda h2 { padding-left: 16px; }
#homeWrapper-new #footer-upper #agenda .latest-item { position: relative; margin: 13px 0 16px; line-height: 18px; font-size: 12px; padding: 0 13px; border: solid 1px transparent; }
#homeWrapper-new #footer-upper #agenda .latest-item:hover { background: url(../images/footer-news-hover.png) repeat-x left bottom; border: solid 1px #c4c857; }
#homeWrapper-new #footer-upper #agenda .latest-item p { margin: 0; }
#homeWrapper-new #footer-upper #agenda .latest-item .more { display: block; text-decoration: none; padding-left: 1px; font-family: Arial, Helvetica, sans-serif; }
#homeWrapper-new #footer-upper #contact-links { width: 190px; float: left; padding-left: 31px; padding-top: 5px; font-size: 12px; }
#homeWrapper-new #footer-upper #contact-links ul { margin-top: 16px; }
#homeWrapper-new #footer-upper #contact-links ul li { margin-bottom: 5px; }
#homeWrapper-new #footer-upper #contact-links a { text-decoration: none; position: relative; padding-left: 20px; display: block; height: 18px; }
#homeWrapper-new #footer-upper #contact-links a img { position: absolute; left: 0; top: 1px; }
#homeWrapper-new #layoutFooter { width: 952px; margin-bottom: 40px; padding: 0 6px; height: auto; background: none; position: relative; }
#homeWrapper-new #layoutFooter #footerMenu { background: url(../images/footer-bg.png) no-repeat -13px top; height: 22px; padding-top: 10px; font-size: 10px; text-align: center; }
#homeWrapper-new #layoutFooter #footerMenu a { color: #9b9a9a; text-decoration: none; }
#homeWrapper-new #layoutFooter #footerMenu span { color: #9b9a9a; margin: 0 10px 0; }
#homeWrapper-new #footer-shadow-left { position: absolute; top: 0; left: -8px; display: block; height: 318px; width: 14px; background: url(../images/footer-shad-left.png) no-repeat left top; }
#homeWrapper-new #footer-shadow-right { position: absolute; top: 0; right: -8px;  display: block; height: 318px; width: 14px; background: url(../images/footer-shad-right.png) no-repeat left top; }
#homeWrapper-new .home-section.quick-links > a > span { *margin-top: 15px; }


#homeWrapper-new #footer-upper #agenda h2 a, #homeWrapper-new #footer-upper #news-latest h2 a { color: #202E85; text-decoration: none; }
#homeWrapper-new #footer-upper #agenda h2 a:hover, #homeWrapper-new #footer-upper #news-latest h2 a:hover { color: #be0e35; text-decoration: none; }

 /* Photo Gallery
 */
.photo-gallery { margin-top: 25px; margin-left: 3px;}
.photo-gallery ul { overflow: hidden; display: inline-block; margin-bottom: 3px; list-style: none !important; padding-left:0px !important; }
.photo-gallery li { float: left; margin: 0 6px 4px 0; }
.photo-gallery .gallery-footer { overflow: hidden; display: inline-block; }
.photo-gallery .gallery-footer { display: block; }
.photo-gallery .gallery-pagination { float: right; margin-right: 6px; }
.photo-gallery .gallery-pagination li { float: left; display: block; width: 18px; height: 20px; margin: 0 0 0 4px; }
.photo-gallery .gallery-pagination li a { display: block; border: solid 1px #d2d2d2; background: #fcfcfc url(../images/pagination-bg.png) no-repeat 1px 1px; text-decoration: none; color: #7b7c7e; padding: 2px 0 3px 5px; }
.photo-gallery .gallery-pagination li a:hover, .photo-gallery .gallery-pagination li a:focus { color: #000; }
.photo-gallery .gallery-pagination li.active a { border: solid 1px #99acc2; background: #d3dce6 url(../images/pagination-bg-active.png) no-repeat 1px 1px; color: #fff; }
.photo-gallery .gallery-info { color: #7b7c7e; }
.photo-gallery .gallery-info span { color: #000; }

#offices_summary #content .csc-default { float:left; }
#offices_summary #content #c403 { *margin-top: 80px; }

#c2625 .tx-powermail-pi1_confirmation .powermail_all_td { width: 300px; padding: 3px 0; }

/*social icons sections*/
.search a{padding:3px 5px 0 0;float:left; display:block;}
.search {
    background: url("../images/top_search_back1.png") no-repeat scroll 0 0 transparent;
    color: #27358C;
    font-size: 9px;
    height: 23px;
    left: 527px;
    line-height: 23px;
    padding: 0 14px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 380px;
}
.last{padding:3px 10px 0 0!important;float:left; display:block;}
.social_media {padding-top:20px;}
a#fb-btn{display:block;background:url(../images/facebook.png) no-repeat 0px 0px;width:80px; height:19px;color:#ffffff; text-decoration:none;float:left; margin-right:10px;padding: 1px 0 0 40px;}
a#fb-btn:hover{display:block;background:url(../images/facebook-ov.png) no-repeat 0px 0px;color:#ffffff; text-decoration:none;}

a#tw-btn{display:block;background:url(../images/twitter.png) no-repeat 0px 0px;width:50px; height:19px;color:#ffffff; text-decoration:none;float:left; margin-right:10px;padding:1px 0 0 40px;}
a#tw-btn:hover{display:block;background:url(../images/twitter-ov.png) no-repeat 0px 0px;color:#ffffff; text-decoration:none;}

a#tp-btn{display:block;background:url(../images/link.png) no-repeat 0px 0px;width:90px; height:19px;color:#ffffff; text-decoration:none;float:left; margin-right:10px; text-align:center;padding:1px 0 0 0px;}
a#tp-btn:hover{display:block;background:url(../images/link-ov.png) no-repeat 0px 0px;color:#ffffff; text-decoration:none;}
.spanRight a{float: none!important;}
body#rediscover #rightContent h1{font-family:HelveticaNeueLTPro67MediumCon,sans-serif;font-size: 18px!important;}
body#rediscover #leftContent h1{font-family:HelveticaNeueLTPro67MediumCon,sans-serif;font-size: 18px!important;}

.social_media_btn div {width: 90px; float:left; margin:0 10px 0 0;}
.twt {margin:0 7px 0 0!important;}
.gplus {margin:0 0px 0 0!important; width: 70px !important;}
.fbk {overflow:hidden!important; width:46px!important;margin:0 42px 0 0!important;}
.tpbtn {margin:0 0 0 0!important;}




/*-----------------------------Cofely voordeel-login-----------------------*/

.voordeel #subpageColumns { padding-bottom:0; }
.voordeel #footerMenuSub { padding-top:40px; }
.voordeel #content { padding-left: 26px; padding-top: 5px; }
.voordeel #layoutCenter { min-height:auto; }
.box-text-left { background:url(../images/box-left-bg.png) left top no-repeat; float:left; padding: 37px 140px 10px 21px; width: 337px; margin-top: -20px; margin-right: 20px; }
.box-text-left h1 {font-family: 'HelveticaNeueLTPro67MediumCon'; font-size:24px; color:#202e85; margin:0; font-weight: normal; padding-bottom: 11px; }
.box-text-left p { font-family: 'HelveticaNeueLTPro67MediumCon'; font-size:18px; color:#fff;  line-height: 21px; }
                      
.box-text-right { background:url(../images/box-right-bg.png) left top no-repeat; overflow:hidden; padding: 16px 15px 22px 24px;  margin-bottom: 35px; width: 338px; }
.box-text-right p { font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px;  line-height: 18px; margin:0; }                                              
.login {background:url(../images/login-bg.png) left top no-repeat; position: relative; clear:left; margin-left: -26px;  padding-left: 48px; padding-top: 60px; min-height:77px; }
.login h1 {font-family: 'HelveticaNeueLTPro67MediumCon'; font-size:24px; color:#202e85; font-weight: normal; display: inline;}
#loginform { margin-right: 45px; float:right; margin-top: -5px; }
#loginform fieldset { }
#loginform fieldset label { font-size:14px; font-family: 'HelveticaNeueLTPro67MediumCon'; color:#202e85;  margin-right: 9px;}
#loginform fieldset input[type="submit"] { background:url(../images/login-submit-bg.png) left top no-repeat; border:none; font-size:18px; color:#fff; font-family: 'HelveticaNeueLTPro67MediumCon'; padding: 5px 27px 6px 48px; cursor: pointer;  }
#loginform fieldset input[type="password"] { background:url(../images/login-pass-bg.png) left top no-repeat; border:none;  padding-left: 10px; width: 161px; margin-right: 12px; height: 18px; }
                                

/*-----------------------------Cofely voordeel-content   ------------------*/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .content-top { padding-left: 4px;  }
.left-img { float:left; }
.left-img { padding:3px; border:1px solid #e4e4e4; }
.boxes-with-text { overflow:hidden;  margin-top: -3px; padding-left: 31px; }
.boxes-with-text h1 { font-family: 'HelveticaNeueLTPro67MediumCon'; color:#202e85; font-size:24px; margin: 0; font-weight: normal;  padding-bottom: 25px; }
.box-item-wrap { float:left;  margin-left: -3px; width: 296px;  margin-right: 25px; margin-bottom: 27px; }
.box-tem-btm { background:url(../images/box-item-btm.png) left top no-repeat; height:27px; width:293px; }
.box-item { background:url(../images/box-item-top.png) left top no-repeat;padding-left: 22px;padding-top: 17px;  padding-right: 12px;  margin-bottom: -13px; }
.box-item h1 {font-family: 'HelveticaNeueLTPro67MediumCon'; color:#fff; font-size:24px;  padding-top: 4px;   padding-bottom: 19px; }
.box-item h2 { color:#fff !important; font-size:18px !important;  margin: 0; padding-bottom: 18px; }
.box-item p { margin:0; color:#fff; font-size:12px; line-height: 18px;  padding-bottom: 18px; }
.box-item span { color:#cdd616; }
.down-link { clear:left; background:url(../images/down-link-bg.png) left top no-repeat; height: 44px; line-height: 44px;  width: 310px; }
.down-link a { font-size:16px; font-family: 'HelveticaNeueLTPro67MediumCon'; color:#433f93; display:block; text-decoration:none;  padding-left: 15px; padding-top: 1px; }
                        
.logos { background:url(../images/logos-bg.png) left bottom no-repeat;  margin-left: -26px; width: 950px; margin-top: 32px; padding-bottom: 18px; padding-left: 30px;  padding-top: 26px; }
.logos h1 { color:#202e85; font-size:24px; font-family: 'HelveticaNeueLTPro67MediumCon'; font-weight:normal;margin: 0; padding-bottom: 12px; }
.logos p { font-size:12px color:#000;  }

.logo-item { position:relative; text-aligen:center; width:121px; height:121px; float:left; background:#fff; border:1px solid #e4e4e4; margin-right: 30px; margin-top: 16px;  margin-bottom: 13px;}
.logo-image { }
.logo-hover { display:none; position:absolute; width:742px; z-index:100; left: -2px; top: 123px; }
.logo-item:hover .logo-hover { display:block; }
.logo-hover-top { background:url(../images/logo-hover-top.png) left top no-repeat; height:22px;width:742px;   }
.logo-hover-content { background:url(../images/logo-hover-btm.png) left bottom no-repeat;  padding-left: 33px; padding-top: 18px;  padding-right: 42px; }
.logo-hover-content h1 { padding-bottom: 19px; }
.logo-hover-content h5 {  margin: 0;  padding-top: 9px; font-size:12x;  padding-bottom: 7px; }
.logo-hover-content p { font-size: 12px;line-height: 20px;  padding-bottom:20px; margin:0;  }
.logo-hover-content ul { margin: 0; padding-left: 0 !important;  }
.logo-hover-content ul li { list-style-type: none; background:url(../images/li-raquo.png) left 5px no-repeat; font-size:12px; padding-left: 29px;  margin-bottom: 8px; }
             
.content-btm {  margin-top: 27px; padding-left: 4px;}
.content-btm h1 {color:#202e85; font-size:24px; font-family: 'HelveticaNeueLTPro67MediumCon'; font-weight:normal;margin: 0; padding-bottom: 12px; }
.content-btm p {  font-size: 12px; margin: 0; padding-bottom: 11px; }
.content-btm p b { color:#be0f34; font-weight:normal; }
.content-btm p i { font-weight:bold }
.dl-list {  margin-top: 21px; padding-left: 0 !important; }
.dl-list li { list-style-type:none; margin-bottom: 10px; min-height: 21px; }
.dl-list li .pdf { background: url("../images/pdf-icon.png") no-repeat scroll left top transparent; display: block; margin-right: 14px; float: left; height: 21px;    width: 16px; }
.dl-list li a {  font-size: 12px; color:#000000; display:block; text-decoration:none; }
.dl-list li a:hover { color:#433f93; }
.final_step a#tp-btn { float:none !important;}                                                                                                                   .final_step {padding-left:0 !important;}                                                                                                                                                                                                                                                                                                                                                                                
.pdf-browsebox a {color: #be0e35;}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
