﻿html
{
  overflow-y: scroll;
}

body, td
{
  font-family: Garamond;
  line-height: 1.5;
  font-size: 14px;
}

.content
{
  font-family: Garamond;
  font-size: 14px;
  margin: 0px;
}

A
{
  color: #33602F;
  text-decoration: none;
}

img
{
  border-width: 0px;
}

A:hover
{
  text-decoration: underline;
}

ul
{
  margin-left: 20px;
}

h1
{
  font-family: Garamond;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 1em;
}

h2
{
  font-family: Garamond;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -1em;
}

TD.column1
{
  padding: 0px 15px 0px 0px;
  vertical-align: top; /*text-align: justify;*/
  width: 50%;
}

TD.column2
{
  padding: 0px 0px 0px 15px;
  vertical-align: top; /*text-align: justify;*/
  width: 50%;
}

TD.TopMenuItem A
{
  display: block;
  width: 132px;
  height: 28px;
  text-align: center;
  border-bottom: solid 9px white;
  cursor: pointer;
  color: Black;
  text-decoration: none;
  color: Black;
  font-size: 16px;
}

TD.SelectedTopMenuItem A
{
  border-bottom: solid 9px #33602F;
}

TD.TopMenuItem a:hover
{
  border-bottom: solid 9px #91B090;
}

A.LeftMenuHeader, A.LeftMenuHeader:hover
{
  color: Black;
  padding-bottom: 10px;
}

A.LeftSubMenuItem:hover
{
  text-decoration: none;
  font-weight: bold;
}  

A.LeftMenuItem
{
  color: Black;
}

A.LeftMenuItem:hover, A.SelectedLeftMenuItem
{
  font-weight: bold;
  color: #33602F;
}

A.LeftSubMenuItem, A.SelectedLeftSubMenuItem, A.SelectedLeftSubMenuItem:hover
{
  display: block;
  padding-left: 50px;
  text-decoration: none;
}

A.SelectedLeftSubMenuItem
{
  font-weight: bold;
}

/* Generelt for alle left menu items: */
A.LeftMenuItem, A.SelectedLeftMenuItem, A.LeftMenuHeader
{
  display: block;
  font-size: 14px;
  width: 220px;
  padding-right: 10px;
  padding-left: 40px;
  line-height: 1.5;
  text-decoration: none;
}

A.LeftMenuItemWithBottomPadding
{
  padding-bottom: 1em;
}

table.greenbox
{
  background-color: #B1C6B6;
  width: 100%;
}

table.greenbox td
{
  color: White;
  font-family: Verdana;
  font-size: 11px;
  padding: 10px;
}

table.greenbox A
{
  color: White;
}
