/* Stylesheet */

body
{
    background-color: #FFFFFF;
    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;
}
div.body
{
    width: 100%;
    position: absolute;
    text-align: center;
}
table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0px;
}
.menu
{
    font-weight: bold;
    line-height:30px;
}
.overskrift
{
    font-size: 26px;
    font-weight: bold;
}
.underoverskrift
{
    font-weight: bold;
}
.str18
{
    font-size: 18px;
    font-weight: bold;
}
.tabeloverskrift
{
    color : #FFFFFF;
    font-weight: bold;
}
.kurvoverskrift
{
    color : #DE761C;
    font-weight: bold;
}
.udtonet
{
    color : #999999;
}
.adresse
{
    font-size: 11px;
}
.fejltekst
{
    font-weight: bold;
    color : #942723;
}
.oktekst
{
    font-weight: bold;
    color : #00CC33;
}
a:link
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:visited
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:hover
{
    color : #942723;
    background-color : transparent;
    text-decoration : underline;
}

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

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

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