﻿body
{
    margin: 0px;
    background: url(../images/design/pattern_bg.jpg) repeat-x;
}
#main
{
    width: 995px;
    margin: auto;
}
#top
{
    height: 105px;
    background: url(../images/design/miriam.png) no-repeat;
}
#top a.menu
{
    display: block;
    float: right;
    width: 122px;
    height: 40px;
    background: url(../images/design/btn_top.png) bottom;
    margin-top: 65px;
    margin-left: 2px;
}
#top a.admin
{
    float: left;
}
#top a.menu:hover, #top a.menu.active
{
    background-position: top;
}
#top a.menu span
{
    width: 122px;
    height: 15px;
    display: block;
    background: no-repeat bottom center;
    margin-top: 17px;
}
#top a.menu:hover span, #top a.menu.active span
{
    background-position: top;
}
#top a.menu span.forside
{
    background-image: url(../images/design/forside.png)
}
#top a.menu span.galleri
{
    background-image: url(../images/design/galleri.png)
}
#top a.menu span.produkter
{
    background-image: url(../images/design/produkter.png)
}
#top a.menu span.priser
{
    background-image: url(../images/design/priser.png)
}
#top a.menu span.kontakt
{
    background-image: url(../images/design/kontakt.png)
}
#header
{
    width: 995px;
    height: 280px;
    margin-top: 10px;
}
#ctl00_info
{
    display: block;
    width: 400px;
    height: 280px;
    position: absolute;
    background: url(../images/design/info.png) no-repeat center;
    z-index: 3;
    outline: 0px;
}
#infoBg
{
    height: 280px;
    position: absolute;
    background: url(../images/design/info_bg.png);
    z-index: 2;
}
#overlay
{
    height: 280px;
    width: 995px;
    display: none;
    position: absolute;
    z-index: 1;
}
#content
{
    margin: 30px 20px 50px 20px;
}