@charset "utf-8";

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

#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: 240px;
}

/*
#mainMenu:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
}
*/
#mainMenu li {
	float: left;
	width: 105px;
	position: relative;
}

#mainMenu a {
	display: block;
	color: #2a2327;
	height: 43px;
	padding-left: 10px;
}

#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 { background-image: url(../images/points.gif); background-position: 0 8px; background-repeat: repeat-x; height: 22px; margin-left:-50px;	width:725px; }

.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: 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;}
.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;
}

.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; }



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

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


/*
 * 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: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; }
.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: 130px; }