/*
    Design by Joost Nijhof (www.joostnijhof.com) and Jeroen Nijhof (www.nijhofnet.nl)
*/

body {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}

#bg img {
    display: none;
    z-index: 5;
    opacity: 0.0;
    filter: alpha(opacity=0);
}
#bg img.active {
    display: block;
    z-index: 7;
    opacity: 1.0;
    filter: alpha(opacity=100);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#bg img.last-active {
    display: block;
    z-index: 6;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#content {
    position: absolute;
    z-index: 8;
    width: 100%;
    top: 0;
    left: 0;
}

#header {
    height: 126px;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    height: 116px;
    width: 100%;
    text-align: center;
}

#menu {
    height: 29px;
    width: 100%;
    background-color: #373534;
}

.boxmenu {
    width: 150px;
    background-color: rgba(195,61,10,0.9);
    vertical-align: top;
}
.boxtext {
    display: none;
    max-height: 475px;
    width: 670px;
    background-color: rgba(55,53,52,0.8);
    overflow: auto;
}

#shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 41px;
    width: 100%;
    background-image: url("../images/schaduw_onderin.png");
    z-index: 10;
}
#footer_l {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 30px;
    width: 55%;
    background-color: #ffffff;
    z-index: 10;
}
#footer_l img {
    margin-top: 2px;
    vertical-align: middle;
}
.copyright {
    margin-left: 5px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px;
    color: #c33d0a;
}
#navi {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background-color: #ffffff;
    z-index: 10;
}
#navi img {
    margin-top: 1px;
}
#footer_r {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30px;
    width: 45%;
    background-color: #ffffff;
    z-index: 10;
}
#footer_r img {
    margin-top: 1px;
}

.tekst {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 20px;
    color: #FFFFFF;
}
.tekst a:link {
    color: #c33d0a;
    text-decoration: none;
}
.tekst a:hover {
    color: #c33d0a;
    text-decoration: underline;
}
.tekst a:active {
    color: #c33d0a;
    text-decoration: none;
}
.tekst a:visited {
    color: #c33d0a;
    text-decoration: none;
}

.sidemenu {
    font-family: "Univers 55", "Helvetica 45 Light", "Arial Narrow", Helvetica, Arial;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 14px;
    margin-right: 14px;
    color: #FFFFFF;
}
.sidemenu a:link {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.sidemenu a:hover {
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
}
.sidemenu a:active {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.sidemenu a:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}


