<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Naamloos document</title>
/* Fotoalbum.css */

/* Copyright @ Party-vision.nl */


div.fotoalbum {
    width: 450px;
    padding-top: 2px;
}
div.navigatie {
    width: 750px;
    height: 18px;
    
    font-family: Verdana;
    font-size: 11px;
    color: #fffff;
    line-height: 16px;
    
    margin-bottom: 5px;
    padding-left: 5px;
    
    -moz-border-radius: 5px;
    background-color: #93b521;
}
    a.nav:link, a.nav:hover, a.nav:active, a.nav:visited {
        font-family: Verdana;
        font-size: 11px;
        color: #ffffff;
        text-decoration: none;
    }

/* De foto */
div.lijst {
    width: 220px;
    height: 180px;
    float: left;

    margin: 5px;
}        
    img.foto1 {
        width: 210px;
        height: 150px;
        
        margin-left: 10px;
        margin-top: 25px;
        
        border: 1px solid grey;
    }
    img.foto2 {
        width: 150px;
        height: 210px;
        
        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');
    } 
</head>

<body>
<tr>
     <td valign="bottom">
       <?php include("footer.php"); ?>
</td>
    </tr>
</body>
</html>
