BODY
{
    background-color: Black;
    margin-top: 0px;
    margin-bottom: 0px;
}

TABLE
{
    font-family: Verdana;
    font-size: 10px;
}

TABLE.WebBody
{
    width: 980px;
    height: 100%;
    background-color: White;
}

TD.Header
{
    height: 147px;
}

TD.MenuBar
{
    height: 24px;
    background-image: url("/img/background_menubar.jpg");
    padding-left: 10px;
    padding-right: 10px;
}

TD.WebTekst
{
    height: 100%;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
}

TABLE.WebTekst
{
    width:100%;
    height: 100%;
}

TD.SubMenu
{
    width: 250px;
    vertical-align: top;
    border: solid 1px gray;
    background-color: ButtonFace;
    padding: 5px 5px 5px 5px;
    
}

TD.Tekst
{
    vertical-align:top;
    padding-left: 15px;
    padding-right:15px;
}

H1, H2, H3
{
    color: #2b4171;
    font-size: 13px;
}

TD.Footer
{
    height: 24px;
    background-image: url("/img/background_menubar.jpg");
    padding-left: 10px;
    padding-right: 10px;
    color: White;
    text-align:center;
    font-size: 9px;
}

A.MenuItem
{
    color: White;
    text-decoration: none;
}

A.MenuItem:hover
{
    text-decoration: underline;
}

A.SubMenuItem
{
    color: Black;
    text-decoration: none;
}

A.SubMenuItem:hover
{
    color: Navy;
}

A
{
    color: #2b4171;
    text-decoration: none;
}

A:hover
{
    color: #2b4171;
    text-decoration: underline;
}