﻿#tilbake
{
    background-color: #0c0b2d;
    font-family: Verdana;
    color: White;
    height: 29px;
    line-height: 38px;
    font-size: 14px;
    background-image: url("../Grafikk/Dekor/venstrepil.jpg");
    background-repeat: no-repeat;
    background-position: 10px 0px;
    font-size: 10px;
    display: block;
}

#FylkeMeny
{
    width: 225px;
    float: left; /**/
    border-top: 0;
}

#FylkeMeny ul
{
    list-style-type: none;
    padding: 0px;
    text-align: left;
    text-indent: 5px;
    margin: 0px;
    overflow: hidden;
    background-color: black;
    border: solid #333 1px;
}

#FylkeMeny ul li div
{
    background-color: #D4D4D4;
    font-family: Verdana;
    font-size: 14px;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
}

#FylkeMeny ul li ul li
{
    list-style-type: none;
    margin-top: 1px;
}

#FylkeMeny ul li ul li a
{
    display: block;
    text-decoration: none;
    margin-top: 1px; /*background-color: #c9c9c9;*/
    background-color: Gray;
    color: white;
    font-family: Verdana;
    font-size: 10px;
    padding-left: 5px;
    line-height: 20px;
}

.forh_mail
{
    color: Blue;
    text-decoration: underline;
    padding-right: 20px;
    background-image: url("../Grafikk/Dekor/email.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.forh_mail:hover
{
    background-position: right bottom;
}

.forh_web
{
    color: Blue;
    text-decoration: underline;
    padding-right: 20px;
    background-image: url("../Grafikk/Dekor/web.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.forh_web:hover
{
    background-repeat: no-repeat;
    background-position: right bottom;
}

.ForhandlerRamme
{
    border-top: none;
    margin-left: 4px;
    text-align: center;
}

.ForhandlereValgMetode
{
    width: 365px;
    float: left;
    overflow: auto;
    position: relative;
}

.ForhandlereHeader
{
    color: white;
    font-family: Verdana;
    text-align: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background-color: #0c0b2d;
    border-left: solid gray 3px;
}

.ddList_typeValg
{
    float: right;
    position: relative;
}

.ForhandlereValgMetodeBody
{
    height: 500px;
    overflow: auto;
}

.ForhandlereValgMetodeBody .SearchResult
{
    border: solid black 1px;
    background-color: #fcffd4;
    margin: 20px;
    padding: 20px;
    display: block;
    font-family: Verdana;
    font-size: 12px;
}

.ForhandlereValgMetodeBody a
{
    color: Blue;
    text-decoration: underline;
}

.ForhandlereFylke
{
    display: block;
    font-family: Verdana;
    font-size: 14px;
    float: left;
    border: solid black 1px;
    width: 160px;
    margin: 15px;
}

.forhandlerFylkeWrapper
{
    display: block;
    float: left;
    border-bottom: solid gray 3px;
    width: 340px;
    text-align: left;
    margin: 10px;
    padding-bottom: 10px;
    font-family: Verdana;
    font-size: 13px;
}

#postnrClick
{
    background-image: url("../Grafikk/Dekor/searchButton.jpg");
    background-repeat: no-repeat;
    width: 106px;
    height: 40px;
    margin-left: 50px; /*float:left;*/
    cursor:pointer;
}
#postnrClick:hover
{
    background-image: url("../Grafikk/Dekor/searchButton_Hover.jpg");
    width: 106px;
    height: 40px;
}

#PostSearchResult
{
    display: none;
    float: left;
    
    font-size: 13px;
    text-align: left;
    
}

#PostSearchResult table
{
    border-collapse:collapse;
    background:none;
}

#PostSearchResult td
{
    height:16px;
}


