/*  Design & implementation:    N8w8        */

/*  
    Colors Drenthe       
    Red         :   #ed1c24;
    Black       :   #000000;
    White       :   #ffffff;
*/

*
{
    margin:     0;
    padding:    0;
}

/*  Reset   -------------------------------------------------------------------     */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/*  Main elements   ---------------------------------------------------------------     */
html, body {
    height: 100%;
}
body 
{
    background:     #000;
    color:          #3f3f3f;
    font-family:    Helvetica,Arial,Sans-Serif;
    font-size:      76%;
    text-align:     center;
}

#wrapper {
    background: #e9e9e9 url(../images/bg_front.png) repeat-x 0px 345px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px;
    text-align: left;
    width: 1035px;
    
    position: relative;
}
#footer_wrapper, #push {
    clear: both;
    height: 140px;
}
#footer {
    background: #ed1c24;
    height: 140px;
    margin: 0 auto;
    padding: 10px 59px 0px 59px;
    text-align: left;
    width: 917px; /* 1035-118 */
    z-index: 1;
    
    position: relative;
}

/*  Typography  -------------------------------------------------------------------     */
h1
{
    color:          #000;
    font-size:      1.8em;
    font-weight:    normal;
    margin-bottom:  21px;
}  
h2,h3,h4
{
    color:          #000;
    font-family:    Helvetica,Arial,Sans-Serif;
    font-weight:    normal;
    line-height:    21px;
    margin-bottom:  0;
}
h2
{
    color:          #fff;
    font-size:      15px;
    margin-bottom:  17px;
}
p,li
{
    color:          #000;
    font-size:      13px;
    line-height:    17px;
    margin-bottom:  17px;
}
li
{
    margin-bottom:  3px;
}
.clear
{
    clear:          both;
}
a:link,a:active,a:visited
{
    color:          #000;
    text-decoration:underline;
}
a:hover
{
    color:          #000;
    text-decoration:none;
}
abbr
{
    border-bottom:  1px dotted #3f3f3f;
    cursor:         help;
}
a img
{
    border:         none;
}

/*  Table/Lists ---------------------------------------------------------------     */
table
{
    border-collapse:collapse;
    margin-top:     5px;
}
table tr th, table tr td
{
    font-size:      11px;
    line-height:    18px;
    padding-bottom: 5px;
    padding-right:  11px;
    vertical-align: top;
}
table tr th
{
    font-weight:    normal;
    text-align:     left;
    width:          240px;
}
table tr td
{
    min-width:      50px;
    padding-right:  0;
    width:          50px;
}
ul
{
    list-style:     none;
    margin-bottom:  18px;
}
address
{
    color:          #3f3f3f;
    font-size:      13px;
    font-style:     normal;
    line-height:    17px;
    margin-bottom:  17px;
}

/*  Header  -------------------------------------------------------------------     */
#header {
    background: #ed1c24;
    height: 100px;
}
#header a {
    display: block;
    margin-left: 54px;
    
    position: relative;
    top: 30px;
}
#header a:hover {
    background:     none;
    outline:        none;
}

/*  Front   -------------------------------------------------------------------     */
#front {
    position: relative;
    margin-top: 245px;
    z-index: 0;
}

#front h2 {
    background: #000;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 7px 43px 4px 36px;
    width: auto;
}

#column_left {
    float: left;
    margin-left: 17px;
    margin-top: 40px;
    width: 456px;
    
    position: relative;
}

#column_right {
    float: right;
    margin-right: 17px;
    margin-top: 40px;
    width: 518px;
    
    position: relative;
}

#column_left div {
    width: 456px;
}

#search {
    height: 158px;
    margin-bottom: 26px;
}

#exposure {
    height: 213px;
    margin-bottom: 26px;
    position: relative;
}

#fasters {
}

#fasters div, #first, #navigation, #go_links {
    background: #fff url(../images/bg_box_front.png) repeat-x bottom left;
    margin-bottom: 29px;
    padding-bottom: 17px;
    position: relative;
}

#news h2, #fasters div h2, #first h2, #navigation h2 {
    padding-left: 0;
    padding-right: 0;
}

#news h2 a, #fasters div h2 a, #first h2 a, #navigation h2 a {
    background: url(../images/arrow_red_right.png) no-repeat 17px 6px;
    color: #fff;
    display: block;
    padding-left: 36px;
    padding-right: 43px;
    text-decoration: none;
}

#news h2 a:hover, #fasters div h2 a:hover, #first h2 a:hover, #navigation h2 a:hover {
    background: url(../images/arrow_white_right.png) no-repeat 17px 6px;
}

#province {
    background: #fff;
    height: 214px;
    margin-bottom: 26px;
    width: 518px;
    
    position: relative;
}

#four_blocks {
    width: 518px;
}

#news {
    background: #fff url(../images/bg_box_front.png) repeat-x bottom left;
    margin-bottom: 26px;
    width: 284px;
}

#calendar {
    position: absolute;
    right: 0;
    top: 240px;
    
    width: 205px;
}

#going_out {
    position: absolute;
    right: 0;
    top: 492px;
    
    height: 205px;
    width: 205px;
}

#exposure_list {
    background: #fff url(../images/bg_box_front.png) repeat-x bottom left;
    width: 284px;   
}

/*  Sub     -------------------------------------------------------------------     */
#sub_column_left {
    float: left;
    margin-left: 17px;
    margin-top: 40px;
    width: 483px;
    
    position: relative;
}

#sub_column_right {
    float: right;
    margin-right: 23px;
    margin-top: 40px;
    width: 511px;
    
    position: relative;
}

#intro {
    margin-bottom: 39px;
    margin-left: 36px;
    margin-top: 7px;
}

#intro p {
    font-size: 15px;
    line-height: 19px;
    padding-right: 17px;
}

#first {
    padding-bottom: 0;
}

#first h2 {
    margin-bottom: 17px;
}

#first p {
    padding: 0 36px 7px;
}

#first img {
    padding-bottom: 1px;
    margin-left: -25px;
    margin-top: 17px;
}

#first a.link_more {
    background: url(../images/arrow_red_right.png) no-repeat 0 5px;
    display: block;
    margin-top: 17px;
    padding-left: 17px;
}

#sub_column_right div.item {
    background: #fff url(../images/bg_box_front.png) repeat-x bottom left;
    float: left;
    height: 221px;
    margin-bottom: 17px;
    margin-left: 16px;
    width: 239px;
    
    position: relative;
}

div.item h2 {
    padding-left: 0!important;
    padding-right: 0!important;
}

div.item h2 a {
    background: url(../images/arrow_red_right.png) no-repeat 17px 6px;
    color: #fff;
    display: block;
    padding-left: 37px;
    padding-right: 19px;
    text-decoration: none;
}

div.item h2 a:hover {
    background: url(../images/arrow_white_right.png) no-repeat 17px 6px;
}

div.item p {
    margin-left: 37px;
    margin-right: 11px;
    margin-top: 11px;
}

div.item p a {
    background: url(../images/arrow_red_right.png) no-repeat 0 5px;
    display: block;
    margin-top: 11px;
    padding-left: 17px;
}

div.item p img {
    height: 101px;
    width: 228px;
    
    position: absolute;
    bottom: 5px;
    left: 5px;
}

/*  Content home ---------------------------------------------------------------     */
#carousel_wrapper {
    height: 213px;
    overflow: hidden;
}

#carousel_wrapper ul li {
    display: block;
    float: left;
    height: 213px;
    width: 456px;
    position: relative;
}

#exposure img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#exposure .more {
    background: url(../images/arrow_red_right.png) no-repeat 1px 5px;
    display: block;
    margin-top: 7px;
    padding-left: 17px;
}
#exposure .more:hover {
    text-decoration: underline;
}
#exposure p {
    background: url(../images/bg_exposure.png) repeat top left;
    color: #fff;
    margin-left: 20px;
    margin-top: 23px;
    padding: 17px;
    width: 220px;
}
#exposure p a {
    color: #fff;
    text-decoration: none;
}

#carousel_nav {
    background: #000;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    
}

/*  Carousel */
a.previous {
    background: url(../images/arrow_red_left.png) no-repeat 13px 3px;
    color: #fff;
    cursor: pointer;
    padding-left: 27px;
    position: absolute;
    left: 1px;
    top: 188px;
    z-index: 1;
}
a.next {
    background: url(../images/arrow_red_right.png) no-repeat 57px 3px;
    color: #fff;
    cursor: pointer;
    padding-right: 21px;
    position: absolute;
    right: 17px;
    top: 188px;
    z-index: 1;
}
a.previous:hover, a.next:hover {
    color: #fff;
    text-decoration: underline;
}

#province h2 {
    display: block;
    z-index: -1;
}

#province img {
    width: 284px;
    z-index: 1;
}

#province ul {
    position: absolute;
    left: 305px;
    top: 50px;
}

#province ul li a {
    display: block;
    padding: 2px 2px 4px 20px;
    text-decoration: none;
}

#province ul li a:hover {
    background: url(../images/arrow_red_right.png) no-repeat 0 6px;
    text-decoration: underline;
}

#fasters div ul {
    position: relative;
    top: 15px;
    left: 17px;
}

#fasters div ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#fasters div ul li {
    display: block;
    float: left;
    margin-right: 13px;
    width: 206px;
}

#fasters div ul li a {
    display: block;
    padding: 2px 2px 4px 20px;
    text-decoration: none;
}

#fasters div ul li a:hover {
    background: url(../images/arrow_red_right.png) no-repeat 0 6px;
    text-decoration: underline;
}
#news ul, #exposure_list ul {
    margin-top: 7px;
    padding-bottom: 7px;
}
#news ul li, #exposure_list ul li {
    margin: 0;
}
#news ul li a, #exposure_list ul li a {
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    display: block;
    padding: 4px 2px 4px 35px;
    text-decoration: none;
}
#news ul li a:hover, #exposure_list ul li a:hover {
    background: #dddddd url(../images/arrow_red_right.png) no-repeat 17px 7px;
    text-decoration: none;
}
#news ul li.last_child a, #exposure_list ul li.last_child a {
    border: none;
}
#news span {
    color: #939598;
    display: block;
}

/*  Content home --------------------------------------------------------------     */
#content {
    background: #fff url(../images/bg_content.png) repeat-x bottom left;
    float: right;
    margin-bottom: 17px;
    margin-right: 17px;
    margin-top: 40px;
    width: 740px;
    
    position: relative;
}
#inner {
    padding: 0 23px 0 39px;
}
#navigation {
    position: absolute;
    top: 0;
    left: -260px;
    
    width: 237px;
}
#options {
    position: absolute;
    top: 11px;
    right: 28px;
    
    width: 270px;
}
#go_links {
    position: absolute;
    bottom: 0;
    left: -260px;
    
    margin-bottom: 0;
    padding-bottom: 0;
    width: 237px;
}
#content h1 {
    background: #000;
    color: #fff;
    display: block;
    font-size: 19px;
    margin-bottom: 17px;
    padding: 7px 39px;
    width: 323px;
}
#content #inner h2 {
    background: none;
    color: #000;
    font-size: 15px;
    padding: 0;
}
#content img.left {
    float: left;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-top: 0;
}
#content img.right {
    float: right;
    padding-bottom: 17px;
    padding-left: 17px;
    padding-top: 0;
}
#navigation ul, #go_links ul {
    margin-top: 7px;    
}
#navigation ul li a, #go_links ul li a {
    background: url(../images/arrow_red_right.png) no-repeat 17px 7px;
    display: block;
    padding: 2px 2px 4px 37px;
    text-decoration: none;
}
#navigation ul li a.active {
    background: #e6e6e6 url(../images/arrow_black_right.png) no-repeat 17px 7px;
}
#navigation ul li a:hover, #go_links ul li a:hover {
    text-decoration: underline;
}

/*  Content extras ------------------------------------------------------------     */
#navigation h2 {
    padding-bottom: 6px;
    padding-top: 8px;
}
#navigation h2 a {
    padding-right: 19px;
}
#go_links h2 {
    padding-right: 19px;
}
#options ul li {
    float: left;
}
#options ul li a {
    background: url(../images/arrow_red_right.png) no-repeat 0 4px;
    margin-right: 12px;
    padding-left: 17px;
    padding-right: 7px;
    display: block;
    text-decoration: none;
}
#options ul li a:hover {
    text-decoration: underline;
}

/*  Navigation  ---------------------------------------------------------------     */
#mainnavigation {
    position: absolute;
    top: 72px;
    right: 41px;
    
    width: 490px;
}
#mainnavigation ul li {
    background: url(../images/pipe_black.png) no-repeat center right;
    float: left;
    margin-right: 20px;
}
#mainnavigation ul li a {
    font-size: 15px;
    margin-right: 20px;
    text-decoration: none;
}
#mainnavigation ul li.last_child {
    background: none;
    margin-right: 0;
}
#mainnavigation ul li.last_child a {
    margin-right: 0;
}
#mainnavigation ul li a:hover {
    border-bottom: 1px solid #000;
}

/*  Site-navigation  ----------------------------------------------------------     */
#sitenavigation {
    position: absolute;
    top: 13px;
    right: 10px;
    
    width: 200px;
}
#sitenavigation ul {
    
}
#sitenavigation ul li {
    background: url(../images/pipe_white.png) no-repeat top right;
    float: left;
    margin-right: 17px;
}
#sitenavigation ul li.last_child {
    background: none;
    margin-right: 0;
}
#sitenavigation ul li a {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}
#sitenavigation ul li a:hover {
    border-bottom: 1px solid #fff;
}

/*  Breadcrumb  ---------------------------------------------------------------     */
#breadcrumb {
    position: absolute;
    top: 320px;
    left: 0;
    
    background: #000;
    height: 25px;
    z-index: 100;
}
#breadcrumb p {
    color: #fff;
    padding: 3px 17px 3px 43px;
}
#breadcrumb p a {
    background: url(../images/arrow_red_breadcrumb.png) no-repeat 0 6px;
    color: #fff;
    margin-right: 7px;
    padding-left: 11px;
    text-decoration: none;
}
#breadcrumb p a:hover {
    text-decoration: underline;
}
#breadcrumb span {
    background: url(../images/arrow_red_breadcrumb.png) no-repeat 0 6px;
    color: #fff;
    padding-left: 11px;
}


/*  Footer  -------------------------------------------------------------------     */
#footer h2 {
    font-size: 17px;
    margin-top: 17px;
}

#links ul {
    float: left;
    margin-top: 30px;
    width: 400px;
}
#links ul li {
    display: block;
    float: left;
}
#links ul li a {
    background: url(../images/arrow_white_right.png) no-repeat 0 4px;
    color: #fff;
    display: block;
    font-size: 11px;
    padding-left: 17px;
    text-decoration: none;
    width: 180px;
}
#links ul li a:hover {
}
#social {
    float: left;
    margin-top: 30px;
}
#social ul li a {
    background: url(../images/facebook.png) no-repeat 0 1px;
    color: #fff;
    display: block;
    font-size: 11px;
    padding-left: 23px;
    text-decoration: none;
    width: 163px;
}
#social ul li a:hover {
}
#twitter {
    background: url(../images/twitter.png) no-repeat 0 1px!important;
}
#hyves {
    background: url(../images/hyves.png) no-repeat 0 1px!important;
}
#LinkedIn {
    background: url(../images/linkedin.png) no-repeat 0 1px!important;
}

#slogan {
    position: absolute;
    right: 118px;
    top: 38px;    
}

/*  Visual  -------------------------------------------------------------------     */
#visual_wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    
    height: 245px;
    overflow: hidden;
    width: 1035px;
    z-index: 2;
}
#visual_wrapper ul {
    /*zoom: 1;*/
}
#visual_wrapper ul li {
    display: inline;
    float: left;
    height: 245px;
    overflow: hidden;
    width: 1035px;
}

#visual_wrapper a.previous, #visual_wrapper a.next {
    display: none;
}

/*  Do not show----------------------------------------------------------------     */
table caption {
    display:        none;
}
#jump, table caption, .hide {
    position:       absolute;
    top:            -999em;
}

