﻿/*
Detta är en kommentar i css. 

*/
body 
{
    background:#fff url(images/grad.jpg) repeat-x top left;
    color:#000;
    font: 0.8em/1.4em Verdana, Arial, "sans seriff";
}
h1
{
    margin:0 0 10px 0;
    font-size:1.8em;
    color:#193591;
}
#header h1
{
    display:none;
}
h2
{
    font-size:1.0em;
    margin:15px 0 0 0;
    padding:0;
}
p
{
    margin:0 0 15px 0;
}
a, a:visited, a:active
{
    color:#193591;
    text-decoration:none;
}
a:hover
{
    color:#ee0511;
    text-decoration:underline;
}
hr
{
    margin: 10px 15px 0 15px;
}

#wrapper
{
    background:#fff;
    width:900px;
    margin:0px auto 20px auto;
    border:1px solid #000;
}

#line
{
    width:880px;
    height:3px;
    margin:0 auto 0 auto;
    border-bottom:4px dotted #ee0511;
    border-top:4px dotted #ee0511;
    clear:both;
}

#header
{
    background:#fff url(images/logo.gif) center center no-repeat;
    width:900px;
    height:192px;
}

.left, .center, .right, .down
{
    background:#fff url(images/grad.jpg) repeat-x top left;
    padding:15px;
    margin:10px;
    border-top:1px solid #ee0511;
    border-bottom:1px solid #ee0511;
}
.left
{
    width:510px;
    float:left;
}
.center
{
    width:290px;
    float:left;
}
.right
{
    width:290px;
    float:right;
}
.down
{
    width:510px;
    float:left;
}
.down p
{
    float:left;
    width:240px;
    margin:10px;
}
.right img
{
    border:0px solid #000;
    margin: 5px auto 5px auto;
}

#footer
{
    text-align:center;
    clear:both;
}
#footer p.helena
{
    font-size:0.8em;
    color:#333;
    margin: 5px 10px;
}
#footer p.andreas
{
    font-size:0.8em;
    color:#555;
    margin: 5px 10px;
}
.statcounter
{
}