body{
	margin:0;
	color:#3f3f3f;
	font:12px/15px Arial, Verdana, sans-serif;
	background:#fff url(../images/bg-body2.gif) repeat-x;
	background-position: left -7px;
}


img{border-style:none;}
a{text-decoration:none;
color: black;
}
a:focus {outline: none;}
a:hover{
	color: #000;
	text-decoration:underline;
}
.blue a {color: #12baed;}
.green a {color: #49bb19;}
.red a {color: #ec1c24;}
.black a {color: #3f3f3f;}
input,
textarea,
select{
	font:100% Arial, Verdana, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
dl, dt, dd{
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
}
h3 {
	margin: 0;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
p {
	margin: 5px 0 15px;
}
.form-bg {
	background: url(../images/bg-form.gif);
	border: 1px solid #eee;
}
.small-page {
	min-width: 1103px;
}
.small-page #page {margin: 0;}
.small-page #footer {margin: 0;}
.main-white {
	background: #fff !important;
}
#page {
	margin:0 auto;
	width:975px;
	position: relative;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}
.block-holder {
	width: 100%;
	overflow: hidden;
}
.navbar-top {
	height:28px;
}
.moduletable {
	background: #fff;
	/*width: 100%;
	overflow: hidden;*/
}
/*header start */
#header {
	width:975px;
	height:248px;
	position:relative;
	z-index: 10;
}
/* logo start */
.logo{
	margin: 2px 0 0 14px;
	float: left;
	display: inline;
	width:321px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	background:url(../images/logo.gif) no-repeat;
	display:block;
	height:100%;
}
/* logo end */
/* top nav start*/
.top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	overflow: hidden;
	color: white;
}
.top-nav li {
	float: left;
	background: url(../images/sep01.gif) no-repeat 0 50%;
	margin: 0 0 0 -2px;
	padding: 1px 12px 0 20px;
}
.top-nav li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #fff !important;
}
.top-nav li a img {
	margin: 3px 7px 0 0;
	float: left;
}
/* top nav end*/
/* top-banner start */
.top-banner {
	padding: 0 0 0 16px;
	float: left;
	width: auto;
}
/* top-banner end */
/*quote-block start */
.quote-block {
	float: right;
	width: 215px;
	padding: 6px 12px 0 0;
}
.globe-holder {float: right;}
.globe-holder img {display: block;}
.quote-block dl {
	margin: 2px 0 0;
	border-top: 1px dotted #a9a9a9;
	width: 90px;
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	float: left;
}
.quote-block dt {
	width: 40px;
	float: left;
	height: 29px;
	border-bottom: 1px dotted #a9a9a9;
}
.quote-block dd {
	text-align: right;
	float: right;
	width: 50px;
	height: 29px;
	border-bottom: 1px dotted #a9a9a9;
}
.quote-block dd span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 12px;
}
.positive {
	color: #49bb19;
}
.negative {
	color: #ec1c24;
}
/*quote-block end*/
/* header forms start */
.headerform-holder {
	width: 100%;
	overflow: hidden;
}
.searchbox {
	height: 1%;
	overflow: hidden;
	width: auto;
	padding: 25px 9px 0 0;
}
.btn-search {
	float: right;
	padding: 0 0 0 10px;
	background: url(../images/btn-search-l.gif) no-repeat;
	line-height: 26px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	background-color:#ec1c24; /* toegevoegd voor brede buttons */
	cursor:pointer;
}
.btn-search:hover {
	background: url(../images/btn-active-l.gif) no-repeat;
	background-color:#3f3f3f; /* toegevoegd voor brede buttons */
}
.btn-search:hover span{background: url(../images/btn-active-r.gif) no-repeat 100%;}
.btn-search span {
	float: left;
	padding: 0 10px 0 0;
	background: url(../images/btn-search-r.gif) no-repeat 100% 0;
	line-height: 26px;
}
.btn-generic {
	float: left;
	padding: 0 0 0 10px;
	background: url(../images/btn-search-l.gif) no-repeat;
	line-height: 26px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	background-color:#ec1c24; /* toegevoegd voor brede buttons */
	cursor:pointer;
	
}
.btn-generic:hover {
	background: url(../images/btn-active-l.gif) no-repeat;
	background-color:#3f3f3f; /* toegevoegd voor brede buttons */
}
.btn-generic:hover span{background: url(../images/btn-active-r.gif) no-repeat 100%;}
.btn-generic span {
	float: left;
	padding: 0 10px 0 0;
	background: url(../images/btn-search-r.gif) no-repeat 100% 0;
	line-height: 26px;
}
.btn-generic.alignright {
	float: right;
}
.search-text {
	font-size: 13px;
	color: #3f3f3f;
	border: 2px solid #d9d9d9;
	padding: 4px 5px;
	width: 155px;
	float: right;
	display: inline;
	margin: 0 3px 0 0;
}
.subscribe {
	float: right;
	margin: 1px 9px 0 0;
	display: inline;
	padding-right: 2px;
}
/* header forms end */
/*navigation start */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #a9a9a9;
	width: 100%;
}
#nav:after {
	display: block;
	content: "";
	clear: both;
}
#nav li {
	float: left;
	text-align: center;
	padding: 0 2px;
	margin: 0 0 -1px;
	position: relative;
}
#nav li.hover {background: none !important;}
#nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #000 !important;
	float: left;
	height: 45px;
	padding: 0 0 0 10px;
	text-decoration:none;
}




#nav li a span {
	padding: 6px 2px 4px 0;
	float: left;
	line-height: 35px;
}
#nav li a span strong {
	float: left;
	line-height: 35px;
}

/* aanpassingen voor breedte. zie modifier!! */
#nav li a span {	
	/* modifier */
	padding-right: 13px;
	margin-left: -6px;
}
/* wrapper om menu heen om te voorkomen dat ze op 2 regels terecht komen */
.nav {
	width: 100%;
	
	
	white-space: nowrap;

}
#nav {
	width: 200%;
}
/* end aanpassingen */
#nav li a em {
	width: 9px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 16px 3px 0 5px;
	background: url(../images/nav-bullet.gif) no-repeat;
}
#nav li.hover a em,
#nav li:hover a em {background-position: 0 -8px;}
#nav li a:hover {
	color: #ec1c24 !important;
	text-decoration: none;
	cursor: pointer;
}
#nav li a.active {background: url(../images/nav-active-item-l.gif) no-repeat;}
#nav li.hover a.active,
#nav li:hover a.active {background: url(../images/nav-active-item-l.gif) no-repeat 0 -45px;}
#nav li a.active span {background: url(../images/nav-active-item-r.gif) no-repeat 100% 0;}
#nav li.hover a.active span,
#nav li:hover a.active span {
	background: url(../images/nav-active-item-r.gif) no-repeat 100% -45px;
	color: #fff;
}
#nav li.hover div,
#nav li:hover div {
	display: block;
}
#nav li div {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	width: 172px;
}
#nav li ul {
	margin: 0;
	margin-top: -2px;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	background: url(../images/bg-nav-dropdown.png) repeat-y;
}
#nav li li {
	width: 155px;
	padding: 0;
	display: inline;
	margin: 0 0 0 6px;
	overflow: hidden;
	border-bottom:1px solid #b2b2b2;
	vertical-align: top;
}
#nav li li:first-child {
	border-top: 1px solid #b2b2b2;
}
#nav li li a {
	line-height: 27px;
	height: auto;
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	padding: 0 0 0 6px;
	width: 149px;
	text-align: left;
	background: none !important;
}
#nav li li a:hover {
	background: #e8e8e8 !important;
	color: #000 !important;
}
#nav li li a.active {
	background: #000 !important;
	color: #fff !important;
}
#nav li li a.active:hover {
	background: #e8e8e8 !important;
	color: #000 !important;
}
.bg-nav-bottom {
	clear: left;
	position: static !important;
	width: 100%;
	height: 11px;
	background: url(../images/bg-nav-bottom.png) no-repeat;
	overflow: hidden;
}
/*navigation end */
/* header end */
/* main start */
#main {
	clear: left;
	width:974px;
	overflow:hidden;
	background: url(../images/bg-main.gif);
}
/*content start */
#content {
	display: block;
	width: 620px;
	border-right: 1px solid #b2b2b2;
	float: left;
	overflow: hidden;
	margin-right: 1px;
}
/*breadcrumbs start */
.breadcrumbs {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	background: none;	
}
.breadcrumbs ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	text-transform: lowercase;
}
.breadcrumbs ul li:first-child {	
	text-transform: none;
}
.breadcrumbs li {
	font-size: 12px;
	color: #3f3f3f;
	float: left;
	padding: 0 0 0 2px;
	line-height: 42px;
}
.breadcrumbs li a {
	background: url(../images/bullet02.gif) no-repeat 100% 50%;
	padding: 0 10px 0 0;
	color: #3f3f3f;
}
/*breadcrumbs end*/
/* data start */
.story-block .data {
	width: 240px;
	
}
.data {
	margin: 0 -3px 0 -5px;
	padding: 0 0 3px;
	list-style: none;
	float: left;
	overflow: hidden;
	
	height: 1em;
	white-space: nowrap;
}
.data li {
	clear: none !important;
	float: left;
	background: url(../images/sep02.gif) no-repeat 0 3px;
	margin: 0 0 0 -2px;
	padding: 0 6px 0 7px !important;
	
	line-height: 15px;
}
.data li a {
	background: none;
	padding: 0;
	font-weight: bold;
}
.red .data li a{color: #ec1c24;}
.blue .data li,.green .data li {color: #8c8c8c;}
.blue .data li a {color: #12baed;}
.green .data li a {color: #49bb19;}
/* date end */
/*two-column start */
.two-column {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
}
.left-column {
	margin: -15px 0 0 0;
	display: inline;
	float: left;
	overflow: hidden;
	width: 309px;
	border-right: 1px solid #c8c8c8;
	background: #fff;
}
.right-column {
	background: #fff;
	margin: -15px 0 0 -10px;
	display: inline;
	width: 310px;
	border-left: 1px solid #c8c8c8;
	float: right;
	overflow: hidden;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*two-column end*/
/*content end */
/*sidebar start */
#sidebar {
	background: #fff;
	float: right;
	width: 353px;
	padding: 0;
	border-left: 1px solid #c8c8c8;
	margin: 0px 0 0 -1px;
	display: inline;
	overflow: hidden;
	margin-left: -2px;
}
/*tab-holder start */
.tab-holder {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
.tabset {
	margin: 0;
	padding: 0 0 0 5px !important;
	display: inline;
	list-style: none;
	float: left;
	height: 34px;
	width: 345px;
	border-bottom: 2px solid #c6c6c6;
}
.tab-holder.wide {
	margin: 0 auto;
	width: 595px;
	overflow: hidden;
}
.wide .tabset {
	width: 595px;
	padding: 0 !important;
	margin: 0 0 0 -1px;
}
.tabset em {
	height: 17px;
	overflow: hidden;
	margin-top: 3px;
	float: left;
	display: inline;
}
.tabset .active em img {margin-top: -17px;}
.tabset li {
	float:left;
	margin: 0 0 -1px;
	display: inline;
	padding: 0 !important;
}
a.tab {
	cursor:pointer;
	float: left;
	margin: 0 2px -1px 0;
	padding:0 0 0 15px;
	position: relative;
	color: #000 !important;
	height: 36px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none !important;
}
a.tab span {
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 6px 18px 0 0;
}
a.tab span strong {
	display: block;
	padding: 5px 0 0;
}
.tabset li a.active{
	background: url(../images/tab-l.gif) no-repeat;
	color: #ec1c24 !important;
}
a.active span {background: url(../images/tab-r.gif) no-repeat 100% 0;}
div.tab {
	width:100%;
	clear: both;
}
.chart-holder img {
	display: block;
	margin: 0 auto;
}
/*tab-holder end */
/*acordeon start */
.accordion {
	float: left;
	padding:17px 0 0;
	overflow: hidden;/* i set for IE  kill it's */
	margin:0;
	list-style:none;
	width:360px;
	border-bottom: 2px solid #f1f1f1;
}
.accordion li.first {
	border: none;
}
.accordion li.first .opener {
	border: none;
	background: url(../images/acardeon-link.png) no-repeat 0px 0;
}
.accordion li {
	float: left;
	width: 346px;
	margin: 0 0 0 3px;
	display: inline;
}
.accordion .opener {
	display:block;
	color:#000;
	height:1%;
	text-decoration:none;
	line-height:30px;
	width: 350px;
	padding:15px 0 0 10px;
	background: url(../images/acardeon-link.gif) no-repeat 0px 0;
	cursor: pointer;
}
.accordion .opener:after {
	display: block;
	content: "";
	clear: both;
}
.accordion .opener img {
	float: left;
}
.accordion .opener em {
	background: url(../images/bullet01.gif) no-repeat;
	width: 11px;
	height: 9px;
	overflow: hidden;
	margin: 0 20px 0 0;
	display: inline;
	float: right;
}
.accordion .ui-state-active {
	background: #aaf;
}
.accordion p {
	margin:0;
	padding:10px;
	background:#ccc;
}
.slide {
	clear: left;
	padding: 0 0 4px;
	width:347px;
	border-left:2px solid #afafaf;
	border-right:1px solid #afafaf;
}
.slide .table-holder {padding: 0;}
.slide table {
	width: 100%;
	font-weight: bold;
	font-size: 11px;
}
.slide table a {
	color: #000;
	line-height: 19px;
	padding: 0 0 0 5px;
	text-decoration: none !important;
}
.slide table a:hover {color: #12baed;}
/*acordeon end */
/*sidebar end */
/*main end */
/*-----footer-----*/
#footer {
	width:977px;
	margin: 0 auto;
	overflow:hidden;
	color: #fff;
}
.footer-holder {
	background: #000;
	padding: 0 20px 0 29px;
}
.footer-bg-b {
	background: url(../images/bg-footer-b.gif) no-repeat;
	width: 100%;
	height: 19px;
}
.row-holder{
	width: 100%;
	padding: 18px 0 0;
	overflow: hidden;
}
.footer-col {
	float: left;
	width: 307px;
}
#footer h3 {
	color: #12baed;
	font-size: 14px;
	line-height: 15px;
}
#footer p {
	color: #fff;
	padding: 0 65px 0 0;
}
#footer a {
	font-weight: bold;
	color: #fff;
	padding: 0 3px 0 0;
}
#footer ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
}
#footer ul li {
	color: #fff;
	line-height: 19px;
}
.contact-info a {
	font-weight: normal !important;
	color: #12baed !important;
}
#footer table {
	width: 100%;
	margin: 10px 0 0;
}
#footer .beurs-block {
	border: none;
	padding: 5px 0;
}
.contact-info {
	padding: 0 0 10px !important;
}
.contact-info li:first-child {
	padding: 0 0 15px;
}
/*sifr start. do not modify.*/
object, embed {
	margin:0;
	padding:0;
	display: block;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {visibility:visible !important;}
span.sIFR-alternate {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:0 !important;
	height:0 !important;
	display:block !important;
	overflow:hidden  !important;
}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
.sIFR-flash .title h2 span {
	font-size: 20px;
	display: block;
	line-height: 20px;
	color: #fff;
	white-space: nowrap;
}
.sIFR-flash .white-title .head-text h2 span {
	font-size: 26px;
	line-height: 26px;
	display: block;
	color: #000;
	white-space: nowrap;
}
.sIFR-flash .white-title h2 span {
	font-size: 26px;
	line-height: 26px;
	display: block;
	color: #000;
	white-space: nowrap;
}
.sIFR-flash .newsletter-form h3 span {
	font-size: 14px !important;
	line-height: 14px !important;
	display: block;
	white-space: nowrap;
	color: #000;
}
/*sifr end*/
/*side banner start*/
.side-banner {
	position: absolute;
	left: -133px;
	width: 120px;
	height: 600px;
	top: 236px;
}
.small-page .side-banner {
	right: -133px;
	left: auto;
}
/*side banner start*/
/*page section start */
.page-section {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}
.page-section p {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 19px;
	float: left;
}
.page-section p strong{color: #3f3f3f;}
.page-section ul.page-num {
	margin: 0 5px;
	display: inline;
	padding: 0;
	overflow: hidden;
	list-style: none;
	float: right;
	width: 250px;
}
.page-section ul.page-num li {
	color: #8c8c8c;
	float: right;
	background: url(../images/sep03.gif) no-repeat 100% 50%;
	margin: 0 -1px 0 0;
	padding: 0 7px;
}
.no-sep {background: none !important;
padding: 0 !important;
}
.page-section ul.page-num li a {
	color: #12baed;
	font-weight: bold;
}
.page-section ul.page-num li a.active-page {color: #3f3f3f;}
.sortby {
	clear: both;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #c6c6c6;
	padding: 5px 0 3px;
}
.sortby span.label-sort {
	color: #3f3f3f;
	font-size: 12px;
	float: left;
	padding: 0 10px;
}
.sortby a {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 30px 0 0;
}
.sortby a.active {
	color: #12baed;
}


/* tabledata start */
.tabledata table{
	width: 100%;
}
.tabledata th {
	font-weight: bold;
	text-align: left;
}
.tabledata th,
.tabledata td {
	padding-left: 10px;
}
.table-head {
	padding: 0 10px;
	overflow: hidden;
	height: 1%;
}
.etc {
	font-size: 29px;
	line-height: 45px;
	font-weight: bold;
	padding: 0 0 0 25px;
}
/* tabledata end */
/*page section end */
