/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    overflow: hidden;
    min-height: 500px;
    margin: 4px 0 6px;
}

.TopPane, .LeftPane, .ContentPane, .ContentPane2, .RightPane, .BottomPane
{
    float: left;
    min-height: 50px;
}

.TopPane 
{
    width: 756px !important;
    min-height: 361px;
}
.LeftPane 
{
    width: 189px !important;
}
.ContentPane 
{
    width: 561px !important;
    margin-left: 4px;
}
.RightPane 
{
    width: 229px !important;
    float: right;
    min-height: 380px;
}


/* Frontpage */


.FrontPage .ContentPane
{
    width: 566px !important;
}

/* Normalpage */

.NormalPage .ContentPane
{
    padding: 19px 35px 0 35px;
    width: 491px !important;
}

/* Gallerypage */

.GalleryPage .ContentPane 
{
    padding-top: 19px;
    width: 755px !important;
    margin: 0;
}


/* ie6 */
.ie6 .Layout
{
    overflow: visible;
    height: 500px;
}

.ie6 .FrontPage .ContentPane
{
    overflow: hidden;
}
