/* layout at canvas level, some details */

html,
body {
    background-image: url("../images/canvas/canvas.gif");
    background-repeat: repeat-y;
}

body.loading,
body.loading #canvas * {
    cursor: wait !important;
}

#canvas {
    width: 965px;
    padding: 0 0 74px 0;
    position: relative;
}

/* header */

#header {
    height: 7.8em;
    /*background:url("http://www.nspoort.nl/images/canvas/header.gif") repeat-x;*/
}

#header .skip {
    position: absolute;
    top: -3000em;
    left: 32px;
    z-index: 100;
    display: block;
    padding: 0.1em 0.2em;
    background: #FFF;
    color: #006;
    font-size: 92%;
    line-height: 1.0;
    text-decoration: none;
}

#header .skip:focus {
    top: 0.3em;
    outline-width: 0;
}

#header-logo {
    float: left;
    position: relative;
    top: -43px;
    margin: 2.45em 0 0 28px;
}

#header-section {
    width: 330px;
    float: left;
    padding: 1.35em 0 0 14px;
    color: #006;
    font-size: 149%;
    font-weight: bold;
    line-height: 1.0;
    text-decoration: none;
}

/* content */

#content {
    position: relative;
    z-index: 500;
    margin: 0 32px;
    padding: 2.4em 0 0 0;
}

#main-content {
    width: 556px;
    clear: both;
    float: left;
    position: relative;
    padding: 0 0 10px 0;
}

#main-content.projectdetail {
    width: 100%;
}
/* #main-content alternate styles on special pages */

body.page-section #main-content,
body.page-overview #main-content {
    width: auto;
    float: none;
    clear: both;
    padding-bottom: 0;
}

body.page-landing #main-content {
    width: 421px;
}

body.page-calamity #main-content,
body.page-error #main-content {
    width: 496px;
    min-height: 300px;
    border-right: 1px solid #7f7fb2;
    padding-right: 31px;
    padding-bottom: 0 !important;
    margin-bottom: 2.5em;

}

body.page-error #main-content {
    border: none;
}

body.page-sitemap #main-content {
    width: 100%;
}

#sub-content {
    width: 315px;
    float: right;
    padding: 0 0 10px 0px;
}

body.page-reisplanner #sub-content {
    width: auto;
    float: none;
}

/* #sub-content alternate styles on special pages */

body.page-detail #sub-content {
    margin-top: 50px;
}

body.market-research #sub-content {
    margin-top: 0;
}

body.page-section #sub-content,
body.page-landing #sub-content,
body.page-overview #sub-content {
    width: 450px;
    clear: right;
}

body.page-overview #sub-content {
    width: 556px;
}

body.page-calamity #sub-content {
    width: 285px;
}

.twincolumns {
    /* for around fat-/slimcolumn combination */
    clear: both;
    position: relative;
    overflow: hidden;
}

.slimcolumn {
    position: relative;
    margin: 0 28px 1.5em 0;
    float: left;
    width: 423px;
}

.fatcolumn {
    position: relative;
    margin: 0 0 1.5em 0;
    float: left;
    width: 450px;
}

/* clearfix */

#content:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}

/* autocomplete */

#autoComplete {
    position: absolute;
    z-index: 9998;
    display: none;
}

/* flow interrupt */

span.flow-interrupt {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* home 5050 styles (used for retail home) */
.home5050 #main-content {
    width: 438px;
    margin-right: 10px;
}

#content.home5050 #sub-content {
    width: 423px;
    margin-top: 0;
}

.home5050 #main-content h2,
.home5050 #sub-content #application-content h2 {
    float: none;
    margin: 0 0 0.5em;
}

#vacaturehomelist-content .section-index {
    width: 423px;
    margin: 0.5em 0 0.8em;
}

#content.vacatures .section-index ul li img,
#vacaturehomelist-content .section-index ul li img {
    width: 95px;
    height: 50px;
}

.home5050 #main-content p a.button {
    margin-top: 1.5em;
}

#content.home5050 #sub-content .section-index ul li a span {
    padding-left: 110px;
}

#content.home5050 #sub-content .section-index ul li a strong {
    font-size: 110%;
}

#content.home5050 #sub-content .section-index .extra-info {
    font-size: 90%;
    padding: 0;
    margin-top: 10px;
}

#content.home5050 #formuleList {
    margin-top: 7em;
    padding-top: 1em;
}

#content.home5050 #myAlternativeContent {
    margin-left: -40px;
}

img.banner {
    width: 100%;
}