﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background: #fff;
    font: 8pt Arial, Helvetica, sans-serif;
    color: #222;
}

#wait
{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 1000px;
    padding-top: 200px;
    z-index: 100;
    text-align: center;
    background-color: #fff;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#background
{
    width: 100%;
    background: url(img/background.png) no-repeat top;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    border-top: none;
}

#header
{
    float: none;
    clear: both;
    width: 100%;
    background-color: #000;
    padding-top: 0px;
    height: 80px;
}

#header img
{
    border: none;
}

#partners
{
    float: none;
    clear: both;
    padding-top: 40px;
    font-size: 12pt;
    color: #999;
    font-style: italic;
    white-space: nowrap;
}

#partners img
{
    border: solid 1px #ccc;
    margin-right: 10px;
}

#content
{
    float: none;
    clear: both;
    padding: 0px 0px 10px 10px;
    width: 990px;
    background-color: #fff;
    height: 100%;
}

#footer
{
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    color: #ccc;
}

#left
{
    float: left;
    clear: left;
    height: auto;
    min-height: 200px;
    width: 250px;
    border-right: solid 0px #eee;
    padding-right: 15px;
    margin-top: 10px;
}

.leftrub
{
    /*background-color: #111;     color: #fff;*/
    font-size: 10pt;
    font-weight: bold;
    padding: 2px 2px 1px 5px;
    border-bottom: solid 1px #999;
    margin-left: -10px;
}

#left li
{
    padding: 5px;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    margin-top: 5px;
    list-style: none;
}

#left li:first-letter
{
    font-size: 12pt;
}

#left li:first-line
{
    font-size: 10pt;
}

#main
{
    float: right;
    clear: right;
    width: 680px;
}

#page
{
    width: 95%;
    float: none;
    clear: both;
}

#page ul
{
    margin-left: 20px;
}

.rubrik
{
    float: none;
    clear: both;
    padding: 10px 0 5px 0;
    font-size: 16pt;
}

.rubrikmellan
{
    float: none;
    clear: both;
    padding-top: 10px;
    font-weight: bold;
}

.ingress
{
    float: none;
    clear: both;
    padding-bottom: 10px;
    font-family: Verdana;
    font-size: 10pt;
}

#menu
{
    float: none;
    clear: both;
    height: 16px;
    width: 100%;
    background-color: #3079b3;
    color: #fff;
    padding-top: 2px;
}

#menu ul
{
    margin-left: 15px;
}

#menu li
{
    display: inline;
    padding-right: 20px;
}

#menu li a
{
    color: #fff;
    text-decoration: none;
}

#menu li a:hover
{
    text-decoration: underline;
}

#logo
{
    float: left;
    clear: left;
    width: 400px;
    height: 80px;
}

#punchline
{
    float: left;
    clear: right;
    width: 550px;
    padding-top: 30px;
    text-align: right;
    color: #fff;
    font: 16pt Trebuchet MS, Arial, Helvetica, sans-serif;
    font-style: italic;
}

a:link, a:visited
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a.active
{
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

IMG
{
    border: none;
}

SELECT
{
    border: solid 1px #ccc;
    font: 8pt Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding-left: 2px;
    width: 250px;
}

INPUT[type=text], TEXTAREA
{
    border: solid 1px #ccc;
    font: 9pt Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding: 2px;
    width: 250px;
}
INPUT[type=submit]
{
    border: solid 1px #ccc;
    font: 9pt Arial, Helvetica, sans-serif;
    background-color: #3079b3;
    color: #fff;
    height: 20px;
    padding: 0 7px 0 7px;
}
