﻿*
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

body
{
    font-family: Arial;
    font-size: .85em;
    background: #fff;
}



#wrap
{
    width: 950px;
    margin: 0 auto;
}

#header
{
    width: 950px;
    position:relative;
}

#slider
{
    width:950px;
    height:480px;
}

#menu
{
    width: 950px;
    height: 50px;
    background: url(../img/menuback.png) repeat-x;
    margin-top: -50px;
    position:relative;
    z-index:999;
}

#content
{
    width: 950px;
    background: url(../img/contentbackstart.jpg) repeat-y;
    padding: 20px 0;
    margin: 1px 0;
}

#subcontent
{
    width: 910px;
    background: url(../img/subcontentback.jpg) repeat-y;
    padding: 20px 20px;
    margin: 1px 0;
}

#subcontent_left
{
    float: left;
    width: 580px;
}

#subcontent_right
{
    float: right;
    width: 300px;
}

#content_left
{
    width: 275px;
    float: left;
    padding: 0 20px;
}

#content_middle
{
    width: 276px;
    float: left;
    padding: 0 20px;
}

#content_right
{
    width: 275px;
    float: left;
    padding: 0 20px;
}

#footer
{
    width: 910px;
    height: 116px;
    background: url(../img/footer.png) repeat-x;
    color: #c9c9c9;
    padding: 0 20px;
}

.clear
{
    clear: both;
}

#logo
{
    position: relative;
    z-index: 999;
    top: 29px;
    /*left: 10px;*/
    margin-bottom:-113px;
}





/* TYPOGRAFI */
a
{
    text-decoration: none;
    color: #ff0000;
}

p
{
    padding-bottom: 20px;
}

h1
{
    font-size: 2em;
    margin-bottom: 20px;
    color: #000;
}








/* MENY */
#navbar
{
    list-style: none;
    margin-left: 15px;
}

    #navbar li
    {
        float: left;
        margin-right: 30px;
        padding-top: 15px;
    }

        #navbar li a
        {
            color: #fff;
            font-size: 1.9em;
        }





/* GALLERI */
.gallery_image_div
{
    float: left;
    margin: 0 25px 25px 0;
}

.album_image_div
{
    float: left;
    margin: 0 25px 25px 0;
    text-align: center;
}
