﻿body 
{
    font-family: Verdana;
    font-size: 8pt;
    background-color: #eeeeee;
}

body.Login
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    vertical-align: middle;
}

p.Heading
{
    font-size: 12pt;
    font-weight: bold;
}

p.topText
{
    color: black;
}

Div.inputPanel
{
    background: #cccccc;
}

/* Diverse links */

a
{
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    font-size: 8pt;
    text-decoration: underline;
}
a:Visited
{
    color: #000000;
    font-size: 8pt;
}

a.menues
{
    color: White;
    font-size: 8pt;
    text-decoration: none;
}
a:hover.menues
{
    color: White;
    font-size: 8pt;
    text-decoration: underline;
}
a:Visited.menues
{
    color: White;
    font-size: 8pt;
}

a.Red
{
    color: #892626;
    font-size: 8pt;
    text-decoration: none;
}
a:hover.Red
{
    color: #892626;
    font-size: 8pt;
    text-decoration: underline;
}
a:Visited.Red
{
    color: #892626;
    font-size: 8pt;
}


p.menues
{
    color: #bbccdd;
    font-size: 8pt;
    text-decoration: none;
}

/* Diverse tabeller */
td.administratormenuTitle
{
    width: 100%;
    background-color: #445566;
    font-weight:bold;
    color: White;
    height: 20px;
    
}

