/*
Het Nederlands Tekstbureau
Screen CSS

Orange: 	#f29a1c
Grey:		#707070

*/
.clear {
    float: none;
    clear: both;
    height: 0;
}
strong { font-weight: bold }
em { font-style: italic }
p { margin-bottom: 8px }
a {
    color: #f29a1c;
    text-decoration: none;
}
a:hover { text-decoration: underline }
html {
    background-color: #fafafa;
    background-image: url(/images/body_bg.png);
    background-repeat: repeat-x;
}
body {
    font-family: Arial;
    color: #707070;
    font-size: 13px;
    line-height: 16px;
}
#wrapper {
    width: 1002px;
    height: 100%;
    margin: 0 auto 0 auto;
}
#header {
    width: 994px;
    height: 80px;
    background-image: url(/images/hntb_logo.png);
    background-repeat: no-repeat;
    background-position: top right;
}
#header a {
    display: block;
    width: 990px;
    height: 80px;
    text-indent: -1000px;
}
#main {
    width: 990px;
    height: auto;
    position: relative;
    border: 2px solid #f29a1c;
    border-top: 0px solid #fff;
    background-color: #fff;
    background-image: url(/images/main_bg.png);
    background-position: 4px top;
    background-repeat: repeat-y;
    margin: 4px 0 0 0;
    padding: 0 4px 0 4px;
}
.main_closer {
    width: 100%;
    height: 4px;
    background-color: #fff;
}
#leftcol {
    width: 240px;
    height: auto;
    float: left;
    color: #fff;
    position: relative;
}
#maincol {
    width: 740px;
    height: auto;
    float: left;
}
/* Menu leftcol */
#menu { height: 245px }
#menu ul { margin: 25px 0 0 0 }
#menu li a {
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    text-indent: 46px;
}

/*
#menu li a:hover {
color: #efefef;
}
*/
#menu li a.menu_selected {
    color: #000;
    font-weight: bold;
    background-image: url(/images/menu_left_bg_selected.png);
    background-repeat: no-repeat;
    background-position: -7px center;
}
/* Twitter */
#twitter {
    padding: 16px;
    border-top: 4px solid #fff;
    width: 208px;
}
#twitter a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#twitter_status {
    padding: 0 0 0 20px;
    background-image: url(/images/leftcol_twitter_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
#twitter_status div { width: 180px }
.carousel-wrap { padding: 0 }
#twitter_status ul { height: 120px }
#twitter_status li {
    width: 180px;
    height: 120px;
    float: left;
    padding: 0;
    margin: 0;
}
#twitter_status li a { 
	font-weight: normal; 
	font-size: 12px;
}
/* *******************************************************************************************************
  TWITTER - JQUERY TWEETS
 * ******************************************************************************************************* */
.tweet_list,
.tweet_list LI {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.tweet * { }
.tweet,
.query { }
.tweet .tweet_list,
.query .tweet_list { }
.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic { text-transform: uppercase }
.tweet .tweet_list li,
.query .tweet_list li { }
.tweet .tweet_list li a,
.query .tweet_list li a { }
.tweet .tweet_list .tweet_even,
.query .tweet_list .tweet_even { }
.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar { float: left }
.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img { vertical-align: middle }
.tweet .tweet_time { display: block }
#twitter_status div * { }
#twitter_status div p { margin-top: 0px }
#twitter_status div li { margin-bottom: 10px }
#twitter_status div .loading { }
#twitter_status div .tweet_list span.tweet_time {
    display: block;
    text-align: right;
}
#twitter_status div .tweet_list span.tweet_time a {
    font-size: 8px;
    line-height: 100%;
    font-family: Arial;
    color: #fff;
}
#twitter_status div .tweet_list span.tweet_time a:hover { color: #ccc }
/* Offere buttons */
#offerte_btn {
    width: 160px;
    height: 54px;
    position: absolute;
    top: 262px;
    right: 22px;
    background-image: url(/images/offerte_btn.png);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
}
#offerte_btn a {
    display: block;
    width: 160px;
    height: 54px;
    text-indent: -500px;
}
#offerte_leftcol { }
#offerte_leftcol a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 224px;
    background-image: url(/images/menu_left_bg_selected.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 16px 0 16px 16px;
    border-bottom: 4px solid #fff;
}
/* Vestigingen */
#vestigingen {
    height: 250px;
    width: 224px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 0 0 20px;
    border-top: 4px solid #fff;
}
#vestigingen h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#vestigingen_kaart {
    background-image: url(/images/kaart_blanco.png);
    width: 196px;
    height: 212px;
    margin: 0;
    position: relative;
}
#vestigingen_spacer {
    width: 100%;
    height: 280px;
}
.vestiging_link {
    width: 12px;
    height: 12px;
    position: absolute;
    display: block;
    text-indent: -500px;
    overflow: hidden;
    background-image: url(/images/kaart_punt_zwart.png);
    background-repeat: no-repeat;
}
a.vestiging_link:hover {
    background-image: url(/images/kaart_punt_oranje.png);
    background-repeat: no-repeat;
}

#vestiging_amsterdam {
    top: 86px;
    left: 87px;
}
#vestiging_breda {
    top: 138px;
    left: 82px;
}
#vestiging_denhaag {
    top: 105px;
    left: 60px;
}
#vestiging_rijswijk {
    top: 114px;
    left: 70px;
}
#vestiging_nijmegen {
    top: 115px;
    left: 131px;
}
#vestiging_veenendaal {
    top: 105px;
    left: 120px;
}
#vestiging_rotterdam {
    top: 121px;
    left: 62px;
}
#vestiging_sittard {
    top: 184px;
    left: 125px;
}
/* Leftcol news */
#news_leftcol { margin: 20px 16px 20px 16px }
#news_leftcol h4 {
    font-weight: bold;
    font-size: 14px;
}
a.leftcol_news {
    display: block;
    width: 170px;
    background-image: url(/images/leftcol_news_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    margin: 4px 0;
}
/* Header picture */
#header_foto {
    width: 740px;
    height: 270px;
    overflow: hidden;
    margin: 0 0 4px 8px;
}
/* Tussen foto  */
#tussen_foto {
    width: 740px;
    height: 225px;
    overflow: hidden;
    margin: 8px 0 0 8px;
}
/* Search */
#search {
    height: 30px;
    background-color: #eceeed;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    line-height: 30px;
    font-weight: bold;
    padding-left: 16px;
    color: #555;
}
#search input {
    padding: 2px;
    border: 1px solid #dbdbdb;
    height: 16px;
    margin-left: 4px;
    border-radius: 4px;
    /*      -moz-border-radius: 4px; */
    /*      -webkit-border-radius: 4px; */
}
/* Submenu */
#submenu {
    width: 748px;
    height: 30px;
    background-color: #eceeed;
}
#submenu ul { margin: 0 0 0 4px }
#submenu li { float: left }
#submenu li a {
    padding: 0 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #f29a1c;
    background-image: url(/images/submenu_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.submenu_last { background-image: none  !important }
#submenu .menu_selected { color: #000 }
/* submenu alt */
ul#submenu_alt {
    list-style: none;
    list-style-position: outside;
    padding: 5px;
}
ul#submenu_alt li { background-image: none }
ul#submenu_alt li a {
    list-style: none;
    color: #f29a1c;
    text-decoration: none;
    text-indent: 20px;
    display: block;
}
ul#submenu_alt li a:hover { color: #707070 }
#submenu_alt li a.menu_selected {
    background-image: url(/images/submenu_alt_active.png);
    background-repeat: no-repeat;
    background-position: left -1px;
}
/* Boxes */
.box-1 {
    width: 708px;
    height: auto;
    margin: 20px;
    padding: 0;
}
.box-1-split {
    width: 100%;
    height: auto;
    margin: 20px 15px 20px 20px;
    padding: 0px;
}
.box-1 h1,
.box-1-split h1 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.split-left {
    float: left;
    width: 480px;
    height: auto;
    padding-right: 20px;
    border-right: 1px solid #d7d7d7;
}
.split-right {
    float: right;
    width: 230px;
    height: auto;
    padding-top: 27px;
}
.split-right ul { padding: 5px }
.split-right li {
    background-image: url(/images/li_bg.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    text-indent: 14px;
}
.box-2 {
    width: 320px;
    height: auto;
    margin: 20px 15px 0 20px;
    padding: 5px;
    float: left;
    border-right: 1px solid #d7d7d7;
}
.box-3 {
    width: 190px;
    height: auto;
    margin: 20px 10px 0 20px;
    padding: 5px 20px 5px 5px;
    float: left;
    border-right: 1px solid #d7d7d7;
}
.box-2.box-last {
margin-left: 10px;
width: 330px;
}
.box-last { border: 0px solid #fff; }
.box-2 h2,
.box-1 h2 {
    color: #707070;
    font-size: 22px;
    line-height: 28px;
}
.box-3 h2 {
    color: #f29a1c;
    font-size: 22px;
    line-height: 28px;
}
.box-2 h4 {
    color: #f29a1c;
    font-size: 16px;
    line-height: 18px;
}
.portfolio-overview {
    width: 100%;
    height: auto;
    margin: 20px 15px 20px 20px;
    padding: 0px;
}
.portfolio-overview-box {
    float: left;
    width: 190px;
    height: 150px;
    margin: 0 70px 20px 0;
}
.portfolio-overview-box-last { margin: 0 0 20px 0 }
.portfolio-overview-box a {
    color: #707070;
    text-decoration: none;
}
.portfolio-overview-box img { margin: 0 0 5px 0 }
#portfolio-gallery { margin: 8px 0 0 0 }
#portfolio-gallery-txt {
    width: 180px;
    margin: 20px 15px 20px 20px;
    float: left;
}
#portfolio-gallery-pics {
    width: 525px;
    height: 350px;
    float: right;
    background-color: #eceeed;
    position: relative;
}
#portfolio-carousel {
    width: 400px;
    height: 275px;
    overflow: hidden;
    position: absolute;
    left: 62px;
    top: 20px;
}
#portfolio-carousel ul li {
    float: left;
    width: 400px;
    height: 275px;
    text-align: center;
}
.center-wrap {
    position: relative;
    margin-top: 320px;
    left: 50%;
    text-align: center;
    width: 100%;
}
.carousel-pagination {
    position: relative;
    left: -50%;
    text-align: center;
}
.carousel-pagination a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 6px;
    background-image: url(/images/pagination-bg-normal.png);
    background-repeat: no-repeat;
    color: #000;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    position: relative;
}
.carousel-pagination a.active {
    background-image: url(/images/pagination-bg-active.png);
    background-repeat: no-repeat;
    color: #fff;
}
.separator {
    width: 100%;
    height: 4px;
    background-color: #f29a1c;
    margin: 8px 0 0 8px;
}
/* Footer */
#footer {
    width: 740px;
    height: 200px;
    background-image: url(/images/footer_bg.png);
    background-repeat: no-repeat;
    padding-left: 260px;
    margin: 0 0 20px 7px;
}
.footer_box {
    float: left;
    font-size: 12px;
    margin: 16px 25px 0 0;
}
.footer_box a {
    color: #b1b3b4;
    text-decoration: none;
}
.footer_box a:hover { color: #707070 }
.footer_l1 a { font-weight: bold }
.footer_l2 { }
/* Logo bar */
#logo_bar {
    width: 740px;
    height: 90px;
    left: 0px;
    top: 15px;
    overflow: hidden;
    margin: 5px 0 0 8px;
}
/* SIMPLYSCROLL / PARTNERS  */
.simply-scroll-container { position: relative }
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.simply-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    background-image: none!important;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
/* Custom class modifications - override classees | .simply-scroll is default */
.simply-scroll {
    width: 740px;
    height: 90px;
}
.simply-scroll .simply-scroll-clip {
    width: 740px;
    height: 90px;
}
.simply-scroll .simply-scroll-list { }
.simply-scroll .simply-scroll-list li {
    float: left;
    width: 150px;
    height: 90px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: none;
}
.simply-scroll .simply-scroll-list li img { }
/* FORMS V9 DEFAULT */

#contact_form { width: 600px; }

fieldset { border: 0px none transparent; margin: 0; padding: 0; }
fieldset  {
    margin: 12px;
    width: 600px;
}


label {
    float: left;
    width: 190px;
    height: 20px;
    margin: 0 0 4px 0;
}
.form_textarea {
    float: left;
    width: 300px;
    height: 100px;
    border: 1px solid #B1B3B4;
    margin: 0 100px 4px 0;
}
.form_text {
    float: left;
    width: 300px;
    border: 1px solid #B1B3B4;
    height: 20px;
    margin: 0 0 4px 0;
}
.form_calendar {
    float: left;
    width: 75px;
    border: 1px solid #B1B3B4;
    margin-right: 5px;
}
.form_select {
    float: left;
    width: 302px;
    border: 1px solid #B1B3B4;
    height: 20px;
        margin: 0 0 4px 0;
}
.form_button {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.form_main_button {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.form_main_button_hover {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
label.form_error {
    color: #e63228;
    font-weight: normal;
    float: left;
    font-size: 10px;
    white-space: nowrap;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
input.form_error,
select.form_error,
textarea.form_error { border: 1px solid #e63228 }
/*

BELOW IS STANDAARD BUT NOT YET CHANGED FOR HNTB

*/
/* NEWS OVERVIEWS V9 DEFAULT */
UL#overview_list LI {
    margin-bottom: 25px;
    background-image: url(/images/base/icon_list_red.gif);
}
UL#overview_list LI	P { }
UL#overview_list A {
    font-weight: bold;
    text-decoration: none;
}
UL#overview_list A:hover { text-decoration: underline }
#overview_list_archive_title {
    font-size: 11pt;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
}
UL#overview_list_archive li {
    background-image: url(/images/base/icon_list_red.gif);
    text-decoration: none;
    display: block;
    padding: 0 0 0 15px;
}
/* SEARCH RESULTS V9.1 DEFAULT */
#search_subtitle {
    font-weight: bold;
    margin-bottom: 20px;
}
#search_subtitle em { font-style: italic }
#search_noresults { font-style: italic }
OL#search_list { }
OL#search_list li {
    font-weight: bold;
    background-image: none;
    margin-bottom: 20px;
    list-style: decimal outside none;
    margin-left: 25px;
}
OL#search_list li p {
    margin-top: 2px;
    font-weight: normal;
}
OL#search_list a { font-weight: bold }
OL#search_list p.search_url {
    color: #b9b9b9;
    font-weight: normal;
}
OL#search_list span { text-decoration: underline }
UL#search_footer,
ul#search_footer * { line-height: 100% }
UL#search_footer li {
    float: left;
    background-image: none;
    padding: 0 4px 0 4px;
}
UL#search_footer li.search_prev	A { text-decoration: none }
UL#search_footer li.search_prev_inactive { color: #b9b9b9 }
UL#search_footer li.search_next	A { text-decoration: none }
UL#search_footer li.search_next_inactive { color: #b9b9b9 }
UL#search_footer li.search_pages { font-weight: bold }
UL#search_footer li.search_current { font-weight: bold }
/* SEARCH RESULTS 404 V9.1 DEFAULT */
#search_list_404 { margin-top: 10px }
#search_list_404 li {
    background: url(/images/base/icon_list.gif) left 4px no-repeat;
    padding-left: 11px;
}
/* SITE MAP V9.1 */
#sitemap_holder {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 20px;
}
#sitemap_holder p {
    font-weight: bold;
    margin: 20px 0 0px 0;
}
#sitemap_holder ul {
    padding-right: 0;
    padding-top: 5px;
    margin-top: 0px;
}
#sitemap_holder ul li {
    background: transparent url(/images/base/icon_sm_hor_line.gif) left 7px no-repeat;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 0px;
    margin-left: 1px;
    padding: 0px 0 2px 10px;
    line-height: 125%;
}
#sitemap_holder ul li a { color: #f29a1c }
#sitemap_holder ul li li a { font-size: 10px }
#sitemap_holder ul li.sitemap_list_last {
    background: transparent url(/images/base/icon_sm_last_item.gif) left -4px no-repeat;
    border-left: none;
    padding-left: 10px;
}
