#blob, #blobImg{
	cursor:pointer;
}

.noIE6{
position: absolute;
z-index:9999;
color: green;
border: dashed 10px white;
background-color: white;
width: 300px;

}


a:hover, a:hover div{
cursor:pointer;
}

a.noIE6{
color: green;
font-size:0.8em;
}

html{
    overflow-x: hidden;
}

body{
text-align:center;
}

#page{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    background-color: #000;
    /* width: 800px; */
    height: 100%;
    z-index:1;
  	overflow: visible;
  	/* border: dashed 1px green; */
  	text-align:left;
  
}



#nothingwrongwithagoodoldtable{
	margin-top: 50px;
	margin-left:20px;
}

#menu, #riks_stuff{
	position: absolute;
}



#paginaTitel{
    font-size: 60px;
    color: #FFF;
}

#synopsis{

    font-size: 30px;
    color: #FFF;
    clear: both;
}

#vp_container{
    position: relative;
    margin-left:auto;
    margin-right:auto;
	
    /*border: dashed 1px red;*/
}

#dp_container{
    position: relative;
    clear: both;

}

#fotokeuze{
    height:100px;
}

.anchr{
    margin-left:-150px;
    margin-top: -20px;
    position: relative;
    /*border: dashed 1px red;*/


}

        .vp_item{
                position: relative;
                overflow: visible;
                /* width: 800px; */
                z-index:1;
                /*border: dashed 1px green;*/
                margin:0px;
                padding:0px;
        }
                .vp_foto{
                    z-index: 1;
                }
                        .vp_fotoImg{/* width: 800px; */}
                        .lader{z-index:2;position:absolute;left:50%;top:100px;overflow:visible;}
                            .lader img{
                                height: 16px;
                            }
                
                .dp_fotoreeksContainer{
                    position: absolute;
                    top: 0px;
                    width: 800px;
                    z-index: 3;
                }
                .vp_fotoreeksContainer{
                    position: absolute;
                    bottom:-100px;
                    width: 800px;
                    z-index: 3;
                    overflow: visible;
                    /*border: dashed 1px white;*/
                }
                    
                    .vp_fotoreeks{
                        position: relative;
                        z-index: 2;
                        border:0px;margin:0px;padding:0px;
                    }
                            .fotoreeksTitel{position: relative;cursor: default;clear: both;margin-left: 10px;}
                                
                            .fotoTitel{position: relative;z-index: 3;cursor: default;clear: both;margin-left:-150px;margin-top:20px;width:150px;}
                                .dp_navigatie{position:absolute;right:-150px;top:20px;width:145px;}
                                .fotoreeksContainer{z-index: 2; position: relative; clear: both;border:0px;margin:0px;padding:0px;}
                                        .fotoreeksItem{z-index: 1; float: left; cursor: pointer;opacity: 0.5;width: 100px;height:100px;overflow:hidden;}
                                                .fotoreeksItemFoto{position: relative;}
                                                        
                                         
                    .vp_fotoreeksBG{
                        position: absolute;
                        top: 0;
                        bottom:0;
                        left:0;
                        right:0;
                        background-color: #555;
                        opacity: 0.5;
                        z-index: 1;
                       }
                
                .vp_trigger{
                    /*border: dashed 1px white;*/
                    position: absolute;
                    width: 800px;
                    /*height: 140px;*/
                    bottom: 0;
                    z-index: 2;
                }
                                        
                            

                
                
                        
/**voorpagina | fontstuff */
p{
display: inline;
}

h1, h2, h3, h4, h5{
    font-family: "verdana";
    color: #FFF;
    display: inline;
}
        h1{font-size: 30px;}
        h2{font-size: 18px;}


html, body{
background-color: #000;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    font-family: "verdana";
    color: #FFF;
    font-size: 24px;
}

a:hover{
    color: #345678;
}

img{
    border: none;
}

.clear{
    clear: both;
}