@charset "utf-8";


/* REDEFINE HTML-TAGS */
* {
	margin:0;
	padding:0;
}
HTML, BODY {
	width:100%;
	height:100%;
}
BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background:#282828 url(../images/layout/bg_body.gif) 50% repeat-y;
	color: #484848;
}
A:LINK, A:VISITED {
	color:#FFF;
	text-decoration:none;
}
A:HOVER {
	text-decoration:underline;
}
H1 {
	color:#6680BA;
	font-size:19px;
	font-weight: lighter;
	padding:10px 0 15px 0;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
H2 {
	font-size:15px;
	margin: 0 0 20px 0;
}
H3 {
	font-size:12px;
	margin: 0 0 20px 0;
}
H4 {
	background:#6e120e;
	padding:3px 7px 3px 7px;
	color:#d0bebd;
}
HR {
	border:none;
	border-bottom:1px solid #C9C9C9;
	margin:10px 0 10px 0;
}
INPUT.submit {
	background:#2a355a;
	color:#FFFFFF;
	width:75px;
}
INPUT.submit:HOVER {
	background:#B01C17;
	cursor:pointer;
	color:#d8b3b1;
	border:1px solid #d8b3b1;
}


/* ALGEMENE CLASSES */
.clear {
	clear:both;
	padding:0;
	border:none;
}
.smallfont {
	font-size:10px;
}
.readmore {
	background:url(../images/layout/bg_readmore.png) no-repeat;
	background-position:0 7px;
	padding:0 0 0 10px;
	margin:5px 0 0 0;
	float:right;
}
.readmore:LINK, .readmore:VISITED {
	color:#908475;
	text-decoration:underline;
	font-weight:bold;
}
.readmore:HOVER {
	text-decoration:none;
}
.readmoreTitle:LINK, .readmoreTitle:VISITED {
	color:#63656B;
	text-decoration:underline;
}
.readmoreTitle:HOVER {
	text-decoration:none;
}
.readmoreTitle2:LINK H3, .readmoreTitle2:VISITED H3 {
	color:#484848;
	text-decoration:underline;
}
.readmoreTitle2:HOVER H3 {
	text-decoration:none;
}
.archive {
	background:url(../images/layout/bg_archive.png) no-repeat;
	background-position:8px 3px;
	padding:3px 5px 3px 34px;
}
.archive:LINK, .archive:VISITED {
	display:block;
	text-decoration:none;
}
.accent {
	border-bottom:5px solid #B01C17;
}
.subnavigation {
}
.subnavigation UL {	
	list-style-type:none;
}
.subnavigation UL A:LINK, .subnavigation UL A:VISITED {	
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 5px;
}
.subnavigation UL UL A:LINK, .subnavigation UL UL A:VISITED {	
	padding:3px 5px 3px 10px;
}
.subnavigation UL UL UL A:LINK, .subnavigation UL UL UL A:VISITED {	
	padding:3px 5px 3px 15px;
}
.content UL {
	padding:0 0 0 20px;
}
.news_archive A:LINK, .news_archive A:VISITED {
	color:#6680BA;
	text-decoration:underline;
}
.news_archive A:HOVER {
	text-decoration:none;
}
.blue {
	color: #6680BA;
}


/* formulier */
.form LABEL {
	float:left;
	width:200px;
	margin:2px 5px 0 0;
	padding:0 0 0 15px;
}
.form LABEL.required {
	background:url(../images/layout/bg_required.gif) 0 4px no-repeat;
}
.form INPUT, .form TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin:2px 0 2px 0;
	border:1px solid #CCC;
}
.highlight {
	background:#B01C17;
	color:#d8b3b1;
}


/* CONTAINER */
#container {
	width:900px;
	height:100%;
	min-height:100%;
	margin:0 auto -24px auto;
	background:url(../images/layout/bg_container.gif) repeat-y;
}
HTML > BODY #container {
	height:auto;
}


/* HEADER */
#header {
	width:900px;
	height:165px;
}
#top {
	width:900px;
	height:100px;
	background:url(../images/layout/bg_top.gif) repeat-x;
}
#logo {
	width:180px;
	height:100px;
	float:left;
}
#search {
	margin:36px 25px 0 0;
	float:right;
}
#search INPUT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:3px;
}
#search INPUT.textField {
	width:125px;
	border:1px solid #2A355A;
	padding:3px;
}

/* HEADER -> CMS NAVIGATION */
#cms_navigation {
	width:900px;
	height:34px;
	background:#6680BA;
	border-top:1px solid #3c4873;
}
#cms_navigation UL {
	list-style-type:none;
}
#cms_navigation LI {
	float:left;
}
#cms_navigation UL A:LINK, #cms_navigation UL A:VISITED {
	text-decoration:none;
	display:block;
	height:28px;
	padding:7px 9px 0 9px;
	background:url(../images/layout/cms_navigation_stroke.png) right top no-repeat;
}
#cms_navigation UL A:HOVER {
	background:#B01C17 url(../images/layout/cms_navigation_stroke.png) right top no-repeat;
	color:#d8b3b1;
}
#cms_navigation UL A.active {
	background:#B01C17 url(../images/layout/cms_navigation_stroke.png) right top no-repeat;
	color:#d8b3b1;
}
/* HEADER -> TOP NAVIGATION */
#top_navigation {
	width:892px;
	height:22px;
	background:#2A355A url(../images/layout/bg_top_navigation.gif) repeat-x;
	border-top:1px solid #2a355a;
	text-align:right;
	padding:2px 8px 0 0;
	color:#CCC;
}
#top_navigation UL {
	list-style-type:none;
}
#top_navigation UL A:LINK, #top_navigation UL A:VISITED {
	color:#CCC;
	text-decoration:underline;
}
#top_navigation UL A:HOVER {
	text-decoration:none;
}
#top_navigation UL A.active {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#top_navigation LI {
	display:inline;
}


/* SIDEBAR LEFT */
#sidebar_left {
	float:left;
	width:180px;
	padding: 0 0 24px 0;
}
#sidebar_left .title {
	padding:5px 10px 5px 10px;
}
#sidebar_left .image {
}
#sidebar_left .content {
	padding:10px;
}
#sidebar_left .readmore {
	background:url(../images/layout/bg_readmore_white.png) no-repeat;
	background-position:0 7px;
}
#sidebar_left .subnavigation UL A:LINK, #sidebar_left .subnavigation UL A:VISITED {
	background:#dd9d9b;
	color:#574544;
	border-bottom:1px solid #c45753;
}
#sidebar_left .subnavigation UL UL A:LINK, #sidebar_left .subnavigation UL UL A:VISITED {
	background:#d17a77;
	color:#412e2d;
	border-bottom:1px solid #b8332f;
}
#sidebar_left .subnavigation UL UL UL A:LINK, #sidebar_left .subnavigation UL UL UL A:VISITED {
	background:#c45753;
	color:#2a1817;
	border-bottom:1px solid #B01C17;
}
#sidebar_left .subnavigation UL A:HOVER, #sidebar_left .subnavigation UL UL A:HOVER, #sidebar_left .subnavigation UL UL UL A:HOVER {
	background:#6e120e;
	color:#d0bebd;
	border-bottom:1px solid #8a1612;
}
#sidebar_left .subnavigation UL UL UL A:HOVER {
	background:#6e120e;
	color:#d0bebd;
	border-bottom:1px solid #8a1612;
}
#sidebar_left .subnavigation UL A.active, #sidebar_left .subnavigation UL UL A.active, #sidebar_left .subnavigation UL UL UL A.active {
	background:#6e120e;
	color:#d0bebd;
	border-bottom:1px solid #8a1612;
}
#sidebar_left .subnavigation UL UL UL A.active {
	background:#6e120e;
	color:#d0bebd;
	border-bottom:1px solid #8a1612;
}
#sidebar_left .subnavigation UL A .bullet {
	float:right;
	display:inline;
	margin:-10px 0 0 0;
}



/* SIDEBAR LEFT ELEMENTS */
/* latest report */
#latest_report {
	background:#B01C17;
	color:#d8b3b1;
}
#latest_report .title {
	background:#530d0b;
	color:#FFF;
	position: absolute;
	width: 160px;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}
#latest_report H2 {
	padding: 3px;
	margin: 0;
}
#latest_report A:LINK, #latest_report A:VISITED {
	color:#d8b3b1;
}
#latest_report UL {
	background:#8a1612;
	list-style-type: none;
}
#latest_report UL A:LINK, #latest_report UL A:VISITED {
	color:#FFF;
}
#latest_report UL:HOVER {
	background:#6e120e;
}
/* movie */
#movie {
	background:#530d0b;
	color:#baa7a6;
}
#movie A:LINK, #movie A:VISITED {
	color:#baa7a6;
}
#movie .content {
	padding: 5px 10px;
}
#movie H2 {
	margin:0;
}


/* MAIN */
#main_1col A:LINK, #main_1col A:VISITED, #main_2col A:LINK, #main_2col A:VISITED, #main_3col A:LINK, #main_3col A:VISITED {
	color: #2A355A;
	text-decoration: underline;
}
#main_1col A:HOVER, #main_2col A:HOVER, #main_3col A:HOVER {
	text-decoration: none;
}
#main_1col {
	width:850px;
	float:left;
	padding:25px 25px 49px 25px;
}
#main_1col #cms_content_1 {
	float:right;
	width:670px;
	height:10px;
	margin:25px 25px 0 0;
}
#main_2col {
	width:670px;
	float:left;
	padding:25px 25px 49px 25px;
}
#main_3col {
	width:435px;
	float:left;
	padding:25px 25px 49px 25px;
}


/* MAIN ELEMENTS */
/* cms title */
#cms_title {
}

/* cms content 1 */
#cms_content_1 {
}

#main_1col UL, #main_2col UL, #main_3col UL {
	margin: 0 0 0 25px;
}
#main_1col LI, #main_2col LI, #main_3col LI {
	margin: 0 0 3px 0;
}


#sitemap {
}
#sitemap UL {
	list-style-type:none;
	font-weight:bold;
}
#sitemap UL UL {
	padding:0 0 0 40px;
	font-weight:normal;
	list-style-type:disc;
}


/* PROJECT OVERVIEW */
#project_overview IMG {
	border: 1px solid #FFF;
}
#project_overview IMG:HOVER {
	background: #EEE;
	border: 1px solid #DCE2EF;
}
#project_overview UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#project_overview UL UL {
}
#project_overview LI {
	float: left;
	margin: 0;
	padding: 0 13px 10px 0;
}
#project_overview LI.project_group {
	border-bottom: 1px solid #CCC;
	padding: 0 0 15px 0;
	width: 670px;
}
#project_overview A:LINK, #project_overview A:VISITED {
	font-size: 13px;
	font-weight: bold;
}




/* showcase */
#showcase {
}

/* breadcrumbs */
#breadcrumbs {
	display:block;
	text-align:right;
	color:#2A355A;
	margin:0 0 10px 0;
}
#breadcrumbs A:LINK, #breadcrumbs A:VISITED {
	text-decoration:underline;
	color:#6680BA;
}
#breadcrumbs A:HOVER {
	text-decoration:none;
}

/* downloaddock */
#downloaddock {
	background:#a79a92;
	margin:0 0 15px 0;
}
#downloaddock DIV.content {
	padding:10px;
}
#downloaddock DIV.content A:LINK, #downloaddock DIV.content A:VISITED {
	background:url(../images/layout/document_icon.png) no-repeat;
	padding:8px 5px 8px 25px;
	color: #FFF;
}
#downloaddock DIV.roundshots {
	border-top: 1px solid #FFF;
	padding: 3px 0 0 5px;
	text-align: center;
	background: #5F5F5F;
}
#downloaddock DIV.roundshots IMG {
	border: none;
}
#downloaddock DIV.roundshots A:LINK, #downloaddock DIV.roundshots A:VISITED {
	color: #FFF;
	text-decoration: underline;
	margin-right: 5px;
}
#downloaddock DIV.roundshots A:HOVER{
	text-decoration: none;	
}

/* flash worldmap */
#fl_worldmap {
	margin:0 -25px 0 -25px;
}


/* SIDEBAR RIGHT */
#sidebar_right {
	float:left;
	width:235px;
}

/* SIDEBAR RIGHT ELEMENTS */
/* chimney topics */
#chimney_topics {
	margin:0 0 0 0;
}
#chimney_topics DIV {
	background:#e9c1c0;
	color:#6e5b5a;
	padding:10px;
	border-bottom:1px solid #FFF;
}
#chimney_topics DIV.clear {
	border-bottom:none;
}
#chimney_topics DIV SMALL {
	display:block;
	text-align:right;
	color:#6e5b5a;
	margin:0 0 10px 0;
}


/* Accordion styles */
.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color:#e7d4d3;
	padding:3px 7px 3px 7px;
	border-bottom:1px solid #6e120e;
	background:#8a1612 url(../images/layout/accordion_closed.png) no-repeat;
	background-position:220px 10px;
}
.AccordionPanelContent {
	overflow: auto;
	height:250px;
	margin: 0px;
	padding: 0px;
	background:#530d0b;
	color:#baa7a6;
}
.AccordionPanelContent UL LI {
	border-bottom:1px solid #6e120e;
	padding:3px 7px 3px 7px;
}
.AccordionPanelContent UL LI A:LINK, .AccordionPanelContent UL LI A:VISITED {
	text-decoration:underline;
}
.AccordionPanelContent UL LI A:HOVER {
	text-decoration:none;
}
.AccordionPanelOpen .AccordionPanelTab {
	padding:3px 7px 3px 7px;
	color:#d0bebd;
	border-bottom:1px solid #6e120e;
	background:#6e120e url(../images/layout/accordion_open.png) no-repeat;
	background-position:220px 10px;
}
.AccordionPanelTabHover {
}
.AccordionPanelOpen .AccordionPanelTabHover {
}
.AccordionFocused .AccordionPanelTab {
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}


/* chimney topics */
#chimney_topics {
	width:235px;
	background:#e4e4e4;
}
#chimney_topics DIV {
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #FFF;
}
/* do you have a question? */
#question {
	width:215px;
	padding:5px 10px 5px 10px;
}
#question INPUT, #question TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:207px;
	border:1px solid #2a355a;
	margin:0 0 5px 0;
	padding:3px;
	overflow:hidden;
}
#question INPUT.question_name {
	background:#FFF url(../images/layout/bg_question_name.gif) no-repeat;
}
#question INPUT.question_email {
	background:#FFF url(../images/layout/bg_question_email.gif) no-repeat;
}
#question TEXTAREA.question_question {
	background:#FFF url(../images/layout/bg_question_question.gif) no-repeat;
}
#question INPUT.submit {
	width:75px;
}

/* OFFLINE */
#offline {
	padding:30px 260px 20px 205px;
}
#offline A:VISITED, #offline A:LINK {
	color:#484848;
	text-decoration:underline;
}
#offline A:HOVER {
	text-decoration:none;
}

/* FOOTER */
#footer {
	width:900px;
	height:22px;
	margin:0 auto;
	padding:2px 0 0 0;
	background:#2a355a;
	text-align:center;
	color:#FFF;
}

#hadekMapSEO{
	display:none;
}