/*
 * Version: $Revision: 1.8 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

DIV#ContentContainer
{
    width: 912px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

DIV#Intro
{
    width: 850px;
    margin: 0 auto;
}

DIV#Intro P
{
    line-height: 150%;    
}

DIV#Boxes
{
    background-image: url(/img/box/background.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 1px solid #e4e4e4;
    width: 870px;
    margin: 0 auto;
}

BODY#Mozilla DIV#Boxes
{
    padding-bottom: 10px;
}

DIV#Boxes HR
{
    clear: both;
    height: 0;
    border: 0;
    color: white;
    margin: 0;
}

DIV#Boxes DIV.Box
{
    float: left;
    width: 238px;
    /*background: url('/img/box/item_holder.png') no-repeat top left; */
    margin: 0 26px;
}

a.Webdesign {
    height:225px;
    display:block;
    background: url('/img/box/item_holder.png') no-repeat top left; 
    padding-left:9px;
    padding-top:8px;
    text-decoration:none;
}

a.Webmarketing {
    height:225px;
    display:block;
    background: url('/img/box/item_holder_webmarketing.png') no-repeat top left; 
    padding-left:9px;
    padding-top:8px;
    text-decoration:none;
}

a.Webapplicaties {
    height:225px;
    display:block;
    background: url('/img/box/item_holder_webapplicaties.png') no-repeat top left; 
    padding-left:9px;
    padding-top:8px;
    text-decoration:none;
}


*html DIV#Boxes DIV.Box1
{
    padding-left: 25px;
}

DIV#Boxes DIV.Box P
{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 9pt;
    line-height: 150%;
    margin-bottom: 0;
}

DIV#Boxes DIV.Box P.ReadOn
{
    margin-top: 3pt;
    margin-bottom: 3pt;
    font-size: 8pt;
}

DIV#News 
{
    background-image: url(/img/box/background.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

DIV#News,
DIV#Weblog
{
    margin: 0 auto;
    width: 870px;
}

DIV#News P {
    line-height: 150%;    
}

DIV#Weblog
{
    background-image: url(/img/box/background.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

DIV#News DIV.News,
DIV#Weblog DIV.News
{
    display:inline;
    float: left;
    width: 220px;
    margin: 0px 25px 15px;
    padding:0 0 0 20px;
    line-height: 125%;
    font-size: 10pt;
}

DIV#News DIV.News H1,
DIV#Weblog DIV.News H1
{
    margin-bottom: 6pt;
}

DIV#News DIV.News SPAN.Date,
DIV#Weblog DIV.News SPAN.Date
{
    font-size: 8pt;
}

DIV#News DIV.News H2,
DIV#Weblog DIV.News H2
{
    color: #002538;
    font-size: 11pt;
    margin-top: 8pt;
    margin-bottom: 3pt;
}

DIV#News DIV.News P,
DIV#Weblog DIV.News P
{
    margin-bottom: 2pt;
}

DIV#News DIV.News P.ReadOn,
DIV#Weblog DIV.News P.ReadOn
{
    font-size: 8pt;
    margin: 0;
}

DIV#News HR,
DIV#Weblog HR
{
    clear: both;
    height: 0;
    border: 0;
    color: white;
}

DIV#News DIV.Project
{
    /*clear: left;*/
    /*margin-bottom: 29px;*/
    width: 220px;
    padding: 5px 8px 5px 8px;
    background: url( /img/projecten_bg_small.png ) no-repeat;
    position: relative;
}

DIV#Weblog DIV.Project H2 {
    margin-top: 0px !important;    
}

DIV.ProjectImage {
    width: 102px;
    padding: 8px 8px 14px 8px;
    background: url( /img/projecten_bg_small.png ) no-repeat;
}

DIV.ProjectImage:hover {
    background: url( /img/projecten_bg_small_hover.png ) no-repeat;
}



DIV#News DIV.Project IMG
{
    /*float: left;*/
    margin: 0 10px 8px 0;
    padding-left: 8px;
    /*border: 2px solid #E6E6E6;*/
}

DIV#News DIV.Project P.ProjDesc {
    margin-top: 10px;
    font-size: 8pt;    
}

DIV#Bottom
{
    margin-top:-15px;
    background-image: url(/img/bottom_home.png);
}