﻿/* Huvudmeny
****************************/
div#navcontainer
{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.menylink
{
    position: relative;
    z-index: 1;
}

div#navcontainer ul
{
    text-align: center;
    display: block;
    float: left;
}

div#navcontainer ul li
{
    display: block;
    float: left;
}

div#navcontainer ul li a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    background-image: url(/Staticfiles/Graphics/flik_inaktiv.png);
    background-repeat: no-repeat;
    width: 115px;
    display: block;
    float: left;
    background-position: center;
    height: 25px;
    padding-top: 5px;
}

div#navcontainer ul li a:hover
{
    color: #000000;
}

div#navcontainer ul li a.activetab
{
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
     background-image: url(/Staticfiles/Graphics/flik.png);
    background-repeat: no-repeat;
    color: #000000;
    width: 115px;
    display: block;
    float: left;
    background-position: center;
    height: 25px;
    padding-top: 5px;
}
body.index a#index, body.kontakt a#kontakt, body.lankar a#lankar
{
    background-image: url(/Staticfiles/Graphics/flik.png);
    background-repeat: no-repeat;
    color: #000000;
}

/* Objektmeny
****************************/


div#navcontainerObj
{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

div#navcontainerObj ul
{
    display: block;
    float: left;
}

div#navcontainerObj ul li
{
    display: block;
    float: left;
}

div#navcontainerObj ul li a
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    width: 72px;
    display: block;
    float: left;
    background-image: url(/Staticfiles/Graphics/flikObj2_inaktiv.png);
    background-repeat: no-repeat;
    height: 20px;
    padding-left: 3px;
}
div#navcontainerObj ul li a.active
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    width: 72px;
    display: block;
    float: left;
    background-image: url(/Staticfiles/Graphics/flikObj2.png);
    background-repeat: no-repeat;
    height: 20px;
    padding-left: 3px;
}
div#navcontainerObj ul li a:hover
{
    color: #000000;
}
a#ObjVilla
{
    background-image: url(/Staticfiles/Graphics/flikObj2.png);
    background-repeat: no-repeat;
    color: #000000;
}


