/* Copyright 2009, Kell Sønnichsen */

/* Definition af style for standard html tags */

body {
	margin:10px; padding:0;
	background-image:url(bg.jpg);
	text-align:center;
}

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

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


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

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

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

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

ul {
	margin:4px 4px 4px 2.5em;
	line-height:1.45;
	list-style-type:disc;
}

.nav {
	font-size:0.8em;
	text-decoration:italic;
}

/* TABELLER */

table, th, td {
	color:#000000; background-color:inherit;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:1em;
	margin:0;
	vertical-align:top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;

	}

table.tabel {
	border-style:solid;
	border-width:1px;
	border-color:#888888;
	background-color:#f8f8f8;
	margin:5px;
}

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

td.lfield, td.rfield, td.cfield {
	background-color:#ececec;
}

td.lfieldx, td.rfieldx, td.cfieldx {
	background-color:#f4f4f4;
}

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

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

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


/* OVERSKRIFTER */

h1 {
	font-size:1.8em;
	background-image:url(h1.jpg);
	text-align:center;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin:0;
	color:ffffff;
}

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

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

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

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

/* OVERSKRIFTER  SLUT*/

/* DIV'er */

div.site {
	width:961px;
	margin: auto;
	height: auto;
	padding:0;
	border:1px solid #1A3C7B;
	color:#000000;
	background-color: #eeeeee;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:80%;
}

div.menu {
	float:left;
	width:178px;
	overflow:hidden;
}

div.indhold {
	float:right;
	width:781px;
	overflow:hidden;
}

div.section {
	border-style:solid;
	border-width:1px;
	border-color:#888888;
	background-color:#f8f8f8;
	margin:2px;
	padding:2px;
	width:97%;
	overflow:hidden;
  text-align:left;
}

div.spalteHolder {
  height:auto;
  margin:0; padding:0 0 4px 0;
  color:inherit;
}

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

div.spaltedel100 {width:99%;}	
div.spaltedel50Left, div.spaltedel50Right {width:49.5%;}
div.spaltedel66Left {width:66%;}
div.spaltedel33Right {width:33%;}
div.spaltedel50Right, div.spaltedel33Right {float:right;}

/* Bokse til information, fakta, ramme */

div.box {
	clear:both; float:left;
	width:95%; height:auto;
	margin:4px; padding:0;
  border:1px solid #1A3C7B;
  color:#FFFFFF;
  background:#00A2C8;
}

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

div.box b {
  color:#FFFFFF;
}

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

div.footer {
  height:auto;
  clear:both;
  color:#333333;
  background:#EDEDED;
  position:relative;
  width:100%;
  text-align: left;
  font-size:0.9em;
  margin:0; padding:0;
}

/* Billeder */

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

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

/* DIVERSE */

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

