/* -- Author: Susanne Nyman; Copyright: San's Design
      Version 1.0, 2009-03-09 --*/


body
{
    background: #ffffff url(bilder/layouts/SansDesign-bkg-green.jpg) center no-repeat fixed;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    margin: 0;
    text-align: center;
}



/* --Alla boxar -- */




div.textbox
{
    margin-left:auto;
    margin-right:auto;

    position: relative;
    top: 10px;
    width: 900px;
    overflow: hidden;
    padding: 0px 10px;
    text-align: justify;
    border: 2px #a3b1a8;
    background: url(bilder/bkgdiv3.png)
}


div.header
{
    margin-left:auto;
    margin-right:auto;

    position: relative;
    top: 10px;
    height: 220px;
    width: 900px;
    overflow: hidden;
    padding: 10px;
    background: url(bilder/bkgdiv3.png)
}


div.toplankar
{
    margin-left:auto;
    margin-right:auto;

    position: relative; 
    top: 10px;
    height: 50px;
    width: 900px;
    overflow: hidden;
    padding: 10px;
    background: url(bilder/bkgdiv3.png)
}

div.sidebox
{
    top: 0px;
    position: relative;
    float:right;
    width: 180px;
    text-align:left;
    padding:5px;
}
*html div.sidebox {
  margin-right: -425px;
}




/* -- Länkboxlistan --*/

ul.site
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.site{
text-align:center;
width:6em;
text-decoration:none;
color: #ffffff;
background-color:#8e1212;
padding:0.2em 0.6em;
border-right:1px solid white;

}
a:hover.site {background-color:#e4a7a7}
li.site {display:inline}




/* -- bilder --*/

img
{
    border: 0px;
    margin: 2px;

    }


img.thumbs
{
border: 0px;
width: 100px;
height: auto;
margin: 2px;
}

img.frontpage
{
border: 0px;
width: 500px;
height: auto;
margin: 2px;
}

img.parla
{
    position: relative;
    border: 0px;
    width:auto;
    height:auto;
    float: right;
}
*html img.parla
{margin-left: -70px;}


img.header
{
    position: relative;
    top: 10px;
    left: 10px;
    bottom: 25px
}


/* -- text --*/

p.brodtext
{
    color: #004667;
    width: 600px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

    }


p.rubriker
{
    color: #68716b;
    width: 400px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 120%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;

}

p.date
{

    font: 75% 9px;
    color: #68716b;
    margin-left: 10px;
    margin-right: 10px
}



a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #68716b}   /* mouse over link */
a:active {color: #68716b}   /* selected link */

