﻿
/* Main */
DIV.container_main
{
    width: 431px;
    height: 411px;
    background: transparent url(/images/layout/container_main.png) no-repeat;
    margin-top: 0px;
}

DIV.container_main DIV.content
{
    height: 355px;
    margin: 10px 40px 0px 25px;
    overflow: hidden;
    color: White;
    /*text-shadow: 0 1px 1px black;*/
}


/* container large */
DIV.container_large
{
    width: 1159px;
    height: 360px;
    background: transparent url(/images/layout/container_large.png) no-repeat;

    margin-top: 50px;
    margin-left: 55px;
}

DIV.container_large_content
{
    overflow: hidden;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 60px;
    padding-right: 30px;    
}

DIV.container_large_footer
{
    height: 55px;
    width: 1147px;
    margin-left: 55px;
    background: transparent url(/images/layout/container_large_footer.png) no-repeat;
}


/* container large white*/
DIV.container_large_white
{
    width: 1147px;
    height: 626px;
    background: transparent url(/images/layout/container_large_white.png) no-repeat;

    margin-top: 5px;
    margin-left: 55px;
}


/* medium */
DIV.container_medium
{
    width: 848px;
    height: 482px;
    background: transparent url(../images/layout/container_medium.png) no-repeat;
    margin-top: 55px;
    margin-left: 55px    
}

DIV.container_medium DIV.content
{
    height: 404px;
    padding: 18px 27px 0px 28px;
    overflow: hidden;
}


/* medium white*/
DIV.container_medium_white
{
    width: 870px;
    height: 478px;
    background: transparent url(../images/layout/container_medium_white.png) no-repeat;
    margin-top: 55px;
    margin-left: 55px;
    padding-top: 10px;  
}

DIV.container_medium_white DIV.content
{
    height: 395px;
    padding: 18px 10px 0px 38px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 792px;
}
