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

/* Definition af style for standard html tags */

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

b, strong {
	color:#666666; 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:#1280B3; 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:#DF8583;
}

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

td.lfield, td.rfield, td.cfield {
	background-color:#EDFADE;
	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:#555555; background-color:inherit;
	}

h1 {
	font-size:1.6em;
	letter-spacing:0.12em;
	margin-left:8px;
	padding-top:0.6em;
	}

h2 {
	clear:both;
	font-size:1.4em;
	letter-spacing:0.1em;
	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 #B70001;
	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:0;
	}

div.header {
	height:74px;
	color:#000000;
	background:url(img/topbg.png) repeat-x;
  text-align: center;  
	}

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

div.footer {
	height:73px;
	color:#333333;
	background:#ffffff url(img/bundbg.png) repeat-x;
  text-align: center;
	}
	
div.indhold div.menu, div.indhold div.spalteHolder {
	height:auto;
	margin:0; padding:0 0 8px 0;
	color:inherit;
	}

div.indhold div.menu {float:left; width:19.5%; background:#ffffff; overflow:hidden;}
div.indhold div.spalteHolder {float:right; width:79.5%; background:#ffffff;	border-left:2px dotted #1193CD;}


/* 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.liMenuPkt {
	background:url(img/pil.png) no-repeat;
	background-position:left 0.3em;
	}

li.liMenuAktPkt {
	background:url(img/pilned.png) no-repeat;
	background-position:left 0.3em;
	font-weight:bolder;
	}

ul.menuNiv1 li.menuDeler, ul.menuNiv2 li.menuDeler {
	margin:8px 0 8px 0; padding:0;
	border-bottom:2px dotted #DF8583;
	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:2px dotted #1193CD;}

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 #DF8583;
  color:inherit;
  background:#EDF7FF
    }

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

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

div.spaltedel75Left ul.indholdsfortegnelse {
	margin:0; padding:16px 0 0 8px;
	list-style:none;
	}

div.spaltedel75Left ul.indholdsfortegnelse li {
	list-style:none;
	}

/* 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.wocform {
	padding:0 0 0 8px;
  }

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

div.wocform form input {
	float:right;
	width:70%; height:1.5em;
	font-size:1em;
	margin-top:1em;
	margin-right:8px;
  }
  
div.wocform form textarea {
	clear:both;
	width:99%; height:6em;
	font-size:1em;
	margin-top:1em;
  }      
  
div.wocform form input.knap, div.wocform form input.knap2 {
	float:left;
	width:auto; height:auto;
	font-size:1em;
	margin:1em 1em 1em 1em; padding:0;
  }       
  
div.wocorm form input.knap {
	clear:both;
  }  
  
/* FORMS SLUT */
