﻿/* Stylesheet för grundstruktur */

#theme-main
{
    width: 1200px;      /*1000px*/
    margin-right: auto;
    margin-left: auto;
}

#theme-head
{
    clear: both;
    background-image: url(Theme/head.jpg);
    height: 204px;
    
}

#theme-body
{
    float: left;
    clear: both;
    min-height: 625px;
    display: block;
    background-image: url(Theme/main.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

#theme-body-bakground
{
    background-image: url(Theme/foot-bak.gif);
    background-repeat: repeat-y;
    float: left;
    clear: both;
    display: block;
}

#theme-foot
{
    clear: both;
    background-image: url(theme/foot.gif);
    height: 20px;
}