/* 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:#eeeeee;
	text-align:center;
}

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

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

li {
	line-height:1.45em;
}

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

form {
	margin:0;
	}

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

a:hover {
	color:#4e507a; 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.info th {
  background-color:#caccdd;
  color:#000000;
  text-align:left;
  text-decoration:bold;
  width:25%;
}

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

table.tabel th {
	background-color:#055DA7;
	width:20%;
	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 auto; padding:0;
	border:1px solid #000000;
	color:#000000;
  background:#caccdd;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:76%;
	width:1000px;
	text-align:left;
}

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

div.header {
	background:url('morm-billede_50.jpg') repeat-x;
	}

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

div.footer {
	color:#ffffff;
	background:#777777;
  	text-align: right;
	border-top:1px solid #000000;
	padding:0px;
}

div.footer p {
  padding:2px;
}

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

div.indhold div.menu {
  float:left;
  width:240;
  height:auto;
  background:inherit;
}

div.indhold div.spalteHolder {
  float:right;
  width:758;
  overflow:hidden;
  background:#FFFFFF;
}

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


/* MENU */

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

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

ul.menuNiv1 li, ul.menuNiv2 li {
	display:block;
	clear:both;
	margin:2px 0px 2px 0; padding:8px 2px 0px 40px;
	height:35px;
	overflow:hidden;
	color:#FFFFFF;
  background:url('menupunkt.png') repeat-x;
}

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;
	}

ul.menuNiv1 li a, ul.menuNiv2 li a {
	font-size:1em;
	text-decoration:none;
	font-variation:small-caps;
	background-color:transparent;
	color: #FFFFFF;
}

ul.menuNiv1 li a:hover, ul.menuNiv2 li a:hover {
	color:#caccdd;
  background-color:inherit;
	text-decoration:underline;
}
/* 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;
	}

div.overskrift {
  height:75px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  background-image:url('morm-billede75.jpg');
  background-repeat:no-repeat;
  background-position:right top;
}

/* Bokse til information, fakta, ramme */

div.box {
	clear:both; float:left;
	width:90%; height:auto;
  	margin:8px; padding:0;
  	border:2px solid #2C3378;
  	color:#000000;
  	background:#FFFFFF;
}

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

dip.box p img {
  margin:auto;
  display:block;
}

div.box h1 {
	font-size:1em;
  	margin:0;
	padding:1px 8px 1px 8px;
  	background:#2C3378;
  	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:0 0 0 30px;
	}

/* 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;
}

.spacer {
  height:20px;
}

/* 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 */

#forside {
  background:#000000;
	background-image:url('morm-billede770.jpg');
	background-repeat:no-repeat;
  overflow:hidden;
	color:#C0C0C0;
  font-size:2.5em;
  margin:0; padding:0.5em 1em;
  text-align:right;
  height:100%;  
}

html>body>.site>.indhold #forside {
  height:auto;
}

#forside .box {
	font-size:0.4em;
  color:#FFFFFF;
	width:200px;
  height:100%;
  padding:0;
 	border:2px solid #2C3378;
 	text-align:left;
 	background:#000000; 	
}

#forside a {
	color:#6e709a; background-color:inherit;
}
