﻿body
{
    background-color    : Gray;
    font-family         : Verdana;
    font-size           : 12px;
}

.menuTable
{
    width               : 706px;
    font-weight         : bold;
}

th
{
    border-color        : Black;
    background-color    : #2e2e7c;
    color               : White;
}

td
{
    border-color        : Black;
}

.prisliste
{
    width               : 550px;
    font-weight         : bold;
    /*font-size           : 11px;*/
}

.noRightBorder
{
    border-right : none;
}

.noLeftBorder
{
    border-left : none;
}

.tabelLige
{
    background-color    : White;
    text-align          : right;
}

.tabelUlige
{
    background-color    : Silver;
    text-align          : right;
}

/* DIVS */
div
{
    background-color    : #dffbfd;
    color               : #552255;
    width               : 800px;
}

.dethele
{
    height              : 750px;
}

.header
{
    float               : left;
    height              : 200px;
    padding-top         : 10px;
}

.menu
{
    float               : left;
}

.content
{
    float               : left;
    min-height          : 550px;
}

.footer
{
    float               : left;
    height              : 40px;
    font-weight         : bold;
}

.indryk
{
    width               : 706px;
    text-align          : left;
}

.kontakt
{
    width               : 200px;
    border              : solid 1px black;
    background-color    : Silver;
    position            : relative;
    top                 : 25px;
    /*filter: progid:DXImageTransform.Microsoft.dropShadow( Color=cccccc,offX=2,offY=2,positive=true);*/
}

.bund
{
    position            : relative;
    top                 : 46px;
/*    top                 : 110px;*/
}

.bundForside
{
    position            : relative;
    top                 : 72px;
}

a
{
    color               : Navy;
    text-decoration     : none;
}

a:hover
{
    color               : #b15434;
    text-decoration     : underline;
}

ul
{
    line-height         : 20px;
}

.billede
{
    border              : none;
}

.valgtMenu
{
    color               : #b15434;
}