/* Stylesheet */

body
{
    background-color: #F0F0F0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-y:scroll;
}
tr
{
    font-family: Arial;
    font-size: 12px;
    color : #000000;
}
b
{
    font-weight: bold;
}
img
{
    border: 0px;
}
center
{
    text-align: center;
}
div.body
{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0px;
}
img.foto
{
    text-align: right;
    margin: 0 0 10 10;
    padding: 0 0 10 10;
}
.menu
{
    color : #FFFFFF;
}
.overskrift
{
    font-size: 16px;
    font-weight: bold;
}
.tekst
{
    line-height: 18px;
}
.roed
{
    color : #CC0000;
}
.oktekst
{
    color : #00CC00;
}
.seneste_nyt_overskrift
{
    font-size: 14px;
    font-weight: bold;
}
a:link
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:visited
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:hover
{
    color : #CC0000;
    background-color : transparent;
    text-decoration : underline;
}

/* Indstillinger for menu */
a.menu:link
{
    color : #FFFFFF;
    background-color : transparent;
    text-decoration : none;
}
a.menu:visited
{
    color : #FFFFFF;
    background-color : transparent;
    text-decoration : none;
}
a.menu:hover
{
    color : #F0F0F0;
    background-color : transparent;
    text-decoration : none;
}

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

/* Indstillinger for roed */
a.roed:link
{
    color : #CC0000;
    background-color : transparent;
    text-decoration : underline;
}
a.roed:visited
{
    color : #CC0000;
    background-color : transparent;
    text-decoration : underline;
}
a.roed:hover
{
    color : #990000;
    background-color : transparent;
    text-decoration : underline;
}