* Fotoalbum.css */

/* Copyright @ Party-vision.nl */


div.fotoalbum {
    width: 450px;
    padding-top: 2px;
}
div.navigatie {
    width: 450px;
    height: 18px;
    
    font-family: Verdana;
    font-size: 11px;
    color: #313031;
    line-height: 16px;
    
    margin-bottom: 5px;
    padding-left: 5px;
    
    -moz-border-radius: 5px;
    background-color: #3992AD;
}
    a.nav:link, a.nav:hover, a.nav:active, a.nav:visited {
        font-family: Verdana;
        font-size: 11px;
        color: #313031;
        text-decoration: none;
    }

/* De foto */
div.lijst {
    width: 100px;
    height: 100px;
    float: left;

    margin: 2px;
}        
    img.foto1 {
        width: 120px;
        height: 90px;
        
        margin-left: 5px;
        margin-top: 10px;
        
        border: 1px solid grey;
    }
    img.foto2 {
        width: 90px;
        height: 120px;
        
        margin-left: 25px;
        margin-top: 10px;
        
        border: 1px solid grey;
    }
    a.map {
        width: 120px;
        height: 120px;
        
        display: block;
        margin: 10px;
        
        line-height: 120px;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        color: #313031;
        
        background-image: url('IMAGES/folder.gif');
    } 
