#wrapper
{
    /*float: left;*/
    position: relative;
    margin: 0px auto;
    width: 990px;
    overflow: hidden;
}

#pagetop
{
    float: left;
    width: 980px;
    margin-bottom: 20px;
}

#logo
{
    float: left;
    width: 60px;
    height: 80px;
    overflow: hidden;
    margin: 0px;
}

#logo img
{
    border: none;
}

#searchfieldarea
{
    float: left;
    width: 409px;
    height: 80px;
    overflow: hidden;
    background: url(../graphics/searchfieldarea_bgr.gif) 0 0 no-repeat;
    margin-bottom: 20px;
}

#searchfieldarea form
{
    float: left;
    width: 389px;
    margin: 10px 10px 0px 10px;
    display: inline; /* Fixar en IE-bugg med marginaler... */
}

#searchfieldarea h1
{
    color: #BBE39F;
    font-size: 1.4em;
    float: left;
    margin: 0px 0px 10px 0px;
    display: inline; /* Fixar en IE-bugg med marginaler... */
}

.searchfield
{
    float: left;
    width: 200px;
    height: 20px;
    border: 1px solid #2B8B05;
    display: inline; /* Fixar en IE-bugg med marginaler... */
}

.searchbutton
{
    float: left;
    margin-left: 3px;
    display: inline; /* Fixar en IE-bugg med marginaler... */
}

#bannerarea
{
    float: left;
    margin-left: 2px;
    margin-bottom: 20px;
    width: 569px;
    height: 80px;
    background: url(../graphics/bannerarea_bgr.gif) 0 0 no-repeat;
}

#bannerarea img
{
    border: none;
}

#archiveoptions
{
    position: absolute;
    top: 163px;
    left: 10px;
    width: 200px;
    background-color: #FFF;
    border: 1px solid #3E8B00;
    visibility: hidden;
}

#archiveoptionscontent
{
    float: left;
    margin: 5px;
}

#archiveoptions input
{
    height: 1em;
    width: 1em;
    float: left;
    margin: 1px 5px 0px 0px;
    display: inline; /* Fixar en IE-bugg med marginaler... */
}

#archiveoptionserror
{
    position: absolute;
    top: 163px;
    left: 215px;
    width: 170px;
    background-color: #FFF;
    border: 1px solid #3E8B00;
    visibility: hidden;
}

#archiveoptionserrorcontent
{
    float: left;
    margin: 5px;
}

#archiveoptions h3, #archiveoptionserror h3
{
    margin: 0px;
    line-height: 130%;
}

#archiveoptions p, #archiveoptionserror p
{
    width: 160px;
    line-height: 130%;
    margin: 0px;
    color: #5D5D5D;
}

#startdisplay
{
    float: left;
    width: 980px;
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
}

#maincontent
{
    float: left;
    width: 980px;
    margin-bottom: 20px;
}

#pagefooter
{
    float: left;
    width: 980px;
    height: 30px;
    background: url(../graphics/pagefooter_bgr.gif) 0 0 no-repeat;
    margin-bottom: 20px;
}

#pagefooter p
{
    color: #FFF;
    margin-left: 10px;
    line-height: 2.5em;
}

#pagefooter a
{
    color: #FFF;
}

.advancedlink
{
    float: right;
    color: #FFF;
    margin-top: 10px;
}

.advancedlink a
{
    color: #FFF;
}

.leftimage
{
    float: left;
    margin-right: 10px;
}