﻿body
{
 background-image: url("./img/background.jpg");
 background-repeat: repeat-x;
 background-color: #58cafb;
}

TABLE.WebBody
{
 background-color: White;
 width: 980px;
 height: 150px;
 font-family: Calibri;
 font-size: 12px;
 padding: 13px 13px 13px 13px;
}

TD.HeaderLogo
{
 text-align: left;
}

TD.HeaderTekst
{
 color: #003a52;
 text-align: right;
}

TD.Spacer
{
 height: 13px;
}

TD.MenuBar
{
 height: 33px;
 background-color: #0174a5;
}

TD.WebTekst
{
 vertical-align: top;
 text-align: left;
 color: Black;
 height: 100%;
}

TABLE.Menu
{
 width: 100%;
 height: 100%;
 padding-left: 15px;
 padding-right: 15px;
}

TD.MenuItem
{
 text-align: center;
}

TD.MenuItem:hover
{
 background-color: #d27c01;
 text-align: center;
}


A.MenuItem
{
 color: White;
 font-size: 14px;
 text-decoration: none;
}

TD.SpacerSmall
{
 height:5px;
}

H1, H2
{
 font-size: 14px;
 color: #003a52;
}

A.IntroItem
{
 font-family: Calibri;
 color: #009de0;
 font-size: 18px;
 text-decoration: none;
}

A.IntroItem:hover
{
 color: #f28f00;
 font-size: 18px;
 text-decoration: underline;
}
