﻿/********* PROJECTEN *********/
ul.project
{
    list-style:none;
    margin:0;
    padding:0;
    }

ul.project li
{
    clear:both;
    margin:20px 0 0 0;
    }

ul.project img
{
    width:200px;
    height:130px;
    float:left;
    }

ul.project a
{
    display:block;
    _display:inline-block;
    width:95%;
    height:auto;
    float:left;
    margin:0 7px 0;
    padding:3px 5px;
    text-decoration:none;
    border:1px solid #fff;
    background:#fff url(../images/arrow-nieuws.gif) no-repeat bottom right;
    color:#676767;
    }
ul.project b.title
{
    color:#d2340f;
    font-weight:normal;
    font-size:1.2em;
    margin-right:5px;
    }
ul.project a .date
{
    color:#005557;
    }
ul.project a:hover
{
    border:1px solid #f6d5c6;
    background:#fcf2f0 url(../images/arrow-nieuws-hover.gif) no-repeat bottom right;
    }
    
   
   
   /****DETAIL***/
   
    
div#loadarea 
{
    float:left;
    }

div#loadarea img
{
    width:300px;
    height:200px;
    }

div.thumbnails
{
    float:left;
    width:260px
    }
    
div.thumbnails img
{
    width:115px;
    height:90px;
    margin:0px 0px 20px 15px;
    float:left;
    border:0;
    }
    

div.project_wrapper
{
    width:100%;
    }
    
    
