body.g {
	background: #f8ffee;
	font-family: helvetica, sans-serif, arial;
	color: black; font-size: 10pt;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body.c {
	background: #f4f4ff;
	font-family: helvetica, sans-serif, arial;
	color: black;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	overflow: auto;
}
body.f {
	background: #fffaee;
	font-family: helvetica, sans-serif, arial;
	color: black;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	overflow: auto;
}
#container {
	width: 995px;
	margin: 0;
	background:#eeffdd;
	border: 0px;
}
#krop {
	background-color: #eeffdd;
	width: 995px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: left top;
}
body.g #krop {
	background-color: #eeffdd;
}
body.f #krop {
	background-color: #fff5dd;
}
body.c #krop {
	background-color: #f4f4ff;
}
body.g #krop {
	background-image: url(/billeder/bg/bgg4.png);
}
body.f #krop {
	background-image: url(/billeder/bg/bgf4.png);
}
body.c #krop {
	background-image: url(/billeder/bg/bgc4.png);
}
div#main {
    position: relative;
	width: 797px;
	left: 0px;
	top: 0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
	margin: 0px;
    float: right;
	overflow: hidden;
}
div#mainf {
    position: relative;
	width: 797px;
	left: 0px;
	top: 0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
	margin: 0px;
    float: right;
}
div#hoved {
	margin: 0;
	padding: 0px;
	border-bottom: 0px;
	background: #225500 url("/billeder/bg/hoved10g.gif");
	background-repeat: repeat-n;
	width: 995px;
	height: 90px;
}
.clb {
	height: 0;
	clear: both;
}

body.f div#hoved {
	background: #552200 url("/billeder/bg/hoved10f.gif");
}
body.c div#hoved {
	background: #220055 url("/billeder/bg/hoved10c.gif");
}
div#topmenu {
	background: #507242;
	position: absolute;
	width: 995px;
	height: 20px;
	left: 0px;
	top: 70px;
}
body.f div#topmenu {
	background: #a0522d;
}
body.c div#topmenu {
	background: #483d8b;
}
div#counter {
	background: #507242;
	text-align: right;
	color: #f0e68c;
	position: absolute;
	width: 76px;
	height: 20px;
	left: 914px;
	top: 70px;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	overflow: hidden;
	float: right;
}
div#counter2 {
	display: none;
}
body.f div#counter {
	background: #a0522d;
}
body.c div#counter {
	background: #483d8b;
}

div#menu {
    position: relative;
	width: 193px;
	left: 5px;
	top: 0px;
}
body.c div#menu {
	background: #cacaff;
}
body.c div#menu #blaa {
	color: #cacaff;
}
.pil {
	background:url(/billeder/bg/pilg.gif) right no-repeat;
}
body.f .pil {
	background:url(/billeder/bg/pilf.gif) right no-repeat;
}
#hmenu, #hmenu li, #hmenu ul {
	margin: 0;
	background: #507242;
	list-style: none;
}
body.f #hmenu, body.f #hmenu li, body.f #hmenu ul {
	background: #a0522d;
}
body.c #hmenu, body.c #hmenu li, body.c #hmenu ul {
	background: #483d8b;
}
#hmenu{
	float:left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #507242;
}
body.f #hmenu{
	border: 1px solid #a0522d;
}
body.c #hmenu{
	border: 1px solid #483d8b;
}
* html #hmenu {
	margin-left: 0px;
}
body.f td.bt {
	background: #ffeedd;
	text-align: justify;
	padding: 4px;
}
body.g td.bt {
	background: #ddffbb;
	text-align: justify;
	padding: 4px;
}
body.c td.bt {
	background: #e4e4ff;
	text-align: justify;
	padding: 4px;
}
#hmenu li {
	position: relative;
	float: left;
	behavior: url(/css/hover.htc); /* i.e. 6 */
}
#hmenu a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #eee8aa;
	text-decoration:none;
}
html * #hmenu a:hover {   /* opera */
	background: #8b4513;
	color: #ffd700;
}
#hmenu ul {
	display: none;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #225500;
	width: 14em;
	z-index: 1;
}
body.f #hmenu ul {
	border: 1px solid #8b4513;
}

#hmenu li li {
	float: none;
}
#hmenu li li a {
	padding: 0px;
}
* html #hmenu li li {
	display: inline;
}
* html #hmenu li li a {
	width :100%;
}
#hmenu li:hover {
	background: #8b4513;
	color: #ffd700;
}
#hmenu li:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
}
#hmenu > li:hover > ul {
	top: auto;
	left: auto;
}

#hmenu li.over ul { /* i.e. 6 */
	display: block;
	position: absolute;
}
#hmenu li.over ul ul {
	display: none;
}
#hmenu li.over ul li.over ul {
	display: block;
	position: absolute;
	top: 0;
	left: 96%;
}
#hmenu li.over ul li.over ul ul {
	display: none;
}
#hmenu li.over ul li.over ul li.over ul {
	display: block;
}

p {
	text-align: justify;
}
p.dato {
	margin: 0;
	text-align: left;
	font-size: 7pt;
}
h1 {
	font-size: 20pt;
	text-align: left;
}
h2 {
	font-size: 20pt;
	text-align: left;
}

h3 {
	font-size: 18pt;
	text-align: left;
}
h4 {
	font-size: 14pt;
	text-align: left;
}
h5 {
	font-size: 12pt;
	text-align: left;
}
div#main h1
	{
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#main h2
	{
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#main p
	{
	width: 490px;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 9px;
}
div#mainf p
	{
	margin: 0;
	padding: 0px;
	padding-bottom: 5px;
}
div#mainf p#fs1
	{
	width: 785px;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 9px;
}
div#main h5
	{
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
}
p#hcol
	{
	margin: 0;
	padding: 0px;
}
#box
	{
	background: #8fbc8f;
}
#box1
	{
	background: #bbeeaa
}
body.f #box			{background: #deb887}
body.f #box1		{background: #f5deb3}

div#menu h5
	{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	}
img {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}
img.b {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
img.c {
	margin-left: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
#hoved img	{
	margin: 0px;
	padding: 0px;
}
#counter img {
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
table {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
table.log {
	font-size: 7pt;
}
td.b, td.bt {
	padding: 0px;
	margin: 0px;
}
a:link {
	font-size: 10pt;
	text-decoration: none;
	line-height: 11pt;
	color: #00008b
}
a:visited		{font-size: 10pt; text-decoration: none; line-height: 11pt; color: #a52a2a}
a:active		{font-size: 10pt; text-decoration: none; line-height: 11pt; color: #006400}
a:focus			{font-size: 10pt; text-decoration: none; line-height: 11pt; color: #006400}
a:hover			{font-size: 10pt; text-decoration: none; line-height: 11pt; color: #ffd700; background: #8b4513}
a.cr:link		{font-size: 7pt; text-decoration: none; line-height: 10pt; color: #00008b}
a.cr:visited	{font-size: 7pt; text-decoration: none; line-height: 10pt; color: #a52a2a}
a.cr:active		{font-size: 7pt; text-decoration: none; line-height: 10pt; color: #006400}
a.cr:focus		{font-size: 7pt; text-decoration: none; line-height: 10pt; color: #006400}
a.cr:hover		{font-size: 7pt; text-decoration: none; line-height: 10pt; color: #ffd700; background: #8b4513}
a.m:link		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #bdb76b}
a.m:visited		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #bdb76b}
a.m:active		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #bdb76b}
a.m:focus		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #bdb76b}
a.m:hover		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 11pt; line-height: 11pt;
				color: #ffd700; font-weight: bold; background: #8b4513}
a.m2:link		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #f5deb2}
a.m2:visited		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #bdb76b}
a.m2:active		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #f0e68c}
a.m2:focus		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #daa520}
a.m2:hover		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 11pt; line-height: 11pt;
				color: #ffd700; font-weight: bold; background: #8b4513}
a.m3:link		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #f5deb2}
a.m3:visited		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #f5deb2}
a.m3:active		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #f5deb2}
a.m3:focus		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #f5deb2}
a.m3:hover		{font-family: helvetica, sans-serif, arial;text-decoration: none; font-size: 10pt; line-height: 11pt;
				color: #ffd700; font-weight: bold; background: #8b4513}
img.gm3			{margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; padding: 0px}
img.fm3			{margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; padding: 0px}
img.cm3			{margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; padding: 0px}
img.sm3			{margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; padding: 0px}
table.fs		{font-size: 10pt; padding:0px; border-spacing: 0px; width:750px; vertical-align: top}
table.fs1		{font-size: 10pt; padding:0px; border-spacing: 0px; width:622px; vertical-align: top}
td.fs			{font-size: 10pt; padding-right: 2px; border-spacing: 0px; vertical-align: top}
table.gm		{text-align: justify; padding: 0px; border-spacing: 0px; border: 1px; border-style: solid; border-color: #006400; margin-bottom: 4px}
table.m			{background: #507242; padding: 0px; border-spacing: 0px; border: 1px; color: #ffffaa; width: 100%}
table.gm2		{background: #006400; text-align: justify; padding: 0px; border-spacing: 0px; border: 1px;border-style: solid; border-color: #006400;}
table.gm3		{text-align: justify; padding: 0px; border-spacing: 0px; border: 0px; margin-bottom: 0px; margin-top: 0px}
th.gm			{background: #006400; color: #ffffaa}
th.gm3			{background: #006400; color: #ffffaa; padding: 0px}
tr.gm			{background: #006400}
td.gm			{background: #ddffbb; padding: 4px}
td.gmc			{background: #ddffbb; padding: 8px; padding-left: 45px}
td.gm2			{background: #cceecc; padding: 4px}
td.gm3			{background: #ddffbb; padding: 0px}
table.cm		{text-align: justify; padding: 0px; border-spacing: 0px; border: 1px; border-style: solid; border-color: #220055;margin-bottom: 4px}
table.cm3		{text-align: justify; padding: 0px; border-spacing: 0px; border: 0px; margin-bottom: 0px; margin-top: 0px}
th.cm			{background: #220055; color: #ffffaa}
th.cm3			{background: #220055; color: #ffffaa; padding: 0px}
td.cm			{background: #e4e4ff; padding: 4px}
td.cm3			{background: #e4e4ff; padding: 0px}
table.fm		{text-align: justify; padding: 0px; border-spacing: 0px; border: 1px; border-style: solid; border-color: #552200;margin-bottom: 4px}
table.fm3		{text-align: justify; padding: 0px; border-spacing: 0px; border: 0px; margin-bottom: 0px; margin-top: 0px}
th.fm			{background: #552200; color: #ffffaa}
th.fm3			{background: #552200; color: #ffffaa; padding: 0px}
td.fm			{background: #ffeedd; padding: 4px}
td.fm3			{background: #ffeedd; padding: 0px; padding: 0px}
table.sm		{text-align: justify; padding: 0px; border-spacing: 0px; border: 1px; border-style: solid; border-color: #aa2200;margin-bottom: 4px}
table.sm3		{text-align: justify; padding: 0px; border-spacing: 0px; border: 0px; margin-bottom: 0px; margin-top: 0px}
th.sm			{background: #aa2200; color: #ffffaa}
th.sm3			{background: #aa2200; color: #ffffaa; padding: 0px}
td.sm			{background: #ffdcaf; padding: 4px}
td.sm3			{background: #ffdcaf; padding: 0px}
table.sol		{font-size: 10pt; padding:0px; border-spacing: 0px; border: 0px; margin: 0px}
td.sol1			{font-size: 10pt; line-height: 12pt}
td.sol2			{font-size: 12pt; line-height: 15pt; font-weight: bold; background: #f5deb3; color: #8b4513}
h5.c			{font-size: 12pt; text-align: center}
#cr				{font-size: 7pt}
#medium			{font-size: 12pt}
#stor			{font-size: 20pt}

#fod {
	margin: 0;
	padding: 0;
	background: #bbeeaa;
	height: 30px;
	width: 995px;
}
body.f #fod {
	background: #f5deb3;
}
body.c #fod {
	background: #aabbff;
}
div#a1g {
	width: 795px;
	height: 90px;
	text-align: left;
	background: #E1FBD0;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	padding-left:5px;
}
div#a1f {
	width: 795px;
	height: 90px;
	text-align: left;
	background: #FDEECE;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left:5px;
}
div#a1c {
	width: 795px;
	height: 90px;
	text-align: left;
	background: #e4e4ff;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left:5px;
}
div#a2g {
	width: 490px;
	height: 60px;
	text-align: center;
	background: #E1FBD0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a2f {
	width: 490px;
	height: 60px;
	text-align: center;
	background: #FDEECE;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
}
div#a2c {
	width: 490px;
	height: 60px;
	text-align: center;
	background: #e4e4ff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
}
div#a3g {
	width: 290px;
	height: 610px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	background: #E1FBD0;
}
div#a3f {
	width: 290px;
	height: 610px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	background: #FDEECE;
}
div#a3c {
	width: 290px;
	height: 610px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	background: #e4e4ff;
}
div#a4g {
	width: 290px;
	height: 260px;
	text-align: left;
	background: #E1FBD0;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 3px;
}
div#a4f {
	width: 290px;
	height: 260px;
	text-align: left;
	background: #FDEECE;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 3px;
}
div#a4c {
	width: 290px;
	height: 260px;
	text-align: center;
	background: #e4e4ff;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a5g {
	width: 180px;
	height: 600px;
	text-align: left;
	background: #BBEEAA;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a5f {
	width: 180px;
	height: 600px;
	text-align: left;
	background: #F5DEB3;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a5c {
	width: 180px;
	height: 600px;
	text-align: left;
	background: #cacaff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a6g {
	width: 490px;
	height: 15px;
	text-align: center;
	background: #E1FBD0;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 0px;
}
div#a6f {
	width: 489px;
	height: 15px;
	text-align: center;
	background: #FDEECE;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a6c {
	width: 489px;
	height: 15px;
	text-align: center;
	background: #e4e4ff;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a7g {
	width: 795px;
	height: 15px;
	text-align: center;
	background: #E1FBD0;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a7f {
	width: 795px;
	height: 15px;
	text-align: center;
	background: #FDEECE;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a7c {
	width: 795px;
	height: 15px;
	text-align: center;
	background: #e4e4ff;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
div#a8g {
	width: 180px;
	height: 90px;
	text-align: left;
	background: #BBEEAA;
	margin-bottom: 5px;
	margin-left: 0px;
}
div#a8f {
	width: 180px;
	height: 90px;
	text-align: left;
	background: #F5DEB3;
	margin-bottom: 5px;
	margin-left: 0px;
}
div#a8c {
	width: 180px;
	height: 90px;
	text-align: left;
	background: #cacaff;
	margin-bottom: 5px;
	margin-left: 0px;
}
div#a9g {
	width: 290px;
	height: 260px;
	text-align: left;
	background: #E1FBD0;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 3px;
}
div#a9f {
	width: 290px;
	height: 260px;
	text-align: left;
	background: #FDEECE;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 3px;
}
div#a9c {
	width: 290px;
	height: 260px;
	text-align: left;
	background: #e4e4ff;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 3px;
}
div#a10g {
	width: 797px;
	height: 15px;
	text-align: left;
	background: #bbeeaa;
	margin: 0px;
	padding: 0px;
}
div#a10f {
	width: 797px;
	height: 15px;
	text-align: left;
	background: #f5deb3;
	margin: 0px;
	padding: 0px;
}
div#a10c {
	width: 797px;
	height: 15px;
	text-align: left;
	background: #aabbff;
	margin: 0px;
	padding: 0px;
}