/* t r b l*/

/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,input,fieldset,img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 0.7em arial, helvetica, sans;
	background: #191919;
	color:red;
}
h1,h2,h3,h4,h5,h6,p,b,table {
	display: block;
	clear: left;
	padding: 0;
	margin-left: 42px;
	margin-right: 53px; /* 53 */
  color: #000;
}
img {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0; 
	line-height: 1.3em;
	xbackground: #f00
}
p img {
	padding-top: 10px;
	padding-bottom: 10px;
}
ul {
	margin: 0 53px 10px 60px;
	padding: 0;
	list-style-type: disc;
	line-height: 1.3em;
}
ul ul {
	margin: 2px 53px 2px 16px;
	padding: 0;
	list-style-type: disc;
	line-height: 1.3em;
}
ol {
	margin: 0 53px 10px 66px;
	padding: 0;
	line-height: 1.3em;
}
ol ol {
	margin: 2px 53px 2px 22px;
	padding: 0;
	line-height: 1.3em;
}
ol ul {
	margin: 2px 53px 2px 22px;
	padding: 0;
	line-height: 1.3em;
}
li {
   color: #000;
}
a {
	color: #000;
}



h1 {
	margin-top: 26px;
	margin-bottom: 6px;
	font-size: 1.8em;
  text-transform: uppercase;
}
h2 {
	margin-top: 30px;
	margin-bottom: 6px;
	font-size: 1.2em;
	text-transform: uppercase;
}
h3 {
	margin-top: 26px;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}
h5 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}
h6 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}
/* MAIN LAYOUT STYLES */
#container {
	width: 832px; /* 832px; */
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #fff url(../img/bgr_container.gif) repeat;
        height: 100%;
}
#container:after{content:".";display:block;height:0;clear:both;}
#navigation {
	float: left;
	width: 210px; /* 210 */
	margin: 0;
	background: #BEBEBE;
}
#content {
	float: left;
	width: 610px; /* 622 */
	padding: 0 0 20px 0;
	margin: 0;
	background: #fff;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 16px 0 30px 0;
	text-align: center;
	color: #fff;
}
/* NAVIGATION STYLES */

#mainNavigation span {
	margin-bottom:1px;
	margin-right:2px;
	float:left;
}

#navigation form.search {
	display: block;
	padding: 12px 0 12px 12px; 
	margin: 0 0 0 0; 
	background: #414141;
}
#navigation form.search p {
	padding: 0; 
	margin: 0; 
}
#navigation form.search input {
	padding: 3px 0 4px 0; 
	font-size: 0.85em;
	background: #ACACAC;
	border: 0px;
	color: #fff;
}
#navigation form.search input.btn {
	padding: 3px 0;
	background: transparent;
	font-weight: bold;
	color: #fff;
}
#navigation ul.general {
	padding: 14px 0 14px 24px; 
	margin: 0 0 0 0; 
	list-style-type: disc;
	background: #595959;
	color: #fff;
}
#navigation ul.general li {
	padding: 1px 0 1px 0; 
	color: #fff;
	
}
#navigation ul.general li a {
	padding: 0 14px 0 6px; 
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
}
#navigation ul.general li a:hover {
	color: #fff;
}
#p_an_00 #navigation ul.general li#index a, #p_an_00 #navigation ul.general li#disclaimer a {
	color: #fff;
}
#navigation ul.main {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
}
#navigation ul.main li {
	display: inline;
	padding: 0; 
	margin: 0;
}
#navigation ul.main li a {
	display: block;
	padding: 6px 6px 6px 30px; 
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: url(../img/ul_arrow.gif) no-repeat;
	border-bottom: dotted 1px #AAAAAA;
}
#navigation ul.main li a:hover {
	background: #A0A0A0 url(../img/ul_arrow_active.gif) no-repeat;
}
#navigation ul.main ul {
	display: none;
	padding: 0;  
	margin: 0; 
	
}
#navigation ul.main li.active a, navigation ul.main li.active a:hover {
	background: #A0A0A0 url(../img/ul_arrow_active.gif) no-repeat;
	
}
#navigation ul.main li.down a, #navigation ul.main li.down a:hover {
	background: #fff url(../img/ul_arrow_down.gif) no-repeat;
	xborder-bottom: none;
	border-bottom: dotted 1px #ddd;
	border-right: solid 1px #ddd;
}
#navigation ul.main ul li a:hover, #navigation ul.main ul li.active a {
	color: #FF6C00 !important;
}
#navigation ul.main ul li a {
	padding: 6px 6px 6px 38px;
	margin: 0; 
	background-image: none !important;
	color: #000 !important;
	
}
#navigation ul.cases {
	padding: 0 0 0 0;  
	margin: 0; 
	list-style-type: none;
	background: #FF6C00;
}
#navigation ul.cases li {
	display: inline;
	padding: 0; 
	margin: 0;
}
#navigation ul.cases li a {
	display: block;
	padding: 7px 6px 7px 38px; 
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: url(../img/ul_arrow_cases.gif) no-repeat;
}
#navigation ul.cases li a:hover, #navigation ul.cases li.active a {
	background: #7b7b7b url(../img/ul_arrow_active.gif) no-repeat;
}
#navigation ul.cases li a span {
	display: block;
	color: #000;
}
/* FOOTER STYLES */
#footer span {
 	color: #ff6C00;
}
#footer span a {
	color: #ff6c00;
}
#footer a {
	padding: 0 3px 0 3px;
 	color: #fff;
 	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* CONTENT STYLES */
#content span.header_print {
	display: none;
}
#content span.header { /* was eerst span#header */
	display: block;
	width: 622px;
	height: 78px;
	padding: 0; 
	margin: 0;
	background: #fff;
}
#content span.header img {
	float: left;
}
#content span.header span.language { 
	float: right;
	padding: 8px 14px 0 0; 
	margin: 0;
	color: #000;
	font-weight: bold;
}
#content span.header span.language a.active { 
	color: #ff6C00;
}
#content span.print {
	display: block;
	padding: 0;
	margin: 12px 54px 40px 0;
	font-weight: bold;
	
}
#content span.print a { 
	float: right;
	padding: 0 0 0 18px;
	color: #ff6C00;
	background: url(../img/arrow_excel.gif) no-repeat 0px 1px;
	
}
#content span.title { /* nu commented */
	display: block;
	width: 525px;
	padding: 0; 
	margin: 29px 53px 0 42px;
	background: url(../img/title_annual.gif) no-repeat;
}
#content p.intro { /* cases */
	padding: 6px 0 6px 0 ; 
	margin: 20px 53px 10px 42px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	font-weight: bold;
	line-height: 1.8em;
}
#content p.streamer { /* overview */
	padding: 10px 0 10px 0 ; 
	margin: 13px 53px 13px 42px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	font-size: 1.4em;
	line-height: 1.4em;
}
/* FINANCIAL TABLES STYLES */
table.financial {
	clear: left;
	display: block;
	border-collapse: collapse; 
  padding: 0; 
/*	margin: 0 53px 20px 42px; */
	margin-left: 42px;
	margin-bottom: 30px;
	margin-right: 53px;
	width: 520px !important;
/*
	font-size: 0.7em !important;
	text-transform: none !important;
*/
}
table.financial b {
	margin: 0;
}
table.financial th,
table.financial td {
	padding: 3px 3px 3px 3px; 
	font-weight: normal;
	border:1px solid #000;
	text-align: right;
	vertical-align: top;
	color: #f00;
/*	width: 100%; */
}
/* INDESIGN STYLES FINANCIAL TABLES */
/* GLOBAL */
table.financial td.excel {
	padding: 0 0 12px 0;
	font-weight: bold;
	border: none;
	color: #000;
	vertical-align: top;
	background: url(../img/arrow_excel.gif) no-repeat 375px 1px;
}
table.financial td.empty {
	height: 20px;
}
table.financial td.B02ATEXT_0_KOP {
	text-align: left;
	padding: 0 0 8px 0;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	color: #000;
}
/* FIRST ROW */
table.financial td.B02ATEXT_0_KOP {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	color: #000;
}
table.financial td.B02TXT_kop_txtgedeelte_rechts {
	color: #000;
}
table.financial td.B02TXT_koptxt_gedeelte_bold {
	font-weight: bold;
	color: #000;
}
table.financial td.B02TXT_koptxt_2006 {
	color: #fff; 
/*	background: #8c8c8c; */
	background: #000;
}
table.financial td.B02TXT_koptxt_2005 {
	color: #000;
/*	background: #e5e5e5; */
        background: #fff;
}
table.financial td.B02TXT_koptxt_2006_bold {
	color: #000; 
	font-weight: bold;
}
table.financial td.B02TXT_kop_txtgedeelte_links {
	text-align: left;
	color: #000; 
}
table.financial td.B02TXT_koptxt_2006_center {
	text-align: center;
	font-weight: bold;
	color: #000; 
}
table.financial td.B02TXT_kop_txtgedeelte_center {
	text-align: center;
	color: #000; 
}


/* SECOND ROW */
table.financial td.B02ATEXT_EUROS {
	color: #000; 
}

/* FIRST COLUMN */
table.financial td.B02TEXT_BOLD_kapp {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
table.financial td.B02TEXT_1 {
	text-align: left;
	color: #000;
}
table.financial td.B02TEXT_BOLD_3 {
	text-align: left;
	font-weight: bold;
	color: #000;
}
table.financial td.B02TXT_3_kleiner {
	padding-top: 4px;
	font-size: 0.8em;
	text-align: left;
	color: #000; 
}
table.financial td.B02TXT_as_perc_of {
	padding-left: 13px;
	padding-top: 4px;
	font-size: 0.8em;
	text-align: left;
	color: #000; 
}
table.financial td.B02TEXT_2indent_1 {
	padding-left: 12px;
	text-align: left;
	color: #000;
}
table.financial td.B02TEXT_2indent_2 {
	padding-left: 12px;
	text-align: left;
	color: #000;
}
table.financial td.B02Total_rechts {
	padding-right: 8px;
	text-align: right;
	color: #000;
}
table.financial td.B02TXT_3_kleiner_indent {
	padding-left: 12px;
	text-align: left;
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
}
/* NOTES */
table.financial td.B02TXT_ondergedeelte {
	padding-top: 8px;
	text-align: left;
	border: none;
	color: #000;
	font-size: 0.8em;
}
table.financial td.B02TXT_ondergedeelte ul {
	list-style-type: none;
  margin: 0;
	padding: 0;
	color: #000;
}
table.financial td.B02TXT_ondergedeelte ul li.bullet {
	list-style-type: disc;
  margin: 0 0 0 16px;
	padding: 0;
	color: #000 !important;
}

table.financial td.B02TXT_At31dec_onder {
	text-align: left;
	text-align: right;
	border: none;
	color: #000;
}
table.financial td.omicron {
	width:45px;
	border:0px;
	text-align: left;
  color: #FF6D00;
}
.grey {
	background-color: #e1e1e5;
}
.darkgrey {
        background-color: #c2c5c6;
        border-left: 0;
}
.orange {
	background-color: #ff6C00;
        border-left: 0;
}

.orange_light {
	background-color: #FFa16a;
    border-left: 0;
}
.black {
	background-color: #000;
	color: #fff;
}
.first {
        border-left: 0;
}
table.financial .empty {
	border-top: 0;
	border-left: 0;
}
table.financial .top {
	border: 0;
}
table.financial .left {
	border:left: 0 !important;
}
table.financial .bottom {
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
table.financial td.B02TXT_At31dec { /* year ended at.. */
	text-align: right;
	font-size: 0.8em;
	border: none;
	color: #000;
}
/* COLUMNS */
table.financial td.C03NUMB_1 {
	color: #000;
}
table.financial td.C03NUMB_2_BOLD {
	font-weight: bold;
	border-top: 2px solid #000;
	color: #000;
}

table.financial td.C03NUMB_2_BOLD_negative {
	font-weight: bold;
	border-top: 2px solid #000;
	color: #000;
}
table.financial td.C03NUMB_1_negative {
	color: #666;
} 	
table.financial td.C03NUMB_variance_neg {
	color: #666;
} 	
table.financial td.C03NUMB_3_kleiner_neg {
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
} 	
table.financial td.C03NUMB_3_kleiner {
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
}
table.financial td.C03NUMB_variance {
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
}
table.financial td.C03NUMB_as_perc_of {
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
}
table.financial td.B02TXT_kop_txtgedeelte_bold {
	font-weight: bold;
	text-align: center;
	color: #000;
}
table.financial td.C03NUMB_as_perc_neg {
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
}
table.financial td.C03NUMB_light_perc {
	color: #0f0;
}

table.financial td.SR01_TabelK_BOLD_3_neg {
	font-weight: bold;
	text-align: left;
	color: #fff;
}

/* OTHER */
.SR01_tk_03 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}
.SR01_tk_03_oranje {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #ff6C00;
	font-weight: bold;
}
.A01_brood_indent2 {
	color: #0f0;
}
.B02TXT_ondergedeelte_tekstkader {
	color: #0f0;
}
/* BANNER INT */
.INT {
	background: #FFDC00;
}
div.banner {
	display: block;
	height: 206px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #ff6c00;
}
/* IMAGES */
img.inline {
	margin-left: 42px;
}
img.inline_topborder {
	margin-left:42px;
	margin-top:30px;
	padding-top:4px;
	padding-bottom:12px;
	border-top:4px solid #000;
}
/* CASES */

.SRC1_quote_1 {
	width:527px;
	padding: 6px 0 6px 0 ; 
	margin: 20px 53px 10px 42px;
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.6em;
}
.SRC1_koptext_1 {
	width:527px;
	padding: 0px 0 14px 0 ; 
	margin: 20px 53px 0px 42px;
	border-bottom: 4px solid #000;
	font-weight: bold;
	line-height: 1.8em;
	text-transform: uppercase;
}
.SRC1_introtext_1 {
	padding: 0px 0 0px 0 ; 
	margin: 10px 53px 35px 42px;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
}
.SRC1TEXT_1 { 
	display: block;
	clear: left;
	padding: 0;
	margin-left: 42px;
	margin-right: 53px;
	color: #000;
}
.SRC1TEXT_BOLD_1 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 53px 5px 42px;
	
}
.SRC1TEXT_bullet {
	list-style-type: disc;
}
.SRC1_case_cijfergroot {
	color: #0f0;
}
.SRC1_boldcon_titel {
	color: #0f0;
}
.SRC1_inversetext_line {
	color: #0f0;
}
.SRC1_quote_undertext_2 {
	color: #0f0;
}
.SRC1_imgtext_text {
	width:527px;
	color:#999999;
	padding-bottom:8px;
	border-bottom:4px solid #000;
	margin-bottom:30px;
}
.SRC1_imgtext_name {
	color:#999999;
	font-size: 0.8em;
	margin: 0px 53px 30px 42px; 
}
.SRC1_imgtext_quote {
	width:527px;
	padding: 8px 0 8px 0px; 
	margin: 5px 53px 2px 42px;
	border-top: 4px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.8em;
	color:#999999;
}
/* INTERVIEUWS */
.SRC1_quote_undertext_1 {
	color: #0f0;
}
.INT {
	background: #FF6D00 !important;
}
img.INT_inline {
	margin: 25px 0 20px 42px;
}
.INT_kop {
	display: none;
	float: left;
	margin-left: 42px;
	color: #0f0;
}
p.INT_intro {
	font-size: 1.4em;
	margin-bottom: 20px;
}
/* TOEVOEGING MARC SR */
.A01_KOP {
	background-color: #000;
        font-weight: bold;
        color: blue;
}
.A01TNT_INTRO {
	padding: 0px 0 0px 0 ; 
	margin: 20px 53px 20px 42px;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
}
.A01TNT_tussenkop_03 {
	color: #0f0;
}
.CO2 {
	color: #666;
}

.SR01_annx_KOP {
	font-size: 3.2em;
	line-height: 1em;
	color: #ff6C00;
}
.B02TXT_ondergedeelte_tekstkader {
	color: #666;
}
/* DOWNLOADS */
table.downloads {
	display: block;
	width:500px;
	padding: 0;
	margin-left: 42px;
	margin-right: 53px; /* 53 */
  color: #000;
}
table.downloads td {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #ddd;
}
table.downloads td.orange {
	color: #ff6C00;
	background: #fff;
}
table.downloads td a {
	color: #ff6C00;
	text-decoration: none;
}
table.downloads td a:hover {
	text-decoration: underline;
}
table.downloads td ul {
	padding: 0 0 0 20px;
	margin: 0;
}
table.downloads td ul li {
	padding: 0 0 0 20px;
	margin-left: 0;
	list-style-type: none;
	background: #fff url(../img/ul_arrow_orange.gif) no-repeat 0 3px;
}
table.downloads td ul li a {
	color: #000;
	font-weight: bold;
}













/* jerry start */


.OV01_STREAMER {
	margin-top: 26px;
	margin-bottom: 6px;
	font-size: 2.8em;



}



table.noborder td {
	border:0px !important;
}

span.delta_small_right{
	float:right;
	color:#ff6C00;
	font-weight: bold;
}

span.delta_small{

	color:#ff6C00;
	font-weight: bold;
}



table.financial td.C03NUMB_2_BOLD_SANS {
	font-weight: bold;
	color: #000;
}

table.financial td.C03NUMB_2_BOLD_negative_SANS {
	font-weight: bold;
	color: #000;
}

table.financial td.C03NUMB_2_LINE {
	border-top: 2px solid #000;
	color: #000;
}

table.financial td.C03NUMB_2_LINE_negative {
	border-top: 2px solid #000;
	color: #000;
}

table.financial td.C03NUMB_as_perc_of_LINE {
	border-top: 2px solid #000;
	padding-top: 4px;
	font-size: 0.8em;
	color: #000;
}

table.financial td.C03NUMB_variance_LINE {
	border-top: 2px solid #000;
	color: #666;
}

table.financial td.B02TXT_ondergedeelte ul li.bullet{
	color:#F00;

}

.grey_txt {
	color: #e1e1e5;
}
.darkgrey_txt {
   color: #c2c5c6;

}
.orange_txt {
	color: #f26722;

}

.orange_light_txt {
	color: #FFa16a;
}

.ondergedeelte_source {
	padding-top: 8px;
	text-align: left;
	border: none;
	color: #000;
	font-size: 0.8em;
}

/* jerry end */
/* OV */
table.ov_in_brief {
	clear: left;
	display: block;
	border-collapse: collapse; 
  padding: 0; 
  margin-top: 20px;
	margin-left: 42px;
	margin-bottom: 30px;
	margin-right: 53px;
	width: 520px !important;
}
table.ov_in_brief td {
	padding: 0 3px 0 3px; 
	vertical-align: top;
	width: 160px;
	color: #000;
}
span.date {
	display: block;
	clear: left;
	height: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: 1.2em;
	font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
}

