/* Stylesheet */

body
{
    background-color: #C5E3D1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-y:scroll;
}
tr
{
    font-family: Tahoma;
    font-size: 13px;
    color : #000000;
}
b
{
    font-weight: bold;
}
center
{
    text-align: center;
}
img
{
    border: 0px;
}
hr
{
    border: 0;
    color: #00501E;
    background-color: #00501E;
    height: 1px;
}
div.body
{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0px;
}
.overskrift
{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    color : #000000;
}
.nyhedsdato
{
    color : #00501E;
}
.hvid
{
    color : #FFFFFF;
}
.roed
{
    color : #CC0000;
}
.galleritekst
{
    font-size: 11px;
    color : #FFFFFF;
}

a:link
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:visited
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:hover
{
    color : #333333;
    background-color : transparent;
    text-decoration : underline;
}

/* Indstillinger for nyheder */
a.nyheder:link
{
    color : #000000;
    background-color : transparent;
    text-decoration : none;
}
a.nyheder:visited
{
    color : #000000;
    background-color : transparent;
    text-decoration : none;
}
a.nyheder:hover
{
    color : #333333;
    background-color : transparent;
    text-decoration : none;
}

/* Indstillinger for hvid */
a.hvid:link
{
    color : #FFFFFF;
    background-color : transparent;
    text-decoration : underline;
}
a.hvid:visited
{
    color : #FFFFFF;
    background-color : transparent;
    text-decoration : underline;
}
a.hvid:hover
{
    color : #CCCCCC;
    background-color : transparent;
    text-decoration : underline;
}