td
{
    font-family: arial,helvetica;
    font-weight: normal;
    font-size: 12px;
    color: #585880;
}

A:link
{
    color: #3E4B99;
    text-decoration: none;
}
A:unknown
{
    color: #3E4B99;
    text-decoration: underline;
}
A:hover
{
    color: #AE2828;
    text-decoration: underline;
}

A:active
{
    color: #6464FE;
    text-decoration: underline;
}
A:visited
{
    color: #3E4B99;
    text-decoration: none;
}

/* 
------------- CSS anvendt til login, m.m. -----------------
 */

.errortext
{
    font-family: arial,helvetica;
    font-weight: normal;
    font-size: 12px;
    color: #ff0000;
}

.oktext
{
    font-family: arial,helvetica;
    font-weight: normal;
    font-size: 12px;
    color: #19A92D;
}

.loginsubheader
{
    font-family: arial,helvetica;
    font-weight: bold;
    font-size: 20px;
    color: #005688;
}

.loginsubheader2
{
    font-family: arial,helvetica;
    font-weight: bold;
    font-size: 16px;
    color: #005688;
}

.loginheading
{
    font-family: arial,helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #68A052;
    line-height: 14px;
}



.divlogoff
{
    position: relative;
    left: 10px;
    top: 8px;
}

.divmenu
{
    position: relative;
    left: 5px;
    top: -1px;
}


