﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 80%;
    background: #7e0000;
    color: #000000;
}

h2
{
    text-align: center;
    margin: 0px 0px 10px 0px;
}

h3
{
    text-align: center;
    margin: 0px 0px 10px 0px;
}

#Main
{
    width: 814px;
    margin: auto auto auto auto;
}

#Banner
{
    width: 814px;
    height: 118px;
    background: transparent url(DesignIMG/Banner.jpg);
}
    #Admin
    {
        padding: 10px 0px 0px 10px;
    }
        #Admin a
        {
            color: #ffffcf;
        }
        
        #Admin a:hover
        {
            color: #7e0000;
        }

#Left
{
    width: 232px;
    padding: 0px 0px 102px 0px;
    background: transparent url(DesignIMG/Menu_Bottom.jpg) bottom no-repeat;
}

#Stretch
{
    width: 232px;
    height: 396px;
    background: transparent url(DesignIMG/Menu_stretch.jpg);
}

#Menu
{
    width: 232px;
    height: 395px;
    background: transparent url(DesignIMG/Menu.jpg);
}

#Right
{
    width: 582px;
    height: 498px;
    background: transparent url(DesignIMG/Text.jpg);
    float: right;
}

#Padding
{
    margin: 10px 20px 0px 10px;
    height: 480px;
    background: transparent url(DesignIMG/Watermark.jpg) bottom right no-repeat;
}

a
{
    color: #7e0000;
    text-decoration: none;
    outline-style: none;
}

a:hover
{
    text-decoration: underline;
}

.PicRight
{
    float: right;
    margin: 5px 0px 5px 5px;
}

.PicLeft
{
    float: left;
    margin: 5px 5px 5px 0px;
}

#C
{
    width: 135px;
    font-size: 80%;
    margin: -95px 0px 0px 30px;
    color: #7f7f7f;
}

.understreg
{
    border-bottom: solid 1px #7e0000;
}

#Vimages
{
    padding: 0px 0px 0px 7px;
}

.TextCenter
{
    text-align: center;
    width: 100%;
}

.Comment
{
    font-style: italic;
    color: #666666;
}

/* Menu */

#Menu ul
{
    list-style-type: none;
    margin: 0px 0px 0px 35px;
    padding: 20px 0px 0px 0px;
}

#Menu ul a
{
    display: block;
    text-indent: 5px;
    width: 120px;
    height: 17px;
}

#Menu ul a:hover
{
    text-decoration: none;
    background: transparent url(DesignIMG/Menu_Hover.jpg) repeat-y;
}

#Sprog a
{
    display: block;
    width: 120px;
    height: 18px;
    margin: 20px 0px 0px 40px
}

#Sprog a img
{
    float: left;
    margin: 0px 5px 0px 0px;
}

.Liste
{
    margin: 0px 0px 0px 25px;
}

#DagensRetDiv
{
    width: 300px;
    margin: 0px auto 0px auto;
}

#DagensRetPagerDiv
{
    width: 124px;
    margin: 0px auto 0px auto;
}

/* Hidden Boxes */

.hiddenBox
{
    display: none;
}

.visibleBox
{
    position: absolute;
    left: 50%;
    background-color: #ffffcc;
    margin: 0px 0px 0px -290px;
    width: 580px;
    height: 400px;
    z-index: 9009; /*ooveeerrrr nine thoussaaaannnd*/
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.90;
    border: solid 1px #7e0000;
    padding: 3px 3px 0px 3px;
}

.Hist_Scroll
{
    overflow: auto;
    height: 365px;
    width: 570px;
    padding: 0px 5px 0px 5px;
}

.Hist_Scroll ul
{
    margin: 0px 20px 0px 20px;
}