/* ---( ALGEMEEN )----------------------------------------- */

body {
        text-align:center;
        height:100%;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        background:url(../beeld/bg.png) no-repeat;
        background-color:#030202;
        overflow:hidden;
        }

html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%;overflow:hidden}

p {
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#b2a891;
        font-weight:normal;
        line-height:10px;
        *line-height:28px;
        text-align:left;
        margin-left:-10px;
        }
                
.left {
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#ee6009;
        font-weight:normal;
        line-height:20px;
        text-align:left;
        float:left;
        padding-left:20px;
        position: absolute; bottom: 5px; left: 0px; properties:fixed;
        }
        
.right {
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#b2a891;
        font-weight:normal;
        line-height:18px;
        text-align:right;
        float:right;
        padding-right:20px;
        position: absolute; bottom: 6px; right: 0px; properties:fixed;
        }

a {
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#b2a891;
        font-weight:normal;
        line-height:18px;
        text-align:left;
        margin: 0px;
        text-decoration:underline;
        }

a:hover {
        font-size:9px;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        color:#b2a891;
        font-weight:normal;
        line-height:18px;
        text-align:left;
        margin: 0px;
        text-decoration:none;
        }

/* ---( HOOFD_DIVS )--------------------------------------------- */

#bg div{
        position:absolute;
        width:100%;
        height:100%;top:0%;left:5%
        }

#bg img{
        position:bottom;
        overflow:hidden;
        min-height:50%;
        min-width:50%;
        margin-left:0px}

#container {
        margin-top:0px;
        margin-left:auto;
        margin-right:auto;
        width:100%;
        height:100%;
        text-align:center;
        }

#header {
        width:100%;
        height:30px;
        margin-top:0px;
        position:absolute;top:0;left:0;right:0;
        z-index:70;
        overflow:auto;
        background:url(../beeld/header.png) repeat-x;
        }
                
#content {
        width:100%;
        height:41px;
        margin-top:11px;
        position:absolute;top:11;left:0;right:0px;
        z-index:70;
        overflow:auto;
        background:url(../beeld/header.jpg) repeat-x;
        }
                
#bottom {
        position:absolute;
        height:30px;
        bottom:0px;
        left:0px;
        padding-left:20px;
        z-index:80;
        width:100%;
        background:url(../beeld/bottom.png) repeat-x;
        }

#info {
        position:absolute;right:0px;
        top:40%;
        left:65px;
        width:90%;
        height:200px;
        padding-bottom:10px;
        }
                
#teller {
        visibility:hidden;
        margin-top:0px;
        margin-left:0px;
        margin-right:auto;
        }
                                                                                
                                                        

/* ---( SLIDES )------------------------------ */

.slide {
        width:100px;
        margin-left:0px;
        margin-right:auto;
        font-size:9px;
        font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
        color:#b2a891;
        font-weight:normal;
        line-height:9px;
        text-align:left;
        background-color:none;
        margin-bottom:2px;
        margin-top:0px;
        height:20px;
        overflow:hidden;
        cursor:pointer;
        }

.slideb {
        position:relative;
        width:auto;
        margin-bottom:15px;
        background-color:none;
        visibility:hidden;
        height:220px;
        overflow:hidden;
        }

.slideInhoud {
        position:relative;
        font-size:11px;
        font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
        color:#fff;
        font-weight:normal;
        line-height:18px;
        text-align:left;
        height:200px;
        margin-top:0px;
        }

.antwoord a {
        color:#fff;
        text-decoration:none;
        font-weight:bold;
        }

.antwoord a:hover {
        color:#fff;
        text-decoration:underline;
        font-weight:bold;
        }
        

/* ---( PRELOAD )------------------------------ */

        #ad{
                margin-top:40px;
                padding-left:10px;
        }

        #pageContent p,#pageContent h1{
                padding-left:10px;
                padding-right:10px;
        }
        #progressPane{
                width:100%;
                height:100%;
                z-index:5000;
                position:absolute;
                left:0px;
                top:0px;
                background-color:#030202;
        }
        #progressBar_bg{
                position:absolute;
                left:50%;
                top:50%;
                width:300px;
                height:3px;
                border:1px solid #000;
                background-color:#000;
                margin-left:-150px;
                margin-top:-20px;
                text-align:center;
                background:url(../beeld/bg3.jpg) no-repeat;
        }
        #progressBar_outer{
                position:absolute;
                left:0px;
                top:0px;
                width:0px;
                height:100%;
                overflow:hidden;

        }

        #progressBar{
                position:absolute;
                left:0px;
                top:0px;
                width:300px;
                background-color:#ee6009;
                filter: Alpha(Opacity=0, FinishOpacity=100,Style=1,StartX=0, StartY=0, FinishX=200,FinishY=20) ;
                height:100%;
                z-index:5000;
        }
        #progressBar_txt{
                color:#fff;
                z-index:10000;
                width:100%;
                height:100%;
                left:0px;
                top:0px;
                position:absolute;
                font-family:arial;
                font-size:0.8em;
                line-height:20px;        /* Same as height of progress bar */
        }


