/* Copyright UNI-C 2003. John R. Mirland og Jens Ebbe Thomsen */
/* Copyright 2004, Kell Sønnichsen */
/* Copyright 2007, Kell Sønnichsen for Kvitaavatn */

/* Definition af style for standard html tags */

body {
	margin:10px; padding:0;
	color:#555555; background:#ffffff;
	}

b, strong {
	color:#333333; background-color:inherit;
	}

p {
	margin:0; padding:8px;
	line-height:1.45em;
	}


img {
	margin:0; padding:0;
	border-style:none;
	}

form {
	margin:0;
	}

a {
	color:#005780; background-color:inherit;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	}

a:hover {
	color:#B70002; background-color:inherit;
	text-decoration:underline;
	}

a.visited {
	color:#0C4C58; background-color:inherit;
	}

a.visited:hover {
	color:#B70002; background-color:inherit;
	text-decoration:underline;
	}

hr {
	height:1px;
	color:#DF8583;
	margin:0px 8px 8px 8px; padding:0;
}


/* TABELLER */

table, th, td {
	color:#000000; background-color:inherit;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:1em;
	margin:0;
	vertical-align:top;
	}

table.tabel {
	border-style:solid;
	border-width:1px;
	border-color:#055DA7;
}

table.tabel th {
	background-color:#055DA7;
	color:#ffffff;
}

td.lfield, td.rfield, td.cfield {
	background-color:#CEE9FF;
	padding:2;
}

td.lfieldx, td.rfieldx, td.cfieldx {
	background-color:transparent;
	padding:2;
}

td.lfield, td.lfieldx {
	text-align:left;
}

td.rfield, td.rfieldx {
	text-align:right;
}

td.cfield, td.cfieldx {
	text-align:center;
}


/* OVERSKRIFTER */

h1, h2, h3, h4 {
	margin:0; padding:0;
	color:#333333; background-color:inherit;
	}

h1 {
	font-size:1.4em;
	margin-left:8px;
	padding-top:0.6em;
	}

h2 {
	clear:both;
	font-size:1.2em;
	margin-left:8px;
	margin-bottom:0;
	padding-top:0.6em;
	}

h3 {
	clear:both;
	font-size:1.1em;
	margin:1em 0 0.1em 8px;
	}

h4 {
	clear:both;
	font-size:1em;
	margin:1em 0 0 8px;
	}

.ikon {
	margin:0 8px 0 0;
	border-style:none;
	}

/* OVERSKRIFTER  SLUT*/

div.site {
	clear:both;
	position:relative;
	margin:0; padding:0;
	border:1px solid #095BA5;
	color:#000000; background:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:76%;
	}

div.header, div.indhold, div.footer {
	clear:both;
	position:relative;
	width:100%;
	margin:0; padding:1;
	}

div.header {
	background:url(img/topbanner.jpg) repeat-x;
	}

div.indhold {
	height:auto;
	color:#000000;
	background:#ffffff;
	}

div.footer {
	color:#333333;
	background:#dddddd;
  	text-align: center;
	border-top:1px solid #095BA5;
}

div.indhold div.menu, div.indhold div.spalteHolder {
	height:auto;
	margin:0; padding:0 0 8px 0;
	color:inherit;
	}

div.spalteholder {
	clear:right;
}

div.indhold div.menu {float:left; width:19.5%; background:#ffffff; overflow:hidden; clear:left;}
div.indhold div.spalteHolder {float:right; width:79.5%; background:#ffffff;	border-left:1px solid #095BA5;}

.opdateret {
	color:#808080;
	font-style:italic;
	font-size:8pt;
	text-align:right;
}


/* MENU */

ul.menuNiv1, ul.menuNiv2{
	margin:0;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
	}

ul.menuNiv1 {padding:2px 0 0 10px;}
ul.menuNiv2 {width:90%; padding:0 0 0 12px;}

ul.menuNiv1 li.liMenuPkt, ul.menuNiv1 li.liMenuAktPkt,
ul.menuNiv2 li.liMenuPkt, ul.menuNiv2 li.liMenuAktPkt {
	display:block;
	clear:both;
	margin:0 0 2px 0; padding-left:12px;
	overflow:hidden;
	color:#000000; background-color:transparent;
	}

ul.menuNiv1 li, ul.menuNiv2 li {
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 0 2px 0; padding:0;
	color:#676767; background-color:transparent;
}

li.liMenuAktPkt {
	font-weight:bolder;
	}

ul.menuNiv1 li.menuDeler, ul.menuNiv2 li.menuDeler {
	margin:8px 0 8px 0; padding:0;
	border-bottom:1px solid #095BA5;
	font-size:0; line-height:0;
	overflow:hidden;
	}

a.menuPkt, a.menuPktAkt {
	font-size:1em;
	text-decoration:none;
	font-variation:small-caps;
	background-color:transparent;
	}

/* MENU SLUT */

/* SPALTEOPDELT INDHOLD */

div.spaltedel100, div.spaltedel75Left, div.spaltedel75Right, div.spaltedel50Left,
div.spaltedel50Right, div.spaltedel25Left, div.spaltedel25Right {
	float:left;
	overflow:hidden;
	margin:0; padding:0;
	color:inherit; background:transparent;
	text-align:left;
	}

div.spaltedel100 {width:99%;}
div.spaltedel75Left, div.spaltedel75Right {width:74.25%;}
div.spaltedel50Left, div.spaltedel50Right {width:49.5%;}
div.spaltedel25Left, div.spaltedel25Right {width:24.75%;}

div.spaltedel75Right, div.spaltedel50Right, div.spaltedel25Right {float:right;}
div.spaltedel75Left,  div.spaltedel50Left,  div.spaltedel25Left  {border-right:1px solid #095BA5;}

div.spaltedel100 p{
	clear:left;
	}

div.spaltedel75Left p, div.spaltedel75Right p, div.spaltedel50Left p,
div.spaltedel50Right p, div.spaltedel25Left p, div.spaltedel25Right p {
	clear:both;
	}

/* Bokse til information, fakta, ramme */

div.box {
	clear:both; float:left;
	width:95%; height:auto;
  	margin:4px; padding:0;
  	border:1px solid #032463;
  	color:inherit;
  	background:#A8CDEA;
  }

div.box p {
	font-size:1em;
  	padding:5px 8px 5px 8px;
}

div.box h1 {
	font-size:1em;
  	margin:0;
	padding:1px 8px 1px 8px;
  	background:#032463;
  	color:#FFFFFF;
}

/* Bokse til information, fakta, ramme slut */

div.spaltedel100 ul, div.spaltedel75Left ul, div.spaltedel75Right ul, div.spaltedel50Left ul,
div.spaltedel50Right ul, div.spaltedel25Left ul, div.spaltedel25Right ul {
	clear:left;
	margin:0; padding:4px 8px 8px 22px;
	list-style-position:outside;
	}

div.spaltedel100 ul li, div.spaltedel75Left ul li, div.spaltedel75Right ul li, div.spaltedel50Left ul li,
div.spaltedel50Right ul li, div.spaltedel25Left ul li, div.spaltedel25Right ul li {
	margin:0; padding:0 22px 4px 0;
	list-style:disc;
	}

div.spaltedel100 dl, div.spaltedel75Left dl, div.spaltedel75Right dl, div.spaltedel50Left dl,
div.spaltedel50Right dl, div.spaltedel25Left dl, div.spaltedel25Right dl {
	clear:left;
	margin:0; padding:8px 8px 8px 22px;
	}

/* Billede */

img.imgLeft {
	height:auto;
	float:left;
	margin:4px 8px 8px 0;
	}

img.imgRight {
	height:auto;
	float:right;
	margin:4px 0 8px 8px;
	}

/* SPALTEOPDELT INDHOLD SLUT */

/* DIVERSE */

.displayNone {
	font-size:0;
	line-height:0;
	display:none;
}

/* FORMS */

div.form {
	padding:0 0 0 8px;
  }

div.form form {
	margin:2; padding:0;
	}

div.form form div {
	clear:both;
	}

div.form form div.formlabel {
	clear:both;
	float:left;
	width:25%; height:auto;
	margin:0.5em 0 0 0; padding:0.5em 0 0 0;
	}

div.form form input {
	float:right;
	width:70%; height:1.5em;
	font-size:1em;
	margin-top:1em;
	margin-right:8px;
  }

div.form form textarea {
	clear:both;
	width:99%; height:6em;
	font-size:1em;
	margin-top:1em;
  }

div.form form input.knap, div.form form input.knap2 {
	float:left;
	width:auto; height:auto;
	font-size:1em;
	margin:1em 1em 1em 1em; padding:0;
  }

div.form form input.knap {
	clear:both;
  }

/* FORMS SLUT */
