﻿.foo {}

a.OpretEmne:link
{
    color: #f38d1e;
    text-decoration: none;
    padding-left: 35px;
    background: url(billeder/Ikoner/opretemne.png) no-repeat left center;
    line-height: 28px;
}
a.OpretEmne:visited
{
    color: #f38d1e;
    text-decoration: none;
    padding-left: 35px;
    background: url(billeder/Ikoner/opretemne.png) no-repeat left center;
    line-height: 28px;
}
a.OpretEmne:hover
{
    color: #1980D3;
    text-decoration: underline;
    padding-left: 35px;
    background: url(billeder/Ikoner/opretemne_hover.png) no-repeat left center;
    line-height: 28px;
}
a.OpretEmne:active
{
    color: #1980D3;
    text-decoration: none;
    padding-left: 35px;
    background: url(billeder/Ikoner/opretemne_hover.png) no-repeat left center;
    line-height: 28px;
}

tbody.tbody tr td a:link
{
    color: #000;
    text-decoration: none;
}
tbody.tbody tr td  a:visited
{
    color: #666;
    text-decoration: none;
}
tbody.tbody tr td a:hover
{
    color: #000;
    text-decoration: underline;
}
tbody.tbody tr td a:active
{
    color: #000;
    text-decoration: underline;
}

a.BrugerLink:link
{
    text-decoration: none;
    color: Black;
}
a.BrugerLink:visited
{
    text-decoration: none;
    color: Black;
}
a.BrugerLink:hover
{
    color: #1980D3;
    text-decoration: underline;
}
a.BrugerLink:active
{
    color: #1980D3;
    text-decoration: none;
}


a.NoBrugerLink:link
{
    text-decoration: none;
    color: Black;
}
a.NoBrugerLink:visited
{
    text-decoration: none;
    color: Black;
}
a.NoBrugerLink:hover
{
    text-decoration: none;
    color: Black;
}
a.NoBrugerLink:active
{
    text-decoration: none;
    color: Black;
}

a.DiskretLink:link
{
    text-decoration: none;
    color: #888888;
    border-bottom: solid 1px transparent
}
a.DiskretLink:visited
{
    text-decoration: none;
    color: #888888;
    border-bottom: solid 1px transparent
}
a.DiskretLink:hover
{
    color: #888888;
    text-decoration: none;
    border-bottom: solid 1px #1980D3
}
a.DiskretLink:active
{
    color: #888888;
    text-decoration: none;
    border-bottom: solid 1px #1980D3
}

