﻿body
{
    background-image: url('background.gif');
    margin: 0px 0px 0px 0px;
    background-attachment:scroll;
    background-repeat: repeat-x;
    background-color: #ffffff;
}

/* Stylesheet för grundstruktur */

#theme-main
{
    width: 980px;      /*1000px*/
    min-height: 900px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#theme-head
{
    clear: both;
    background-image: url('head.gif');
    height: 200px;
    background-repeat: no-repeat;
}

.buttonLanguage
{
    background-color: #dff0fd;
    border: none 0px #dff0fd;
    color: #005AA1;
}

#theme-body
{
    float: left;
    clear: both;
    width: 920px;
    display: block;
    /*background-image: url('body.gif');
    background-repeat: no-repeat;*/
    padding-left: 30px;
    padding-right: 30px;
}

#theme-body-bakground
{
    background-image: url('body.gif');
    background-repeat: repeat-y;
    float: left;
    clear: both;
    display: block;
}

#theme-foot
{
    clear: both;
    background-image: url(  'foot.gif' );
    background-repeat: no-repeat;
    height: 100px;
    margin-bottom: 30px;
}

/* 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;
    float: left;
    clear: both;
}

.Header
{
    background: #000000;
    color: #FFFFFF;
    text-align: left;
    background-image: url('images/header-background.gif' );
    /*padding: 5px 5px 5px 10px;
    height: 25px;*/
}
.Row
{
    /*padding: 5px 5px 5px 10px;    
    margin: 5px 5px 5px 10px;    
    height: 25px;*/
}
.AltRow
{
    background: #f7efd5;
    /*padding: 5px 5px 5px 10px;
    height: 25px;*/
}

.AltRowBlue
{
    background: #DFF0FD;
    /*padding: 5px 5px 5px 10px;
    height: 25px;*/
}

.EditRow
{
    background: #CCFF99;
    /*padding: 5px 5px 5px 10px;
    height: 25px;*/
}

.SearchTextBox
{
    border: solid 1px #055AA1;
    padding: 2px;
    width: 200px;
    margin-top: 2px;
}















/* 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;
}*/

/* Används på förstasidan
.splash1
{
    
    float: none;
    background: #eaeaea;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}*/

/* Används på för att framhäva sektioner
.splash2
{
    
    border: 1px solid #FFFF99;
    float: none;
    background: #FFFFCC;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}*/