﻿body
{
    background-image: url(Theme/background.gif);
    margin: 0px 0px 0px 0px;
    background-attachment:scroll;
    background-repeat: repeat-x;
    background-color: #cccccc;
}

/* Stylesheet för grundstruktur */

#theme-main
{
    width: 1000px;      /*1000px*/
    min-height: 900px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

#theme-head
{
    clear: both;
    background-image: url(Theme/head.gif);
    height: 195px;
    background-repeat: no-repeat;
}

#theme-body
{
    float: left;
    clear: both;
    width: 950px;
    display: block;
    background-image: url('Theme/main.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    min-height: 600px;
}

#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: 42px;
}

/* Färgade plattor
/******************************************************/
.plate
{
    float: left;
    background: #eaeaea;
    border: solid 1px black;
    width: 180px;
    margin-bottom: 20px;
    clear:both;
}

.plate2
{
    float: left;
    background: #FFFFCC;
    border: 1px solid #FFFF99;
    width: 180px;    
    margin-bottom: 20px;
    clear: both;
}

.plateContent
{
    padding: 10px;
    clear: both;
}

H3.plateHead-black
{
    color: White;
    background: #ffffff url(  'Theme/header-background.gif' ) repeat-x left top;
    padding: 3px 10px 3px 15px;
    text-align: left;
    /*text-transform: uppercase;*/
    margin: 0px;
}

.splash1
{
    /* Används på förstasidan */
    float: none;
    background: #eaeaea;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.splash2
{
    /* Används på för att framhäva sektioner */
    border: 1px solid #FFFF99;
    float: none;
    background: #FFFFCC;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Gridviews etc
/******************************************************/
.GridView
{
    background: white;
    width: 100%;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.Header
{
    background: #000000;
    color: #FFFFFF;
    text-align: left;
    background-image: url( 'Theme/header-background.gif' );
    padding: 5px 5px 5px 10px;
}
.Row
{
    padding: 5px 5px 5px 10px;    
    margin: 5px 5px 5px 10px;    
    height: 25px;
}
.AltRow
{
    background: #FFFFCC;
    padding: 5px 5px 5px 10px;
    height: 25px;
}

.EditRow
{
    background: #CCFF99;
    padding: 5px 5px 5px 10px;
    height: 25px;
}