/**********************************************************************/
/*                                                                    */
/*                            HAN DATAPORT                            */
/*                                                                    */
/*                         (c) copyright 2008                         */
/*                         all rights reserved                        */
/*                                                                    */
/**********************************************************************/

/*####################################################################*/
/*# GENERAL DECLARATIONS                                             #*/
/*####################################################################*/

body {
	height: auto;
	text-align: center;
	overflow-y: hidden;
}

html {
	overflow-y: scroll;
}

body, html {
	background-color: #dededa;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #333333;
}

a {
	outline: none;
	text-decoration: none;
	color: #008fe2;
}

a:hover {
	color: #963201;
  text-decoration: underline;
}

a:active {
  outline: none;
}

.clear {
	clear: both;
}

.vert_space {
  height: 20px;
  width: 100%;
}

.content_column p {
  line-height: 13pt;
  margin: 0px 0px 10px 0px;
}

h1 {
  font-size: 9pt;
  text-transform: uppercase;
  font-family: arial, verdana, sans-serif;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #963201;
  color: #963201;
}

#overall_container {
	text-align: left;
	border: 1px solid #cacaca;
	width: 880px;
	margin: 20px auto 0px auto;
	padding: 10px;
	background-color: #ffffff;
}

.bottom_space {
  clear: both;
  width: 100%;
  height: 20px;
}

a .ape {
	display: inline;
	width: 10px;
	height: 11px;
	background: url(../images/ape_blue.gif) no-repeat 1px 2px;
}

a:hover .ape {
	background: url(../images/ape_red.gif) no-repeat 1px 2px;
}

a .ape2 {
	display: inline;
	width: 3px;
	height: 11px;
	background: url(../images/ape2_blue.gif) no-repeat 1px 2px;
}

a:hover .ape2 {
	background: url(../images/ape2_red.gif) no-repeat 1px 2px;
}

dl, dd, dt {
	margin: 0;
	padding: 0;
}

.frontEndEditIcons {
	border: 1px solid #ffffff;
}

.frontEndEditIcons:hover {
	border: 1px solid #ff9900;
}

.csc-textpic-caption {
	display: block !important;
	margin: 0px 5px 15px 10px;
	text-align: right;
	color: #999999;
	font-size: 7pt;
}

/*####################################################################*/
/*# HEADER                                                           #*/
/*####################################################################*/

#header {
	background-image: url(../images/hdb_header.gif);
	width: 880px;
	height: 70px;
}

#header_link {
  display: block;
  width: 100%;
  height: 100%;
}


/*####################################################################*/
/*# LANGUAGE CHOOSER                                                 #*/
/*####################################################################*/

#language_chooser {
	position: relative;
	top: -20px;
	right: 10px;
	float: right;
	font-size: 7pt;
	color: #a6a6a6;
	margin-bottom: -20px;
	cursor: pointer;
}

.language_img {
	width: 21px;
	height: 11px;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.language_img a span {
  display: block;
  width: 21px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.lang_nl { background-image: url(../images/flag_icons/nl.gif); cursor: default; }
.lang_en { background-image: url(../images/flag_icons/gb.gif); cursor: default; }
.lang_de { background-image: url(../images/flag_icons/de.gif); cursor: default; }

.language_img a #img_nl {	background-image: url(../images/flag_icons/nl_off.gif); }
.language_img a:hover #img_nl { background-image: url(../images/flag_icons/nl.gif); }
.language_img a:active #img_nl { background-image: url(../images/flag_icons/nl.gif); }
.language_img a #img_en {	background-image: url(../images/flag_icons/gb_off.gif); }
.language_img a:hover #img_en { background-image: url(../images/flag_icons/gb.gif); }
.language_img a:active #img_en { background-image: url(../images/flag_icons/gb.gif); }
.language_img a #img_de {	background-image: url(../images/flag_icons/de_off.gif); }
.language_img a:hover #img_de { background-image: url(../images/flag_icons/de.gif); }
.language_img a:active #img_de { background-image: url(../images/flag_icons/de.gif); }


/*####################################################################*/
/*# MAIN NAVIGATION                                                  #*/
/*####################################################################*/

#main_navigation {
	border: 1px solid #cacaca;
	background-image: url(../images/hdb_navigation.gif);
	width: 878px;
	height: 23px;
	margin-top: 10px;
	margin-bottom: 0px; /* margin to the next element below */
}

#main_navigation ul {
	list-style-type: none;
	margin: 4px 0px 6px 0px;
	padding: 0px;
	line-height: 13.5px;
}

#main_navigation ul li {
	display: inline;
}

#main_navigation ul li a {
	font-size: 7.5pt;
	text-decoration: none;
	color: #008fe2;
	padding: 5px 17px 6px 17px;
	text-transform: uppercase;
}

#main_navigation ul li a:hover {
	background-image: url(../images/hdb_navigation_hover.gif);
	color: #963201;
}

.active_main_navigation_item a {
	font-size: 7.5pt;
	text-decoration: none;
	/*padding: 5px 17px 7px 17px;*/
	padding: 5px 0 7px 0;
	background-image: url(../images/hdb_navigation_active.gif);
	background-repeat: repeat-x;
	color: #666666;
	/*cursor: default;*/
	text-transform: uppercase;
}

.active_main_navigation_item a:hover {
	background-image: url(../images/hdb_navigation_active.gif) !important;
}

/*####################################################################*/
/*# SUB NAVIGATION                                                  #*/
/*####################################################################*/

.sub_navigation {
  border-top: 1px solid #999999; /* #a1c1d6 */
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background-image: url(../images/hdb_subnavigation2.gif);
	width: 878px;
	height: 20px;
	margin-top: 0px;
}

.sub_navigation ul {
	list-style-type: none;
	margin: 0px 0px 6px 0px;
	/*padding: 3px 0px 0px 0px;*/
	padding: 0; 
	position: relative;
	top: 3px;
	line-height: 13.5px;
}

.sub_navigation ul li {
	display: inline;
}

.sub_navigation ul li a {
	font-size: 7.5pt;
	text-decoration: none !important;
	color: #666666; /* #963201 */
	padding: 4px 12px 7px 12px;
	text-transform: uppercase;
}

.sub_navigation ul li a:hover {
	background-image: url(../images/hdb_subnavigation_hover2.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	color: #666666;
}

.active_sub_navigation_item a {
	font-size: 7.5pt;
	text-decoration: none;
	/*padding: 4px 12px 7px 12px; */
	padding: 4px 0 7px 0;
	color: #666666;
	background-image: url(../images/hdb_subnavigation_hover2.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
}


/*####################################################################*/
/*# FOOTER                                                           #*/
/*####################################################################*/

#footer {
	margin-top: 20px;
}

#footer_ruler {
	height: 1px;
	line-height: 1px;
	width: 100%;
	background-image: url(../images/hdb_dottedline.gif);
	background-position: center left;
	background-repeat: repeat-x;
}


/*####################################################################*/
/*# FOOTER NAVIGATION                                                #*/
/*####################################################################*/

#footer_navigation {
	width: 100%;
}

#footer_navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 13px 5px 7px 5px;
}

#footer_navigation ul li {
	display: inline;
}

#footer_navigation ul li a {
	text-decoration: none;
	color: #ad603a;
	font-size: 7.5pt;
	padding: 0px 10px;
	text-transform: uppercase;
}

#footer_navigation ul li a:hover {
	/*color: #008fe2;*/
	text-decoration: underline;
}

.active_footer_navigation_item {
	text-decoration: underline;
	color: #ad603a;
	font-size: 7.5pt;
	padding: 0px 10px;
	cursor: default;
	text-transform: uppercase;
}

/*####################################################################*/
/*# FOOTER COPYRIGHT                                                 #*/
/*####################################################################*/

#footer_copyright {
	font-size: 7.5pt;
	color: #b2b2b2;
	float: right;
	position: relative;
	top: -19px;
	right: 15px;
	margin-bottom: -19px;
}

/*####################################################################*/
/*# CONTENT                                                          #*/
/*####################################################################*/

.content_column {
	margin: 0px 0px 20px 25px;
	float: left;
	display: inline;
	/* font, size */
	color: #333333;
}

.content_small  { width: 250px; border: 1px solid #ffffff; } /* FF hack */
.content_medium { width: 550px; }
.content_full   { width: 827px; border: 1px solid #ffffff; } /* FF hack */


.csc-textpic-image dt img {
  border: 1px solid #BBBBBB;
}

.content_column ul {
  line-height: 13pt;
}

.content_column ul li {
  margin-bottom: 10px;
}

/*####################################################################*/
/*# NEWS                                                             #*/
/*####################################################################*/


/* LATEST */

.more-news-link {
  float: right;
  position: relative;
  top: 19px;
}

.more-news-link a, .news-single-author a {
  text-decoration: none;
  color: #AAAAAA;
} 

.more-news-link a:hover, .news-single-author a:hover {
  color: #963201;
  text-decoration: underline;
}

.news-latest-container {
  padding-top: 5px;
}

.news-latest-image {
  float: left;
  border: 0px;
  height: 100px;
  width: 130px;
  margin: 0 5px 0 0;
  text-align: right;
  padding: 7px 5px 5px 0;
}

.news-latest-item {
  padding-bottom: 15px;
  background-image: url(../images/hdb_news_bg_550.gif);
  background-repeat: repeat-x;
}

.news-latest-item a img, .news-list-image a img, .news-single-img a img, a img {
  border: 1px solid #cacaca;
}

.news-latest-item a:hover img, .news-list-image a:hover img, .news-single-img a:hover img, a:hover img {
  border: 1px solid #aaaaaa;
}

.news-latest-item a:hover {
  color: #963201;
  text-decoration: underline;
}

.news-latest-headline {
  margin: 0 0 3px 0px;
  padding-top: 7px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  font-size: 8pt;
	text-transform: uppercase;
}

.news-latest-headline a {
	text-decoration: none;
  color: #008fe2;
}

.news-latest-date {
  padding: 7px 7px 0 0;
  float: right;
}

.news-latest-date a {
  text-decoration: none;
  color: #008fe2;
}

.news-latest-morelink {
  margin-left: 3px;
}

.news-latest-morelink a {
  text-decoration: none;
  color: #008fe2;
}

.news-latest-entry {
  height: 100px;
}

.news-latest-entry p {
  margin: 0 20px 3px 2px;
  font-size: 7.5pt;
  font-family: verdana, arial, sans-serif;
  color: #666666;
}

.news-clearer {
  width: 100%;
  height: 1px;
  clear: both;
}

/* LIST */

.news-list-item {
  background-image: url(../images/hdb_news_bg_827.gif);
  background-repeat: repeat-x;
}

.news-list-item a:hover {
  color: #963201;
  text-decoration: underline;
}

.news-list-image {
  float: left;
  width: 250px;
  margin: 0 15px 0 0;
  text-align: right;
  padding: 7px 5px 5px 0;
  min-height: 150px;
}

.news-list-headline {
  margin: 0 0 15px 0px;
  padding-top: 17px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
	text-transform: uppercase;
}

.news-list-headline a {
	text-decoration: none;
	color: #008fe2;
}

.news-list-item p {
  margin: 0 40px 15px 2px;
  font-size: 7.5pt;
  font-family: verdana, arial, sans-serif;
  color: #666666;
}

.news-list-clearer {
  clear: both;
  width: 100%;
  height: 25px;
}

.news-list-date {
  padding: 17px 17px 0 0;
  float: right;
}

.news-list-date a {
  text-decoration: none;
  color: #008fe2;
}

.news-list-morelink a {
  text-decoration: none;
  color: #008fe2;
}


/* FEED LINKS */

.feed-links {
  float: left;
  position: relative;
  top: 49px;
  cursor: pointer;
}

.feed-links a img {
	border: 0 !important;
}


/* PAGEBROWSER */

.news-list-browse-top {
  float: right;
  position: relative;
  top: -35px;
  margin-bottom: -20px;
}

.news-list-browse-bottom {
  width: 100%;
  text-align: center;
}

.news-list-browse-bottom .news-browsebox-text {
  padding: 10px 0 5px 0;
}

.news-list-browse-top div {
  display: inline;
}

.news-browsebox-text {
  color: #AAAAAA;
  padding-right: 240px;
  font-size: 7pt;
}

.tx-ttnews-browsebox-strong {
  color: #999999;
  font-weight: bold;
}

.news-browsebox-browselinks span {
  padding: 0 3px;
}

.tx-ttnews-browsebox a, .news-single-backlink a, .news-single-files dd a, .news-linklist li a {
  text-decoration: none !important;
  color: #008fe2 !important;
}

.tx-ttnews-browsebox a:hover, .news-single-backlink a:hover, .news-single-files dd a:hover, .news-linklist li a:hover {
  color: #963201 !important;
  text-decoration: underline !important;
}

.news-browsebox-nextprevlink-inactive {
  color: #AAAAAA;
  cursor: default;
}

/* SINGLE */

.news-single-item {
  background-image: url(../images/hdb_news_bg_827.gif);
  background-repeat: repeat-x;
}

.news-single-images {
  float: left;
}

.news-single-headline {
  margin: 0 0 10px 0px;
  padding-top: 10px;
  font-weight: bold;
  color: #008fe2;
  font-family: arial, verdana, sans-serif;
  font-size: 13pt;
	text-transform: uppercase;
}

.news-single-timedata {
  float: right;
  color: #008fe2;
  margin: 10px 10px 0 0;
  text-align: right;
}

.news-single-img {
  width: 250px;
  margin: 0 15px 0 0;
  text-align: right;
  padding: 7px 5px 5px 0;
}

.news-single-img-nolink img {
  border: 1px solid #cacaca;
}

.news-single-imgcaption {
  margin: 0px 5px 15px 10px !important;
  text-align: right;
  color: #999999;
  font-size: 7pt;
}

.news-single-author {
  margin: 0 0 30px 0;
  color: #999999;
}

.news-single-author a {
  text-decoration: none;
  color: #999999;
}

.news-single-item h3 {
  margin: 0 20px 15px 15px;
  font-weight: bold;
  font-size: 9pt;
  color: #444444;
}

.news-single-item p {
  /*margin: 0 20px 25px 15px;*/
  /*margin: 0 20px 25px 275px;*/
  margin: 0 20px 10px 275px;
  color: #666666;
  line-height: 14pt;
}

.news-single-item ul, .news-single-item ol {
  /* make it look the same in IE and FF */
  padding-left: 155px;
  margin-left: 155px;
  color: #666666 !important;
}

.news-single-backlink {
  width: 100%;
  text-align: center;
}

.news-single-files dt {
  text-indent: 10px;
  margin: 15px 0 5px 0;
  color: #444444;
  font-weight: bold;
}

.news-single-links dt {
  text-indent: 10px;
  padding: 15px 0 5px 0;
  color: #444444;
  font-weight: bold;
}

.news-single-files dd {
  text-indent: 20px;
  color: #008fe2;
  margin: 6px 0;
}

.news-single-files dd img {
  margin-right: 5px;
  margin-bottom: -4px;
}

.news-single-links, .news-single-files {
  margin: 0 0 0 275px;
}

.news-link-single {
  display: block;
}

.news-linklist {
  list-style-type: none;
  margin: 5px 0 0 0;
}

ul.news-linklist {
  margin-left: 20px !important;
  padding-left: 0px !important;
}

.news-linklist li {
  /*text-indent: 25px;*/
  margin: 0px;
  padding: 0px;
  line-height: 6pt !important;
}

.news-linklist li p, .news-linklist li a {
  margin: 0 !important;
  color: #666666;
  line-height: 6pt !important;
}


/*####################################################################*/
/*# SITEMAP                                                          #*/
/*####################################################################*/

.csc-sitemap {
  margin: 0 0 0 20px;
  padding: 0;
}

.csc-sitemap ul {
  padding: 0;
  margin: 3px 0 3px 15px;  
}

.csc-sitemap ul li {
  margin: 0px 0 0px 0px;
  padding: 0;
  list-style-image: url(../images/page_small.gif);
}

.csc-sitemap a {
  text-decoration: none;
	color: #008fe2;
	/*margin-top: -2px;*/
	position: relative;
	top: -3px;
}

.csc-sitemap a:hover, .csc-sitemap a:active {
  text-decoration: underline;
  color: #963201;
}

/*####################################################################*/
/*# RTE Styles                                                       #*/
/*####################################################################*/

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify ;
}

.indent {
	padding-left: 20px;
}
