body
{
    margin: 0;
    padding: 0;

    background-color: #c0cb53;
    color: #000;
    
    font-family: Verdana, "Lucida Grande", Lucida, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px; 
    text-align: center;    
    
    width: 100%;
    height: 100%;
}

td
{
    vertical-align: top;
}

a
{
    font-family: Arial;
    font-size: 14px;    
    color: #c4055b;
    text-decoration: none;    
}

    a img
    {
        border: none;
    }

    a:hover
    {
        color: #c4055b;
        text-decoration: underline;
    }
    
        a:hover strong
        {
            text-decoration: underline;
        }
    
    a.headingM
    {
        font-family: Verdana;
        font-size: 11px;  
        font-weight: bold; 
    }

#corporate
{
    display: none;
}

#header
{
    display: none;
}

.sitebalk
{
    display: none;
}

.siteContainer
{
    width: 755px;
    margin: 0 auto;
    padding-top: 56px;

    background-image: url('http://wwwstaging.kennisnet.nl/cpb/thema/beterweters/gfx/home.jpg');
    background-repeat: no-repeat;
    height: 585px;    
    
    text-align: left;
}

.menuContainer
{
    width: 0;
    overflow: hidden;
}

.menuContainer ul,
.menuContainer table
{
    display: none;
}

.contentCenter
{
    width: 100%;
    height: 317px;
    height: 387px;
    height: 399px;
    padding-left: 33px;
    padding-right: 390px;
    padding-right: 33px;
}

    .contentCenter .headingM
    {
        display: block;
        height: 0 !important;
        height /**/: 47px;
        padding-top: 47px;
        overflow: hidden;
        margin-top: 50px;
        background: url('http://www.kennisnet.nl/design/beterweters/home_title.gif') no-repeat;
    }
    
    .contentCenter a
    {
        outline: none;
        background-color: #fff !important;
    }
    
    .contentCenter a strong
    {
        display: block;        
        padding-left: 40px;
        padding-top: 4px;
        padding-bottom: 10px;
        background-image: url('http://www.kennisnet.nl/design/beterweters/home_link.png');
        background-repeat: no-repeat;        
        background-color: #fff !important;
    }
    
.contentLeft,
.contentMiddle,
.contentRight
{
    width: 207px;
    height: 216px;
}

    .contentLeft p,
    .contentMiddle p,
    .contentRight p
    {
        margin: 0;
    }
    
.contentLeft
{
    padding: 0 36px 0 17px;
}
    
.contentMiddle
{
    padding: 0 30px 0 17px;
}
    
.contentRight
{
    padding: 0 17px;
}

    .contentLeft,
    .contentMiddle,
    .contentRight
    {
        font-size: 10px;
        line-height: 16px;
    }
    
    .contentLeft img,
    .contentMiddle img,
    .contentRight img
    {
        display: block;
        position: relative;
        margin: -30px -17px 10px -17px;
        clear: both;
        float: none;
    }
    
    * html .contentLeft img,
    * html .contentMiddle img,
    * html .contentRight img
    {
        display: block;
        position: relative;
        clear: both;
        margin: 0;
        left: 1px;
        margin-left: -9px;
        margin-top: -32px;
        margin-bottom: 5px;
        margin-right: -17px;
        float: none;
    }
        
    * html .contentMiddle img
    {
        margin-left: -17px;
        left: 21px;
    }
    
    * html .contentRight img
    {
        margin-left: -17px;
        left: 18px;
    }
    
    .contentLeft span,
    .contentMiddle span,
    .contentRight span
    {
        color: #C4055B;
        font-family: Arial;
        font-size: 12px;
    }

.footerContainer {
    padding: 20px 0;
    
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    
    color: #c0cb53;
}

    .footerContainer a {
        color: #FFF;        
        font-size: 11px;
        text-decoration: none;
    }

    .footerContainer a:hover {
        text-decoration: none;
    }
    
* html .contentTop a,
* html .contentCenter a
{
    padding: 0;
    background-color:  #000;
}

div.video
{
    display: block;
    position: absolute;
    width: 220px;
    height: 180px;
    margin-left: 390px;
    margin-top: -220px;
    cursor: pointer;
    z-index: 999;
}

div.blur
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .75;
    filter:alpha(opacity=75);
    z-index: 1000;
}

iframe
{
    position: fixed;
    top: 0;
    left: 50%;
    width: 692px;
    height: 566px;
    margin-left: -346px;
    z-index: 1001;
    background: transparent;
}

div.button
{
    position: relative;
    float: none;
    display: block;
    width: 11px;
    height: 12px;
    cursor: pointer;
    z-index: 999;
    left: 195px;
    top: 190px;
}

div.close
{
    display: block;
    zoom: 1;
    position: fixed;
    z-index: 1002;
    top: 10px;
    left: 50%;
    width: 692px;
    height: 30px;
    margin-left: -346px;
    text-align: right;
}

    div.close img
    {
        zoom: 1;
        margin-top: 20px;
        margin-right: 50px;
        cursor: pointer;
    }

* html div.close img
{
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.kennisnet.nl/design/beterweters/close.png', sizingMethod='scale');
}

* html div.close
{
    position: absolute !important;
    top: 10px;
}

* html div.blur
{
    position: absolute;
    top: 0px;
}

* html iframe
{
    position: absolute;
}