P
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: 'Arial';
}
H1
{
    FONT-SIZE: 27pt;
    FONT-FAMILY: 'Arial';
}
H2
{
    FONT-SIZE: 18pt;
    FONT-FAMILY: 'Arial';
}
H3
{
    FONT-SIZE: 13pt;
    FONT-FAMILY: 'Arial';
}
A
{
    COLOR: black;
    FONT-FAMILY: 'Arial';
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: black;
    TEXT-DECORATION: underline;
}
BODY
{
    COLOR: black;
    BACKGROUND-COLOR: White;
}
.special
{
    COLOR: red;
    BACKGROUND-COLOR: blue;
}
.menu
{
    FONT-SIZE: 14pt;
    COLOR: black;
    FONT-FAMILY: 'Arial';
    TEXT-DECORATION: none;
}
TEXTAREA
{
    BACKGROUND-COLOR: transparent;
}
INPUT
{
}
LI
{
    TEXT-INDENT: 0px;
}
UL
{
    TEXT-INDENT: 0px;
}
B
{
    COLOR: blue;
    FONT-FAMILY: 'Arial';
}
I
{
    COLOR: black;
    FONT-FAMILY: 'Arial';
}
#bar
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    LEFT: 0px;
    VISIBILITY: hidden;
    BORDER-LEFT: thin;
    WIDTH: 120px;
    BORDER-BOTTOM: thin;
    POSITION: absolute;
    TOP: 70px;
    HEIGHT: 150px;
    BACKGROUND-COLOR: #88bbf4;
    TEXT-ALIGN: left;
}
.Menu
{
    POSITION: absolute;
    BACKGROUND-COLOR: transparent;
}
.SearchMenu
{
	border-right: 2px solid;
	border-top: 2px solid;
	visibility: visible;
	border-left: 2px solid;
	width: 100px;
	border-bottom: 2px solid;
	position: absolute;
	top: 35px;
	background-color: #5e865e;
	text-align: left;
}
.SubSMenu
{
    BORDER-RIGHT: 2px solid;
    BORDER-TOP: 2px solid;
    VISIBILITY: hidden;
    BORDER-LEFT: 2px solid;
    WIDTH: 100px;
    BORDER-BOTTOM: 2px solid;
    POSITION: absolute;
    TOP: 35px;
    BACKGROUND-COLOR: #5e865e;
    TEXT-ALIGN: left;
}
.MenuText
{
	border-right: thin;
	border-top: thin;
	font-size: small;
	margin-left: 2px;
	border-left: 1px;
	color: black;
	margin-right: 2px;
	border-bottom: thin;
	font-family: 'Arial';
	position: relative;
	top: 0px;
	text-align: center;
}
TH
{
    FONT-FAMILY: 'Arial';
    TEXT-ALIGN: center
}
.Description
{
    BORDER-RIGHT: thin solid;
    BORDER-TOP: thin solid;
    FONT-SIZE: small;
    VISIBILITY: hidden;
    BORDER-LEFT: thin solid;
    COLOR: green;
    BORDER-BOTTOM: thin solid;
    FONT-FAMILY: 'Arial';
    POSITION: absolute;
    BACKGROUND-COLOR: mediumturquoise;
}
.Title
{
    FONT-SIZE: large;
    COLOR: blue;
    FONT-FAMILY: 'Arial';
    POSITION: absolute;
    BACKGROUND-COLOR: transparent;
}

#beskrivelse
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-size: smaller;
	border-left: black thin solid;
	border-bottom: black thin solid;
	font-family: 'Arial';
	background-color: aliceblue;
}

