html{
	margin:0;
	padding:0;
}
 
body{
    margin:0;
    padding:0;
    color:#000;
    line-height:17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;	
    -webkit-background-size: 2000px 1300px;
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: repeat-x;
	}



a:link, a:visited, a:active{
    color:#CC3300;
    text-decoration:none;
    font-weight: bold;
}

a:hover{
    color: #CC3300;
    text-decoration:underline;
}
 	
h1{
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:17px;
    color:#255496;
    font-weight: normal;
    }
	
h2{
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;  
    font-size:16px;
    line-height:18px; 
    color:#009058;
    font-weight: normal;
	}
	
h3{
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
    line-height:17px; 
    color:#009058;
    font-weight: normal;
    }

#bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;

}    
    
    
#container{
    width:970px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

#top {
    position: relative;
    float: left;
    display: inline;
    width: 970px;
    height: 130px;
}

    #logo {
        position: absolute;
        top: 27px;
        left: 50px;
        width: 273px;
        height: 76px;
    } 
    
    #logo img {
        border: 0px;
    }   

    #menu {
        position: absolute;
        top: 70px;
        right: 50px;
        width: 408px;
        height: 50px;
    }    

        #menu a:link, #menu a:visited,#menu a:active {
            color: #FFF;
            text-decoration: none;            
        }
        
        #menu a:hover{
            color: #FFF;
            text-decoration: underline;        
        }
    
    .menu-item-icoon {
        position: relative;
        float: left;
        display: inline;
        width: 73px;
        height: 40px;
        margin-right: 8px;
        text-align: center;
        padding-top: 20px;
    }
 
    .home{
        background-image:url(../images/home.gif);
        background-repeat: no-repeat;
    }
     
    .news{
        background-image:url(../images/news.gif);
        background-repeat: no-repeat;
    }
     
    .aboutus{
        background-image:url(../images/aboutus.gif);
        background-repeat: no-repeat;
    }
     
    .links{
        background-image:url(../images/links.gif);
        background-repeat: no-repeat;
    }
     
    .contact{
        background-image:url(../images/contact.gif);
        background-repeat: no-repeat;
    }
    
#middle-top {
    position: relative;
    float: left;
    display: inline;
    width: 970px;
    height: 348px;
    margin-top: 22px;
} 

    #middle-top-menu {
        position: relative;
        float: left;
        display: inline;
        width: 310px;
        height: 220px;
        background-image: url(../images/middle-menu.jpg);
        background-repeat: no-repeat;
        background-position:  top left;
        margin-left: 22px;  
        font-size: 14px;
        z-index:0;
        background-color: #ccc;
    } 
    
    #middle-top a:link, #middle-top a:active, #middle-top a:visited{
        color: #FFF;
        text-decoration: none;    
    }
    
    #middle-top a:hover{
        color: #FFF;   
        text-decoration: none; 
    }
    

        .middle-top-menu-item {
            position: relative;
            float: left;
            display: inline;
            width: 280px;
            height: 55px;
            line-height: 55px;
            padding-left: 30px;
            font-weight: bold;
        }     

                .middle-top-menu-item-knop {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 280px;
                    height: 55px;
                    line-height: 55px;
                    padding-left: 30px;
                    font-weight: bold;
                    z-index: 1;
                    color: #fff;
                    
                } 
                
                .middle-top-menu-item:hover .middle-top-menu-item-shadow{
                    background-image: url(../images/bg-middle-menu.jpg);
                    background-repeat: no-repeat;
                    background-position: center center;
                }


                .middle-top-menu-item-shadow {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 278px;
                    height: 55px;
                    line-height: 57px;
                    padding-left: 31px;
                    font-weight: bold;
                    z-index: 0;
                    color: #999; 
                } 
    
    #middle-top-afronding {
        position: absolute;
        left: 20px;
        top: -2px;
        width: 23px;
        height: 23px;
        background-image: url(../images/afronding.png);
        background-repeat: no-repeat;
        z-index:1;
    } 

    #middle-top-afbeelding {
        position: relative;
        float: left;
        display: inline;
        width: 600px;
        height: 220px;
        margin-left: 14px; 
        overflow: hidden;
    } 
    
    .signup{
        position: absolute;
        top: 1px;
        right: 50px;
        width: 70px;
        height: 50px;
        background-color: #224C86;
        border: 1px solid #BCC9DA;
        color: #fff;
        
    }  
    
    .middle-top-blokken-item-tekst input[type="text"]{
        color: #666;
        padding-left: 5px;
        font-size: 11px;
        height: 18px;
        margin-bottom: 2px;
    }  


    
    #extramenu-producten-container {
        position: absolute;
        left: -500px;
        top: 1px;

        width: 400px;

        height: 218px;
        background-color: #000;
        opacity:.7; /* css standard */
        filter:alpha(opacity=70); /* IE patch */
        z-index: 10000;
    }    
    
    #extramenu-producten, #extramenu-equipment, #extramenu-publications, #extramenu-downloads {
        position: absolute;
        left: -600px;
        top: 1px;
        width: 400px;
        height: 218px;
        z-index: 10000;
    }
    
    #extramenu-producten h1{
        color: #fff;
        font-size: 16px;
    }    
    .extramenu-producten-inhoud h1{
        color: #fff;
        font-size: 16px;
    }

    #extramenu-producten img {
        border: 1px solid #ccc;
        width: 60px;
        height: 60px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
      
    
            .extramenu-producten-inhoud {
                position: relative;
                float: left;
                
                display: inline;
                height: 178px; 

                width: 350px;

                color: #fff;
                padding: 20px 20px 20px 30px;
            }     

            .split {
                background-image:url(../images/menu-split.png);
                background-repeat: no-repeat;
                background-position: right center;
            } 
    
    #middle-top-blokken {
        position: relative;
        float: left;
        display: inline;
        width: 925px;
        height: 118px;
        background-image: url(../images/middle-blokken-bg.jpg);
        background-repeat: no-repeat;
        margin-top: 10px; 
        margin-left: 22px; 
        color: #fff;
    } 
    
        #middle-top-blokken a:link,#middle-top-blokken a:active, #middle-top-blokken a:visited{
            text-decoration: none;
            font-weight: normal;    
        }
        
        #middle-top-blokken a:hover{
            text-decoration: underline;
        }
    
        #middle-top-blokken h1{
            position: relative;
            float: left;
            margin: 0px;
            width: 286px;
            height: 25px;
            line-height: 25px;
            color: #fff; 
            font-size: 17px;
            font-weight: bold;
            padding-left: 24px;
            padding-top: 15px;
            margin-bottom: 7px;
        }    

        .middle-top-blokken-item-tekst {
            position: relative;
            float: left;
            display: inline;
            width: 262px;
            padding-right: 24px; 
            padding-left: 24px; 
        }        
        
        .middle-top-blokken-item {
            position: relative;
            float: left;
            display: inline;
            width: 310px;
            height: 118px;
        }  

        .middle-top-blokken-item-klein {
            position: relative;
            float: left;
            display: inline;
            width: 280px;
            height: 118px;
            margin-left: 13px;
            margin-right: 12px;
            
        }     

#middle {
    position: relative;
    float: left;
    display: inline;
    width: 925px;
    margin-top: 10px;     
    margin-bottom: 10px;     
    margin-left: 22px;     
} 

    #middle h1 {
        position: relative;
        float:left;
        height: 29px;
        line-height: 29px;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 0;    
    }

    .middle-zijbalk {
        position: relative;
        float: right;
        display: inline;
        width: 270px;
        background-color: #F5F5F5; 
        background-image: url(../images/bg-zijbalk.jpg);
        background-position: top;
        background-repeat: no-repeat;
        padding:0px 20px 20px 20px;
    } 

     .middle-zijbalk h1
     {
         padding-top: 5px;
         margin-top: 5px;
     }
    
    
    
        .middle-zijbalk-afbeelding {
            position: relative;
            float: right;
            display: inline;
            width: 275px;

            margin-bottom: 10px;
        }    

                .nieuwscontainer {
                    position: relative; 
                    width:275px; 
                    height:174px; 
                    border: 1px solid #D1C7AB;
                    background-color: #FFF; 
                    overflow: hidden;
                }

                .nieuwsblokcontainer {
                    position: relative;  
                    width:825px; 
                    height:174px; 
                }

                .nieuwsblok {
                    position: relative; 
                    float: left; 
                    display: inline;  
                    width:275px; 
                    height:174px;
                }
                
                .nummers {
                    position: absolute;
                    top: -30px;
                    right: 0px; 

                    height:30px; 
                    color: white; 
                    line-height: 30px;
                }

                .klikker{
                    padding-left: 3px;
                    padding-right: 3px;
                    padding-top: 1px;
                    padding-bottom: 1px;
                }

                .kijkje{
                    margin-top: 4px;
                    margin-left: 4px;
                    background-color: black;
                }
                #tekst-container{
                    position: relative;
                    float: left;
                    display: inline;
                    height: 90px;
                    width: 275px;
                    margin-top: 10px;
                }
                
                .tekst{
                    display: none; 
                    position: absolute;
                    top: 0px;
                    left:0px; 
                    background-color: #F5F5F5; 
                    z-index: 0; 
                }


                .tekst-cover{
                    position: absolute;
                    top: 0px;
                    left:0px; 
                    height: 100px;
                    width: 275px;
                    background-color: #F5F5F5;  
                    z-index: 10;
                }
        
        .titel{
            font-weight: bold;
        }

        .datum{
            color: #666;
        }

        .middle-zijbalk-split {
            position: relative;
            float: left;
            display: inline;
            width: 275px;
            height: 20px;
            background-image: url(../images/zijbalk-split.jpg);
            background-repeat: no-repeat;
            margin: 10px 0px 0px 0px;
        }
    
     .middle-level {
        position: relative;
        float: left;
        display: inline;
        width: 575px;
        padding: 0px 20px 20px 20px; 
    }

     .middle-level h1
     {
         padding-top: 5px;
         margin-top: 5px;
     }
    
    .middle-products {
        position: relative;
        float: left;
        display: inline;
        width: 885px;
        padding: 10px 20px 20px 20px; 
    }    

     .middle-level-blok {
        position: relative;
        float: left;
        display: inline;
        width: 265px;
        padding-right: 10px;
    }
    
    .middle-level-blok img {
        border: 1px solid #ccc;
        padding: 4px;
        width: 75px;
        height: 75px;
        margin-bottom: 10px;
    }
      

     .twitter {
        background-image: url(../images/twitter.jpg);
        background-repeat: no-repeat;
        padding-left: 40px;
    }  
    
#footer {
    position: relative;
    float: left;
    display: inline;
    width: 900px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    background-color: #A1B3CC;
    color: #fff;
    background-image: url(../images/footer-afronding.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 22px;


}

    #footer-left{
        position: relative;
        float: left;
        display: inline;
        width: 375px;
        font-size: 11px;
    }

     #footer-right{
        position: relative;
        float: right;
        display: inline;
        width: 450px;
        margin-right: 10px;
    }
    
    #footer-right input[type=text]{
        font-size: 11px;
        font-style: italic;
        color: #666;
    }   
    

#footer a:link, #footer a:visited, #footer a:active{
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
} 

#footer a:hover{
    color: #FFF;
    text-decoration: underline;
} 

#footer-down {
    position: relative;
    float: left;
    display: inline;
    width: 970px;
    height: 50px;
    line-height: 50px;
    text-align: center;

} 

        #footer-down a:link,#footer-down a:active, #footer-down a:visited{
            text-decoration: none;
            font-weight: normal;    
            color: #333;
            font-size: 11px;
            padding: 0px 10px 0px 10px;
        }
        
        #footer-down a:hover{
            text-decoration: underline;
            color: #333;
        }    


ul{
	list-style-position:inside;
}

li{
	list-style-position:inside;
}

a img {
    /* Zorgt ervoor dat er geen border komt om een plaatje
    in enkele browsers */
    border: 0;
}


.activiteitenblok{
    width:300px;
    position:relative;
    float: left;
    display: inline;
    margin-bottom: 10px;
}

.activiteitenblok2{
    width:380px;
    position:relative;
    float: left;
    display: inline;
}

.activiteitenblok_datum{
    position:relative;   
    width:35px;
    height:35px;   
    float: left;
    display:inline; 
    background-image:url(../images/datum_blok.jpg);
    background-repeat:no-repeat;
    text-align: center;
    padding-top: 3px;
    color: white;
}

.activiteitenblok_titel{
    position:relative;   
    width:225px;
    height:35px;   
    float: left;
    display:inline; 
    margin-left: 15px;
    color: #666;
}

/* TOEVOEGING VOOR NEWS.CSS */ 

#twitter_div { /* Width en height gelijk aan nieuwscontainer (bg-nieuws-center) op website */
    width: 100%;
    position: relative;
    float: left;
    display: inline;
}

#twitter_update_list {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: #FFF;
}

#twitter_update_list a {
    text-decoration: underline;
    color: #FFF;
    font-weight: normal;
}

#twitter_update_list li {
    /*border-bottom: 2px solid #18796d;*/
    margin: 9px 0px 10px 0px;
    padding: 8px;
    border: 1px solid #839AB9;
    background-color: #87B8CF;
}

.button_twitter {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

#product-container {
    position: relative;
    float: left;
    display: inline;   
    width: 100%;
}

.product-container-table {
    position: relative;
    float: left;
    display: inline;   
    width: 100%;
    font-size: 11px;
}

.product-container-split {
    position: relative;
    float: left;
    display: inline;   
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0px 5px 0px;
}

#alphabet {
    position: relative;
    float: left;
    display: inline;
    text-transform: uppercase;    
    width: 100%;
    z-index: 1;
}

#alphabet a:link, #alphabet a:visited, #alphabet a:active{
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
} 

#alphabet a:hover{
    color: #FFF;
    text-decoration: underline;
}

.letter {
    position: relative;
    float: left;
    display: inline;
    background-color: #A1B2CC;
    text-align: center;
    margin-right: 3px;
}

.letter:hover .letter-commentaar{
    display: block;  
}

.letter-opmaak {
    position: relative;
    float: left;
    display: inline;
    height: 30px;
    padding: 0px 5px;
    line-height: 30px;
    width: 18px;
}

.letter-opmaak2 {
    position: relative;
    float: left;
    display: inline;
    height: 30px;
    padding: 0px 5px;
    line-height: 30px;
    width: 66px;
    background-color: #6989B6;
}

.letter-opmaak-geeninhoud {
    position: relative;
    float: left;
    display: inline;
    height: 30px;
    line-height: 30px;
    padding:0px 5px;
    width: 18px;
    background-color: #BCC9DA;
}

.letter-knop {
    position: relative;
    float: left;
    font-size: 15px;
    display: inline;
    z-index:0;
}

.letter-commentaar {
    position: absolute;
    bottom: -32px;
    right: -190px;
    height: 30px;
    line-height: 30px;
    width: 200px;
    background-image: url(../images/comment.jpg);
    background-repeat: no-repeat;
    display: none;
    z-index:1;
    text-transform: none;
    font-size: 11px; 
    padding-top: 2px;
}

#product-blokken{
    position: relative;
    width: 925px;
    height: 234px;
    margin-left: -20px;
    margin-top: 5px;
}



.antibodies-blok{
    position: relative;
    float: left;
    display: inline;
    width: 310px;
    height: 234px;
    background-image: url(../images/antibody.jpg);
    background-repeat: no-repeat;
}

.ancillary-blok{
    position: relative;
    float: left;
    display: inline;
    width: 280px;
    height: 234px;
    margin-left: 13px;
    background-image: url(../images/ancillary-product.jpg);
    background-repeat: no-repeat;
}

.molecular-blok{
    position: relative;
    float: left;
    display: inline;
    width: 310px;
    height: 234px;
    margin-left: 12px;
    background-image: url(../images/moleculair.jpg);
    background-repeat: no-repeat;
}

#product-blokken-molecular{
    position: relative;
    width: 960px;
    height: 350px;
    margin-left: -20px;
    margin-top: 5px;
}

.zytodot-blok{
    position: relative;
    float: left;
    display: inline;
    width: 310px;
    height: 374px;
    background-image: url(../images/molecular-zytodot.jpg);
    background-repeat: no-repeat;
}

.zytofast-blok{
    position: relative;
    float: left;
    display: inline;
    width: 280px;
    height: 374px;
    margin-left:12px;
    background-image: url(../images/molecular-zytofast.jpg);
    background-repeat: no-repeat;
}

.zytolight-blok{
    position: relative;
    float: left;
    display: inline;
    width: 310px;
    height: 374px;
    margin-left:12px;
    background-image: url(../images/molecular-zytolight.jpg);
    background-repeat: no-repeat;
}

.antibodies-blok-titel{
    position: absolute;
    top:203px;
    left: 20px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: bold!important;
    text-decoration: none!important;
}

.ancillary-blok-titel{
    position: absolute;
    top:203px;
    left: 343px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: bold!important;
    text-decoration: none!important;
}

.molecular-blok-titel{
    position: absolute;
    top:203px;
    left: 634px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: bold!important;
    text-decoration: none!important;
}

#middle-top-afbeelding-overlay{
    position: absolute;
    top: -1px;
    right: -1px;
}



#animatie-container{
    position: relative;
    float: left;
    display: inline;
    width: 600px;
    height: 220px;
    overflow: hidden;
}

.animatie-imagecontainer{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 220px;
    overflow: hidden;
}

.animatie-image-left-container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 220px;
    overflow: hidden;
    z-index: 1;
}

.animatie-image-left{
    position: absolute;
    top: 0px;
    left: -100px;
}

.animatie-image-right-container{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 270px;
    height: 220px;
    overflow: hidden;
    z-index: 0;
}

.animatie-image-right{
    position: absolute;
    top: 0px;
    left: 0px;
}

.animatie-image-tekst{
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 600px;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid white;
    color: white;
    z-index: 5;
}

.animatie-image-tekst span{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 580px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0px 0px 0px 20px;
    z-index: 5;
}

.animatie-image-tekst-inside{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 40px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    background-color: black;
}

.wittemarkeer1{
    position: absolute;
    top: -40px;
    left: 200px;
    height: 220px;
    width: 20px;
    background-color: white;
      opacity: 0.5;
      filter: alpha(opacity = 50);
    z-index: 3;
    display: none;
}

.wittemarkeer2{
    position: absolute;
    top: -40px;
    left: 500px;
    height: 220px;
    width: 50px;
    background-color: white;
      opacity: 0.3;
      filter: alpha(opacity = 30);
    z-index: 3;
    display: none;
}

.wittemarkeer3{
    position: absolute;
    top: -40px;
    left: 315px;
    height: 220px;
    width: 20px;
    background-color: white;
      opacity: 0.2;
      filter: alpha(opacity = 20);
    z-index: 3;
    
}


.fader{
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
}
