Html
	{
	/* scrollbar(IE-hack i style-ie.css) */
	}
Body 
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;       /* 80.01% (IE-hack i style-ie.css) */
	background-color:#9FBCAB;
	/* behavior:url(csshover.htc); (IE-hack i style-ie.css) */
	margin:0; 
	max-width:1024px;
	margin-left:auto; margin-right:auto;
	}

form, iframe, div, pre, table, h1, h2, h3, h4, h5, h6, input, select 
	{
	margin:0;
	padding:0;
	}
img, table
	{
	border:0;	
	}	

acronym
	{
	text-decoration:none;
	}

hr
	{
	color:blue; /* border-color:blue; */
	background-color:blue;
	margin-left:auto;
	margin-right:auto;
	}

.csc
	{
	font-family: "Comic Sans MS", arial;
	text-align:center;
	}

.afont
	{
	font-family: arial;
	}

.anfont
	{
	font-family: "Arial Narrow";
	}

.mtb {margin-top:1em; margin-right:auto; margin-bottom:1em; margin-left:auto;}
.mc {margin:0 auto;} /* margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; */
.mv {margin-left:0;}
.mh {margin-right:0;}
.mv5 {margin-left:5px;}
.mv10 {margin-left:10px;}
.mh5 {margin-right:5px;}
.mh10 {margin-right:10px;}
.mhor5 {margin-left:5%; margin-right:5%;}
.mhor10 {margin-left:10%; margin-right:10%;}
.oa {overflow:auto;}
.mb {margin-bottom:0;}

.tr {display:table-row;}
.trg {display:table-row-group;}
.td {display:table-cell}
.tdg {display:table-column-group}

.hblk
	{
	display:block;
	position:static;
	}	

.rblk
	{
	display:block;
	position:relative;
	}	

.tboks
	{
	width:40em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:0px none blue;
	}

.vboks
	{
	float:left;
	border:1px none blue;
	}

.mboks
	{
	width:9em;
	margin-left:auto;
	margin-right:0;
	border:1px none blue;
	}

.links
	{
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	}
.links a
	{
	display:inline;
	}
.links a span
	{
	display:none;
	}
.links a:hover
	{
	color: red;
  background:inherit;
	}
.links a:hover span
	{
	display:block;
	position:absolute;
	margin-top:1em;
	margin-left:1em;
	margin-right:auto;
	overflow:auto;
	border:2px solid blue;
	color: black;
	background-color: #b0dec2; 
	text-align:left;
	padding:10px;
	}

.hlps /* Info tekst [logind knap]*/
	{
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	}
.hlps a
	{
	display:inline;
	}
.hlps a span
	{
	display:none;
	}
.hlps a:hover
	{
	color: red;
  background:inherit;
	}
.hlps a:hover span
	{
	display:block;
	position:absolute;
	margin-left:0;
	margin-right:auto;
	overflow:auto;
	border:2px solid blue;
	color: black;
	background-color: #b0dec2; 
	text-align:left;
	padding:10px;
	}

div#hovedtekst {
	display:block;
	position:relative;
	margin-left:0;
	margin-right:10.5em;
	border:1px solid black;
  }

div#spalter {
	display:block;
	position:static;
	margin:auto; /* 0 1em; */
	border:1px solid blue;
	background-color:#fff;
	}
	
div#vspalte {
	display:block;
	position:static;
	float:left;
	width:47%;
	text-align:justify;
	padding-left:1%;
	padding-right:1.5%;
  }

div#hspalte {
	display:block;
	position:static;
	float:left;
	width:47%;
	text-align:justify;
	padding-left:1.5%;
	border-left:3px solid blue;
  }

div#container {
	display:block;
	position:relative;
	margin:0 1em;
	border:0px solid blue;
  }
	
div#kasse50v {
	display:block;
	position:relative;
	float:left;
	clear:right;
	width:48%;
	margin:auto 1% auto 1%;
	background-color:aqua;
	border-right:3px solid blue;
  }

div#Kasse50h {
	display:block;
	position:relative;
	float:left;
	clear:right;
	width:48%;
	margin:auto 1% auto 1%;
	border-left:3px solid blue;
	background-color:lime;
  }


/* ############################## */

div#navbar {
  float:left;
  background: #9FBCAB;
  margin: -1px 0 0 0;}

* div#navbar {  /* Sætter samme skrift og 
                størrelse på alle elementer 
                i navbar'en  */
  font-size:90%;
  font-family:arial,sans-serif;
	font-weight:bold; 
  color:black;}
  
div#navbar ul { 
  margin:0; 
  padding:0; 
  list-style:none; 
  background: #9FBCAB;
  border-top: 0px solid black; }
  
div#navbar li { 
  position:relative; 
  width:10.1em; 
  line-height:1em;  /* Vigtigt - nogen forskel 
                    i forskellige browsere, hvis 
                    den mangler */
  margin:0; 
  padding:0; 
  list-style:none; 
  float:left;
  border-bottom:0px solid black;
  border-right:0px solid black; }
  
div#navbar li:hover {
  background-color: #0f0;}
  
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: #0f0; /* 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:10.25em; 
  margin:0; }
  
div#navbar>ul a {
  width:auto;}
div#navbar ul ul {
  display:none;
  position:absolute;
  width:auto;}
  
div#navbar ul ul li {
  border-bottom:0px solid black;
  border-left:0px 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:0px solid black;}
  
div#navbar ul.niveau1 li.sub:hover ul.niveau2,
div#navbar ul.niveau2 li.sub:hover ul.niveau3,
div#navbar ul.niveau3 li.sub:hover ul.niveau4,
div#navbar ul.niveau4 li.sub:hover ul.niveau5,
div#navbar ul.niveau5 li.sub:hover ul.niveau6,
div#navbar ul.niveau6 li.sub:hover ul.niveau7 {
  display:block;}
  
div#navbar ul.niveau2 {
  top:1.5em; left:0;}
div#navbar ul.niveau3 {
  top:-1px; left:10em;
  border-top:0px solid black;}
div#navbar ul.niveau4 {
  top:-1px; left:10em;
  border-top:0px solid black;}
div#navbar ul.niveau5 {
  top:-1px; left:10em;
  border-top:0px solid black;}
div#navbar ul.niveau6 {
  top:-1px; left:10em;
  border-top:0px solid black;}
div#navbar ul.niveau7 {
  top:-1px; left:10em;
  border-top:0px solid black;}



/* ############################## */

div#topmenu {
	width:100%;
	text-align:left;
	border:0px solid black;
	}

div#topmenu ul {
  font-family:"arial narrow",sans-serif;
  margin: 0; 
  padding: 0; 
  /* _width: 9.7em;  element bredde med IE-hack */ 
  background: #9FBCAB;
  border-width: 1px 1px 0 1px;  
  border-style: solid;  
  border-color: #9FBCAB;
	color:black;
	}
  
div#topmenu li {
  display: inline; 
  list-style: none; margin:0;
  border-bottom: 1px solid #9FBCAB; }
  
div#topmenu li:hover {
  background-color: #0f0;}
  
div#topmenu li.tsub { 
	background-image:url(larrow.png);  
  background-position:right center;
  background-repeat:no-repeat; }

div#topmenu li.itsub { 
	background-image:url(info.gif);  
  background-position:right center;
  background-repeat:no-repeat; }

div#topmenu li a {
  display: block; 
  padding: 0 0 0 1.5em;
	color:black;
  text-decoration: none; 
  width:9.7em;} /* element bredde med IE-hack} */ 
  
div#topmenu>ul a {
	float:left;
	color:black;
  width: auto;}
  
div#topmenu ul ul {
  position: relative; 
  top: -1px; 
  right: 9.7em; /* forskydning til venstre med IE-hack */ 
  background: #B0DEC2;  
  display:none; }
  
div#topmenu ul.trin1 li.sub:hover ul.trin2,
div#topmenu ul.trin2 li.sub:hover ul.trin3, 
div#topmenu ul.trin3 li.sub:hover ul.trin4, 
div#topmenu ul.trin4 li.sub:hover ul.trin5 
	{
  display:block;
	}

@media screen {
div#menucol {
	width:10em;
	float:right;
	clear:right;
	text-align:left;
	border:0px solid black;
	}

div#rightcol ul {
  font-family:"arial narrow",sans-serif;
  margin: 0; 
  padding: 0; 
  width: 9.7em; /* element bredde med IE-hack */ 
  background: #9FBCAB;
  border-width: 1px 1px 0 1px;  
  border-style: solid;  
  border-color: #9FBCAB;
	color:black;
	}
  
div#rightcol li {
  position: relative; 
  list-style: none; margin:0;
  border-bottom: 1px solid #9FBCAB; }
  
div#rightcol.new li {
  position: relative; 
  list-style: none; margin:0;
  border-bottom: 1px solid #9FBCAB; }
  
div#rightcol li:hover {
  background-color: #0f0;}
  
div#rightcol.new li:hover {
  background-color: #0f0;}
  
div#rightcol.new li:hover {
  background-color: #0f0;}

div#rightcol li.sub { 
	background-image:url(larrow.png);  
  background-position:left center;
  background-repeat:no-repeat; }

div#rightcol li.isub { 
	background-image:url(info.gif);  
  background-position:left center;
  background-repeat:no-repeat; }

div#rightcol li a {
  display: block; 
  padding: 0 0 0 1.5em;
	color:black;
  text-decoration: none; 
  width:9.7em;} /* element bredde med IE-hack */ 
  
div#rightcol.new li a {
  display: block; 
  padding: 0 0 0 1.5em;
	color:black;
  text-decoration: none; 
  width:9.7em;} /* element bredde med IE-hack */ 
  
div#rightcol ul a {
	color:black;
  width: auto;}
  
div#rightcol ul ul {
  position: absolute; 
  top: -1px; 
  right: 9.7em; /* forskydning til venstre med IE-hack */ 
  background: #B0DEC2;  
  display:none; }
  
div#rightcol ul.niveau1 li.sub:hover ul.niveau2,
div#rightcol ul.niveau2 li.sub:hover ul.niveau3, 
div#rightcol ul.niveau3 li.sub:hover ul.niveau4, 
div#rightcol ul.niveau4 li.sub:hover ul.niveau5 
	{
  display:block;
	}
 
div#rightcol.new ul.niveau1 li.sub:hover ul.niveau3,
div#rightcol.new ul.niveau2 li.sub:hover ul.niveau4, 
div#rightcol.new ul.niveau3 li.sub:hover ul.niveau5, 
div#rightcol.new ul.niveau4 li.sub:hover ul.niveau6 
	{
  display:block;
	}
} /* media screen end */

.bgrandt {background-color:#FFFFC8;}
.bgstd {background-color:#9FBCAB;}
.bgstd1 {background-color:#B3D0BF;}
.bgstd2 {background-color:#B0DEC2;}
.bgos {background-color:#660000;}
.bgw {background-color:#FFFFFF;}
.bgbl {background-color:#000000;}
.bgl {background-color:#A3C2AF;} /*B3D0BF*/
.bgrod {background-color:red;}
.bglr {background-color:#FF8888;} /*Luserød*/
.bgar {background-color:#FF4444;} /*adminrød*/
.bgr {background-color:silver;}
.bgrn {background-color:#00C000;} /*Grøn*/
.bggr {background-color:gray;}
.bgy {background-color:#FFFF00;} /*yellow*/
.bgyw {background-color:#FFFFCC;}
.bglm {background-color:lime;}
.bgmag {background-color:#FF00FF;} /* magenta */
.bgpg {background-color:#FFEEEE;}
.bgdr {background-color:#EEFFFF;}
.bgb {background-color:#0000FF;}


.cla {clear:both;}
.clb {clear:both;} /* slettes når rettet */
.clh {clear:right;}
.cln {clear:none;}
.clv {clear:left;}

.clearfix:after 
	{
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
	}
.clearfix
	{
	height: 1%;
	}

.a {cursor:pointer;}
A {text-decoration:none; color:blue;}
A:hover {text-decoration:none; color:red;}

.lst {list-style-type:disc;}


.hfull {height:100%;}
.h700 {height:700px;}
.h610 {height:610px;}
.h600 {height:600px;}
.h500 {height:500px;}
.h475 {height:475px;}
.h400 {height:400px;}
.h390 {height:390px;}
.h375 {height:375px;}
.h350 {height:350px;}
.h325 {height:325px;}
.h300 {height:300px;}
.h275 {height:275px;}
.h250 {height:250px;}
.h200 {height:200px;}
.h190 {height:190px;}
.hl100 {height:100%;}
.h100 {height:100px;}
.h80 {height:80px;}
.h32 {height:16px;}
.h16 {height:16px;}
.h10 {height:10px;}

.av {margin-left:0; margin-right:auto;}
.ac {margin-left:auto; margin-right:auto;}
.ah {margin-left:auto; margin-right:0;}
.am {margin-left:auto; margin-right:138px;}
 
/*
 * vertical-align: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit 
 */
.va {vertical-align:50px;}
.vat {vertical-align:top; vertical-align:text-top;}
.vam {vertical-align:middle; vertical-align:middle;} 
.vab {vertical-align:bottom; vertical-align:text-bottom;} 

.we1 {width:1em;}
.we2 {width:2em;}
.we4 {width:4em;}
.we6 {width:6em;}
.we10 {width:10em;}
.we15 {width:15em;}

.w1k {width:1024px;}
.w750 {width:750px;}
.w700 {width:700px;}
.w610 {width:620px;}
.w600 {width:600px;}
.w550 {width:550px;}
.w500 {width:500px;}
.w475 {width:475px;}
.w400 {width:400px;}
.w390 {width:390px;}
.w375 {width:375px;}
.w350 {width:350px;}
.w325 {width:325px;}
.w300 {width:300px;}
.w275 {width:275px;}
.w250 {width:250px;}
.w225 {width:225px;}
.w200 {width:200px;}
.w190 {width:190px;}
.w150 {width:150px;}
.w140 {width:140px;}
.w130 {width:130px;}
.w125 {width:125px;}
.w120 {width:120px;}
.w110 {width:110px;}
.w100 {width:100px;}
.w95 {width:95px;}
.w90 {width:90px;}
.w80 {width:80px;}
.w65 {width:65px;}
.w60 {width:60px;}
.w50 {width:50px;}
.w30 {width:30px;}
.w20 {width:20px;}
.w15 {width:15px;}
.w12 {width:12px;}
.w10 {width:10px;}

.mw600 {max-width:600px;}
.mw1024 {max-width:1000px;}

.l110 {width:110%;}
.l100 {width:100%;}
.l99 {width:99%;}
.l98 {width:98%;}
.l95 {width:95%;}
.l90 {width:90%;}
.l85 {width:85%;}
.l80 {width:80%;}
.l78 {width:78%;}
.l75 {width:75%;}
.l70 {width:70%;}
.l66 {width:66%;}
.l60 {width:60%;}
.l58 {width:58%;}
.l55 {width:55%;}
.l50 {width:50%;}
.l48 {width:48%;}
.l47 {width:47%;}
.l45 {width:45%;}
.l40 {width:40%;}
.l33 {width:33%;}
.l32 {width:32%;}
.l31 {width:31%;}
.l30 {width:30%;}
.l25 {width:25%;}
.l20 {width:20%;}
.l15 {width:15%;}
.l12 {width:12%;}
.l10 {width:10%;}
.l8 {width:8%;}
.l4 {width:4%;}

.p5 {padding:5px;}
.p5v {padding-left:5px;}
.p5h {padding-right:5px;}
.p10v {padding-left:10px;}
.p10h {padding-right:10px;}
.ph5 {padding-left:5px; padding-right:5px;}
.p10 {padding:10px;}
.ph10 {padding-left:10px; padding-right:10px;}
.pv5 {padding-top:5px; padding-bottom:5px;}
.pv10 {padding-top:10px; padding-bottom:10px;}
.pb0 {padding:10px 10px 0 10px;}
.pb10 {padding:0px 0px 10px 0px;}
.pb20 {padding:0px 0px 20px 0px;}

.b0 {border:0px;}
.b1sbl {border:1px solid black;}
.b2sbl {border:2px solid black;}
.bb1sbl {border-bottom:1px solid black;}
.bb1sr {border-bottom:1px solid red;}
.bh1sbl {border-right:1px solid black;}
.bt1sbl {border-top:1px solid black;}

.b1sy {border:1px solid yellow;}
.b1sg {border:1px solid green;}

.b1sb {border:1px solid blue;}
.b2sb {border:2px solid blue;}
.b3sb {border:3px solid blue;}

.bt1db {border-top:1px double blue;}
.bt1sb {border-top:1px solid blue;}
.bt2sb {border-top:2px solid blue;}
.bb1sb {border-bottom:1px solid blue;}
.bb2sb {border-bottom:2px solid blue;}
.bh1sb {border-right:1px solid blue;}
.bh3sb {border-right:3px solid blue;}
.bv1sb {border-left:1px solid blue;}
.bv3sb {border-left:3px solid blue;}

.b1sr {border:1px solid red;}
.b2sr {border:2px solid red;}

.krono 
	{
	float:left;
	text-align:right; 
	width:100%;
	border-top:1px solid blue; 
	}
	
.krono1 
	{
	float:right;
	text-align:justify; 
	padding:10px; 
	background-color:#B3D0BF; 
	border-left:3px solid blue; 
	width:75%;
	}

.flv {float:left;}
.flh {float:right;}

.bl {color:black;}		
.b {color:blue;}		
.caq {color:aqua;}
.w {color:white;}		
.r {color:red;}
.pur {color:purple;}
.g {color:green;}
.gr {color:silver;}		
.gy {color:gray;}		
.lm {color:lime;}
.y {color:yellow;}
.farve {color:red;}

.bld {font-weight:bold;}		
.nor {font-weight:normal;}		
.kur {font-style:italic;}		

.und {text-decoration:underline;}
.streget {text-decoration:line-through;}

.v {text-align:left;}
.c {text-align:center;}
.h {text-align:right;}
.j {text-align:justify;}

.overskrift14 {text-align:center; font-size:14px; font-family:"comic sans ms"; color:red;}
.overskrift {text-align:center; font-size:24px; font-family:"comic sans ms"; color:red;}
.overskrift32 {text-align:center; font-size:32px; font-family:"comic sans ms"; color:red;}	
.h32 {text-align:center; font-size:32px; font-family:'comic sans ms'; color:red;}	

.t0m {font-size:0.7em;}
.t09m {font-size:0.9em;}
.t1m {font-size:1em;}
.t2m {font-size:1.2em;}
.t5m {font-size:1.5em;}
.t10m {font-size:2em;}

.t7p {font-size:7pt;}	
.t8p {font-size:8pt;}	
.t9p {font-size:9pt;}	
.t10p {font-size:10pt;}	

.t7 {font-size:7px;} 	
.t8 {font-size:8px;}	
.t9 {font-size:9px;}	
.t10 {font-size:10px;}	
.t12 {font-size:12px;}	
.t14 {font-size:14px;}
.t16 {font-size:16px;}
.t18 {font-size:18px;}
.t20 {font-size:20px;}
.t24 {font-size:24px;}
.t32 {font-size:32px;}

/* .kr {text-align:char; char:","; vertical-align:top;} */

.il {display:inline;}	
.ilt12 {display:inline; font-size:12px;}	
.ilt14 {display:inline; font-size:14px;}	
.ilt14bb {display:inline; font-size:14px;  color:blue;}	

.kl740 a img {height:0; width:0; border-width:0px;}
.kl740 a:hover {background:transparent;}
.kl740 a:hover img {position:absolute; top:450px; left:125px; height:auto; width:740px;}

.kh300 a img {height:0; width:0; border-width:0px;}
.kh300 a:hover {background:transparent;}
.kh300 a:hover img {position:absolute; top:95px; left:300px; height:300px; width:auto;}

.menuitem a
	{
	text-align:left;
	font-size:10px;
	width:90px;
	background-color:#9fbcab;
	border:1px solid black;
	}
.menuitem a:hover 
	{
	background-color:lime;
	}

.flag
	{
	position: absolute;
	top:5px;
	left:5px;
	}

#dtooltip
	{
	position:absolute;
	left:-300px;
	width:150px;
	border:2px solid blue;
	padding:5px;
	background-color:lime;
	visibility:hidden;
	z-index:100;
	}

#dpointer
	{
	position:absolute;
	left:-300px;
	z-index:99;
	visibility: hidden;
	}

.TipLayer {visibility:hidden; position:absolute; z-index:1000; top:0; border:5px blue;}

	
