body
{
    font-family: 'Trebuchet MS', Helvetica, Verdana, Arial;
    background: url(../images/design/100dagar-bg.png) repeat;
    margin: 0;
    padding: 0;
}

h2
{
    color: #fff;
    font-size: 123.1%; /* 16px */
    margin-top: 5px;
    margin-bottom: 15px;
}

h3
{
    color: #fff;
    font-size: 108%; /* 14px */
    margin-top: 15px;
    margin-bottom: 10px;
}

p
{
    font-size: 108%; /* 14px */
    margin-bottom: 15px;
    line-height: 22px;
}

.container_24
{
    background: #4c225d;
}

#background_container
{
    margin-left: -190px;
    background: url(../images/design/100dagar-header.png) no-repeat top left;
}
.ie6 #background_container, .ie7 #background_container
{
    height: 100%;
}

#container
{
    margin-left: 190px;
}

#header
{
    margin-bottom: 50px;
}
    /* Navigation basic styles                                                */
    nav
    {
        margin: 20px 0 0 0;
        background: #000;
        font-size: 182%; /* 24px */
    }
        .ie6 nav, .ie7 nav
        {
            height: 100%;
        }
        nav li:hover ul {display: block;}
        .rgba nav
        {
            background: rgba(0, 0, 0, 0.75);
        }
        nav ul { padding: 0; margin: 0; }
        nav li { position: relative; float: left; list-style-type: none; }
        nav ul:after
        {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        nav li a
        {
            display: block;
            padding: 5px 10px 5px 10px;
            color: #fff;
            text-decoration: none;
        }
        nav li a:focus { outline: none; text-decoration: underline; }
        nav li a:hover { color: #000; background: rgb(224, 225, 225); }
        nav li a:visited { color: #fff; }
        nav li:first-child a { border-left: none; }
        nav li.last a { border-right: none; }
        nav a span { display: block; float: right; margin-left: 5px; }
        nav ul ul { display: none; width: 190px; position: absolute; left: 0; background: #6a6a6a; }
        nav ul ul li { float: none; }
        nav ul ul li a { padding: 5px 10px; border-left: none; border-right: none; font-size: 14px;}
        nav ul ul li a:hover { background-color: #555; }

        /* Navigation CSS3 styling */
        .rgba #countdown
        {
            background: rgba(0, 0, 0, 0.75);
        }
        .boxshadow.rgba nav
        {
            -moz-box-shadow:-1px 5px 5px rgba(0,0,0,.75);
            -webkit-box-shadow:-1px 5px 5px rgba(0,0,0,.75);
            box-shadow:-1px 5px 5px rgba(0,0,0,.75);
        }
        .boxshadow.rgba nav ul ul { background-color:rgba(0,0,0,0.8); -moz-box-shadow:2px 2px 2px rgba(0,0,0,.8); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,.8); box-shadow:2px 2px 2px rgba(0,0,0,.8); }
        .rgba nav ul ul li { border-left:1px solid rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.1); }
        .rgba nav ul ul a:hover { background-color:rgba(85,85,85,.9); }
        .rgba nav li a:hover { background: rgba(224, 225, 225, 0.75); }

    /**************************************************************************/


    #countdown
    {
        margin-top: 25px;
        padding: 5px;

        height: 31px;

        text-align: center;
        background: #000;
        color: #fff;
        font-size: 197%; /* 26 px */
    }
        .rgba #countdown
        {
            background: rgba(0, 0, 0, 0.75);
        }
        .boxshadow.rgba #countdown
        {
            -moz-box-shadow:-1px 5px 5px rgba(0,0,0,.75);
            -webkit-box-shadow:-1px 5px 5px rgba(0,0,0,.75);
            box-shadow:-1px 5px 5px rgba(0,0,0,.75);
        }



    /* Heading text "En person har påverkat vår värld mer än någon annan..."  */
    #heading
    {
        margin: 160px 0 0 -5px;
    }
        #heading h1
        {
            display: inline;
            padding: 5px 10px 5px 10px;
            background: #000;
            color: #fff;
            font-size: 197%; /* 26 px */
            font-weight: normal;
        }
            .rgba #heading h1
            {
                background: rgba(0, 0, 0, 0.75);
            }
            .boxshadow.rgba #heading h1
            {
                -moz-box-shadow:1px 5px 5px rgba(0,0,0,.75);
                -webkit-box-shadow:1px 5px 5px rgba(0,0,0,.75);
                box-shadow:1px 5px 5px rgba(0,0,0,.75);
            }
        
    /**************************************************************************/

#main
{
    color: rgb(224, 225, 255);
    font-size: 123.1%; /* 16px */
}
#kontakt
{
    margin-left: -90px;
    width: 890px;
    font-size: 93%; /* 12px */
}
    .kontakt_item
    {
        float: left;
        margin: 10px;
        width: 423px;
        border: 1px solid #999999;
    }
        .kontakt_item p
        {
            margin: 10px 0px;
        }
        .kontakt_item img
        {
            float: left;
            padding: 5px;
    }

#footer
{
    margin: 25px 0 20px 15px;
}
    #pingst_logo
    {
        background: url(../images/design/pingst-logga.png) no-repeat top left;
        
    }
        #pingst_logo a
        {
            display: block;
            width: 247px;
            height: 54px;
        }

