﻿html {
    height: 100%;
}

body {
    background: #fff url(../../img/website/bg.jpg) repeat-y;
    background-position: center top;
    margin: 0;
    padding: 0;
    height: 100%;
}

#main {
    width: 755px;
    margin: 0 auto;
    background: #fff;
    min-height: 100%;
    position: relative;
    overflow: auto;
}

#header {
    background: #f0efe8 url(../../img/website/header.jpg) no-repeat;
    height: 180px;
    margin: 0 3px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

#middle {
    margin-top: 55px;
    height: 100%;
    padding-bottom: 70px;
    overflow: auto;
}

#menu {
    width: 195px;
    float: left;
    background: url(../../img/website/rub_meny.gif) no-repeat;
    padding-top: 40px;
    margin: 0 3px;
}

    #menu a {
        color: #000;
    }

#content {
    width: 515px;
    float: right;
    margin-right: 30px;
    margin-top: 0px;
}

#footer {
    background: #f0efe8;
    padding: 5px 0;
    margin-left: 3px;
    width: 749px;
    height: 40px;
    clear: both;
}

    #footer p {
        text-align: center;
    }

.navigering {
    margin-left: 20px;
}

.navigering_markering {
    background: url(../../img/website/pil.gif) no-repeat;
}


h1 
{
    font-size: 17px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

h2 
{
    font-size: 16px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

h3 
{
    font-size: 15px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

h4 
{
    font-size: 14px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

h5
{
    font-size: 13px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

h6
{
    font-size: 12px;
    font-family: Tahoma, Verdana, Sans-Serif;
}

p 
{
    font-size: 13px;
    font-family: Trebuchet MS, Verdana, Sans-Serif;
    margin: 5px 0 8px 0;
}

li, td, th
{   
    font-size: 13px;
    font-family: Trebuchet MS, Verdana, Sans-Serif;
}

table tr td p {
    font-size: 13px;
}

ul li p, ol li p {
    font-size: 13px;
}

img {
    border: none;
}




#seekWindow {
    position: relative;
    top: 152px;
    left: 27px;
    width: 300px;
}

#shopbasket {
    width: 250px; 
    position: absolute; 
    top: 154px; 
    right: 35px;
}