﻿html,body  {
	font: normal 87%/100% "Arial", Helvetica neue, Helvetica, sans-serif;
	background: #FFFFFF;
	line-height:18px;
}

a
{
    color: #4AB8D3;
    text-decoration: none;
    font-weight:bold;
}

.anchor
{
    color:#000;
    text-decoration:none;
}

select, input
{
    font-family: verdana;
    font-size:80%;
}


.Main
{
    min-width: 980px;
    width: 980px;
    float:left;
    clear:both;
    margin:15px 0px 20px 20px;
    padding-top:30px;
}

* html .Main
{
    width: 980px;
    margin:15px 20px 20px 10px;
}

.foot
{
    clear:both;
    width:960px;
    text-align:center;
    border-top:solid whitesmoke 1px;
    padding-top:5px;
    margin-top:20px;
    font-size:9pt;
}
.foot a
{
    color: Black;
    font-weight:normal;
    text-decoration: none;
}
.foot .cyandot
{
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 1px;
}
.styrelse
{
    padding:10px 0 8px 0;
    border-bottom:1px solid #eee;
    clear:both;
    height:135px;
}

.kursiv
{
    font-style:italic;
}


.SiteSearchResults
{
    position: absolute;
    left: 632px;
    top: 278px;
    z-index: 99;
    background-color:White;
    border: solid #B1D7E0 1px;
    width: 366px;
    display: none;
}

.searchResultsHeader
{
    background-image: url(/StaticFiles/Images/Search/bgHeader.png);
    background-repeat: no-repeat;
    padding: 10px;
    height: 20px;
}


.SearchInput
{
    /*background-image:url(/StaticFiles/Images/Search/Watermark.png); */
    background-repeat:no-repeat;
    border: solid #f3f3f3 3px;
    padding: 7px 0px 7px 10px;
    /*margin-left: 4px; 
    margin-top: 4px;*/
}

.gsc-resultsHeader
{
    width: 300px;
    display: none;
}
.gsc-twiddle
{
    float: left;
}

.gsc-stats
{
    float: left;
}

.gsc-results-selector, .gs-visibleUrl-short
{
    display: none;
}

.gs-title
{
    /* Page title */
}

.gs-snippet
{
    /* Description */
    font-size: 85%;
}

.gs-visibleUrl-long
{
    /* Url */
    /*color: #4AB8D3;*/
    font-size: 85%;
}

.gs-watermark
{
    /* Watermark */
    color: Black;
    font-size: 80%;
}

.gs-result
{
    padding-top: 10px;
    padding-bottom: 10px;
}


.gs-divider
{
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    border-bottom: solid #B1D7E0 1px;
    border-top: solid #B1D7E0 1px;
}

.gs-visibleUrl-long, .gs-snippet, .gs-title
{
    width: 317px;
    overflow: hidden;
}

.gsc-trailing-more-results
{
    display: none;
}

.gsc-cursor-page 
{
    display:none;
}