﻿div#wrapper 
{
    width: 906px;
    margin: 0 auto;
}
div#logo
{
    height: 110px;
}
div#logoimage
{
    float: left;
    margin-top: 23px;
}
div#logotext
{
    float: left;
}
div#logotext h1
{
    margin: 10px 0 2px 25px;
    padding: 0;
    background-image: url(../../bilder/loggan.gif);
    background-repeat: no-repeat;
    height: 60px;
    width: 760px;
}
div#logotext h1 span
{
    display: none;
}
div#logotext p
{
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 800px;
}
div#logotext p span
{
    display: inline;
    font-weight: bold;
    margin: 0 40px;
}
ul#navigation 
{
    margin: 0;
    padding: 0.5em 0 0 0;
    background-color: #808080;
    border: 3px solid #fff;
    height: 25px;
}
ul#navigation li 
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    list-style-type: none;
    display: inline;
}
ul#navigation li a 
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-left: 1em;
    margin-left: 1.0em;
    background-image: url("../../bilder/dot.gif");
    background-repeat: no-repeat;
    background-position: left;
}
ul#navigation a:hover
{
    text-decoration: underline;
}


div#areaimage
{
    height: 156px;
    margin: 10px 0 0 0;
}
div#areaimage img
{
    border: 3px solid #fff;
}
div#content
{
    margin: 10px 0;
}
div#left
{
    float: left;
    width: 200px;
}
div#center
{
    float: left;
    width: 440px;
}
div#centerwrapper
{
    margin: 0 20px;
}
div#right
{
    float: right;
    width: 260px;
    text-align: right;
}
div#rightwrapper
{
    text-align: left;
}

div#startpageleft
{
    float: left;
    width: 256px;
}
div#startpagecenter
{
    float: left;
    width: 354px;
    margin-left: 20px;
}
div#startpageright
{
    float: right;
    width: 256px;
    margin-left: 20px;
}

div#footer, div#footer * {color: #808080;}
div#footer 
{
    clear: left;
    text-align: center;
}
