/* basis elementen */
html, body {
    margin: 0;
    padding: 0;
}
#logo {
    position: absolute;
    top: 24px;
    left: 24px;
}
#main {
    margin-top: 131px;
    min-height: 450px;
    background-color: rgb(180,223,235);
}
#content {
    font: 14px/1.4 Arial, Helvetica, sans-serif;
    margin-left: 288px;
    padding: .7em 1.4em 1.4em 2.34em;
    max-width: 42em;
    background-color: rgb(180,223,235);
/*    position: relative;
    z-index: 20;*/
}
.eerste #content {
    color: #2D4232;
}
.volgende #content {
    color: #222C57;
}
.laatste #content {
    color: #700E51;
}
#nav {
/*    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 10;*/
    float: left;
    width: 276px;
    font: 16px/18px Georgia, Times, "Times New Roman", serif;
    color: #FFF;
    background-color: rgb(180,223,235);
}
#clearLeft {
    clear: left;
}
#navGlobal {
    font: 14px/1.4 Georgia, Times, "Times New Roman", serif;
    margin-left: 288px;
    padding: .7em 1.4em 1.4em 4.57em;
}

/* generieke elementen */
a img {
    border: 0;
}
#nav ul {
    margin: 48px 0 1.4em;
    padding: 0;
    width: 288px;
    text-align: right;
}
#nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav #currentPage a {
    cursor: text;
}
#main #nav .linkBack a {
    cursor: pointer;
}
#nav a, #main #content .downloadPDF {
    display: block;
    padding: 0 0 19px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
    background: url(/_img/navBorder2.png) no-repeat bottom right;
}
#nav a span, #main #content .downloadPDF span {
    display: block;
    padding: 19px 21px 0 0;
    background: transparent url(/_img/navBorder1.png) no-repeat top right;
}
#main #content .downloadPDF {
    padding: 0;
}
#main #content .downloadPDF span {
    padding: 0 17px 0 0;
}
#main #content .downloadPDF span span {
    padding: 0 0 15px;
    background: transparent url(/_img/navBorder3.png) no-repeat bottom left;
}
#main #content .downloadPDF span span span {
    padding: 15px 0 0 17px;
    background: transparent url(/_img/navBorder4.png) no-repeat top left;
}
.eerste #nav a:link, .eerste #nav a:visited, .eerste #main #content .downloadPDF:link, .eerste #main #content .downloadPDF:visited {
    background-color: rgb(150,190,50);
}
.eerste #nav a:hover, .eerste #nav a:focus, .eerste #nav #currentPage a, .eerste #main #content .downloadPDF:hover, .eerste #main #content .downloadPDF:focus {
    background-color: rgb(210,255,0);
}
.volgende #nav a:link, .volgende #nav a:visited, .volgende #main #content .downloadPDF:link, .volgende #main #content .downloadPDF:visited {
    background-color: rgb(0,165,220);
}
.volgende #nav a:hover, .volgende #nav a:focus, .volgende #nav #currentPage a, .volgende #main #content .downloadPDF:hover, .volgende #main #content .downloadPDF:focus {
    background-color: rgb(30,200,245);
}
.laatste #nav a:link, .laatste #nav a:visited, .laatste #main #content .downloadPDF:link, .laatste #main #content .downloadPDF:visited {
    background-color: rgb(180,55,140);
}
.laatste #nav a:hover, .laatste #nav a:focus, .laatste #nav #currentPage a, .laatste #main #content .downloadPDF:hover, .laatste #main #content .downloadPDF:focus {
    background-color: rgb(240,0,140);
}

/* content gedeelte */

h1 {
    font: 24px Georgia, Times, "Times New Roman", serif;
    color: #FFF;
    text-transform: lowercase;
    letter-spacing: .1em;
    margin: 0 0 .65em 1.3em;
}
#main #content h1 a:link, #main #content h1 a:visited {
    color: #FFF;
    text-decoration: none;
    border: 0;
}
.eerste #main #content h1 a:hover, .eerste #main #content h1 a:focus {
    color: rgb(150,190,50);
    border: 0;
}
.volgende #main #content h1 a:hover, .volgende #main #content h1 a:focus {
    color: rgb(0,165,220);
    border: 0;
}
.laatste #main #content h1 a:hover, .laatste #main #content h1 a:focus {
    color: rgb(180,55,140);
    border: 0;
}
h1 span {
    font-size: .75em;
}
h2, h3 {
    font-size: 1em;
    margin: 0;
}
ul {
    margin: 0 .7em;
    padding: 0 .7em;
}
p {
    margin: 0 0 1.4em;
}
#content a, #navGlobal a {
    font-family: Georgia, Times, "Times New Roman", serif;
    text-decoration: none;
}
#content a:link, #navGlobal a:link {
    color: rgb(150,190,50);
    border-bottom: 1px dotted rgb(150,190,50);
}
#content a:visited, #navGlobal a:visited {
    color: #999;
    border-bottom: 1px dotted #999;
}
#content a:hover, #content a:focus, #navGlobal a:hover, #navGlobal a:focus {
    color: rgb(210,255,0);
    border-bottom: 1px solid rgb(210,255,0);
}
#content a:active, #navGlobal a:active {
    color: #C00;
    border-bottom: 1px solid #C00;
}
.volgende #content a:link, .volgende #navGlobal a:link {
    color: rgb(0,165,220);
    border-bottom: 1px dotted rgb(0,165,220);
}
.volgende #content a:hover, .volgende #content a:focus, .volgende #navGlobal a:hover, .volgende #navGlobal a:focus {
    color: rgb(30,200,245);
    border-bottom: 1px solid rgb(30,200,245);
}
.laatste #content a:link, .laatste #navGlobal a:link {
    color: rgb(180,55,140);
    border-bottom: 1px dotted rgb(180,55,140);
}
.laatste #content a:hover, .laatste #content a:focus, .laatste #navGlobal a:hover, .laatste #navGlobal a:focus {
    color: rgb(240,0,140);
    border-bottom: 1px solid rgb(240,0,140);
}
#pageEerste a#eersteLink {
    color: #2D4232;
    border: 0;
    cursor: text;
}
#pageStap a#stapLink {
    color: #222C57;
    border: 0;
    cursor: text;
}
#pageZwaargewicht a#zwaargewichtLink {
    color: #700E51;
    border: 0;
    cursor: text;
}

.photoSection {
    min-height: 138px;
    padding-bottom: .7em;
}
.photoLarge {
    min-height: 210px;
}
.photoSection img {
    float: left;
    margin: 0 .7em 0 0;
}
.photoSection h2 {
    margin-top: 0;
    padding-top: .7em;
}
.photoSection ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    margin-left: 2.23em;
}

#pageVacatures h1 {
    margin-bottom: 0;
}
#pageVacatures h2 {
    margin: 0;
    padding: 1em 0 1.4em;
}
#pageVacatures p {
    clear: right;
}
.downloadPDF {
    float: right;
    width: 12.6em;
    max-width: 276px;
    text-align: center;
    margin: 0 1.4em 0 0;
}
#main #content .downloadPDF {
    border: 0;
}

/* specifieke pagina’s */
/*.eerste #content p {
    width: 409px;
    height: 409px;
    padding: 14px;
    font: 18px/1.4 Georgia, Times, "Times New Roman", serif;
    text-align: center;
    background: transparent url(/_img/eerste.png) no-repeat;
}*/
