body,td,th {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input.text {
	margin: 0;
	border: 1px solid #888888;
	background: #EEEEEE;
	color: #000000;
	height: 18px
}
input.text:hover {
	margin: 0;
	border: 1px solid #000000;
	background: #DDDDDD;
	color: #000000;
	height: 18px
}
.tbox_text {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;

}

.head_text {
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
}
.main_table {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

.green_text {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
}
.red_text {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}

.round {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #616161;
}

a {
	font-size: 11px;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

a:active {
	color: #0066CC;
}





div#navbar {
  float:left;
  background: white;
  /* width:100%; */
  border-bottom:1px solid black;/* tilføjelse */
  border-left:1px solid black;/* tilføjelse */
  margin:-1px 0 0 0;}

* div#navbar {  /* Sætter samme skrift og størrelse på
                alle elementer i navbar'en  */
  font-size:80%;
  font-family:arial,sans-serif;
  font-weight:bold; }

div#navbar ul {
  margin:0;
  padding:0;
  list-style:none;
  background: white;
  border-top: 1px solid black; }

div#navbar li {
  position:relative;
  width:12em;
  line-height:1em;
  margin:0;
  padding:0;
  list-style:none; float:left;
  border-bottom:none; /* Ændring */
  border-right:1px solid black; }

div#navbar li:hover {
  background-color: #ccf;}

div#navbar li.sub {
  /* background-image:url(darrow.png); */
  background-position:right center;
  background-repeat:no-repeat;}

div#navbar li.sub li.sub:hover {
  background-color: #ccf;
  /* Forhindre background-repeat i IE/Win. */ }

div#navbar ul li a {
  display:block; text-decoration:none;
  padding:0.25em 0 0.25em 0.5em;
  width:8.5em;
  margin:0; }

div#navbar>ul a {
  width:auto;}

div#navbar ul ul {
  display:none;
  position:absolute;
  width:12em;}

div#navbar ul ul li {
  border-bottom:1px solid black;
  border-left:1px solid black;
  margin-left:-1px;}

div#navbar li.sub li.sub {
  /* background-image:url(darrow.png); */
  background-position:right center;
  background-repeat:no-repeat;}

div#navbar ul.niveau1 li.sub:hover ul.niveau2 {
  border-top:1px solid black;}

div#navbar ul.niveau1 li.sub:hover ul.niveau2,
div#navbar ul.niveau2 li.sub:hover ul.niveau3 {
  display:block;}

div#navbar ul.niveau2 {
  top:1.5em;
  left:0;}

div#navbar ul.niveau3 {
  top:-1px;
    left:12.1em;
    border-top:1px solid black;}
