﻿@media screen
{
    .clearer
    {
	    clear: both;
    }

    html,
    body
    {
	    margin: 0px;
	    padding: 0px;
    }
    
    body
    {
        background-color: #FFFFFF;
        background-image: url('../Images/BodyBackground.gif');
        background-repeat: repeat-y;
        background-position: center top;
    }
    
    div#container
    {
        position: relative;
        width: 900px;
        margin: 0px auto;
        background-image: url('../Images/ContainerBackground.gif');
        background-repeat: no-repeat;
        background-position: 300px 186px;
        min-height: 600px;
        _height: 600px;
    }
    
    /* header */
    div#header
    {
        width: 900px;
        height: 186px;
        margin-left: -1px;
        /*background-image: url('../Images/HeaderBackground.png');
        background-repeat: no-repeat;*/
    }
    
    /* logos */
    div#logos { }
    div#logos img
    {
        position: absolute;
        left: 15px;
        top: 125px;
        border: 0px;
    }
    
    div#logos div.defisiotherapeut
    {
        padding: 40px 0px 10px 20px;
    }
    
    /* content */
    div#content
    {
        margin: 24px 0px 0px 199px;
        width: 460px;
        padding: 0px 20px 20px 20px;
        line-height: 16px;
    }
    
    div#content ul
    {
        margin-left: 0px;
        padding-left: 15px;
    }
    
    div#content ul li
    {
        line-height: 24px;
    }
    
    /* left */
    div#left
    {
       z-index: 10;
       position: absolute;
       top: 207px;
       left: -1px;
       width: 199px;
    }
    
    /* right */
    div#right
    {
        position: absolute;
        top: 210px;
        right: 0px;
        width: 180px;
        padding: 0px 10px;
    }
    
    /* folders */
    div#folders div.folder
    {
        float: left;
        margin: 0px 25px 15px 0px;
        text-align: center;
    }

    div#folders div.folder img
    {
        margin-bottom: 5px;
    }
    
}