html, body {
	background:#f0f0f0 url(../billeder/bg3.jpg) no-repeat left top;
	margin:0; padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	height:100%;
	width:100%;
	}
	
body {
	font-family: arial, sans-serif;
	font-size: 62.5%;
  }	
	
h1
{
	margin-top:24px;
	font-size:2.2em;
	color:#990F0A;
}

h2, h3, h4
{
	margin-top:12px;
	margin-bottom:0; /* var 6px*/
	padding-bottom:0;
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.2em;
	font-style:italic
}


p {
  padding-top:0;
  padding-bottom:0.3em;
  margin-top:0;
  font-size:1.2em;
  line-height:1.5em
  }

ul {
  font-size:1.2em;
  padding:0;margin:5px 0 16px 16px;
  }

li {
  padding-bottom:0.5em
  }

img
{
	border-style:none;
}	
	
a {
  font-weight:bold;
  color:#bc2210;
  text-decoration:none
  }

	
a:hover {
  /*text-decoration:underline;*/
  }	


div#container
{
	min-height:85%;
	height:auto !important;
	_height:85%;
	background:#ffffff;
	border:1px solid #dddddd;
	width:650px;
	margin:0 auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}
div#header
{
	margin:0 auto; /* Right and left margin widths set to "auto" */
	height:15%;
	line-height:50px;
	min-height:50px;
	text-align:left;
	width:650px;
}
#headerText
{
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#3e3e40;
	position:absolute;
	top:-32px;
	left:36px;
	display:inline;
}
#headerText a
{
	text-decoration:none;
	color:#3e3e40;
}
div#content
{
	*margin-left:12px;
	padding:12px;
	padding-top:24px;
	padding-bottom:62px;
}
div#footer
{
	width:100%;
	/*height:4%;*/
	position:absolute;
	height:24px;
	top:-24px;
	/*min-height:24px;*/
	/*line-height:24px;*/
	background:#3e3e40;
	
	text-align:center;
	font-size:1em;
	color:#666;
	line-height:20px;

}
div#footer a
{
	color:#666;
	text-decoration:none;
}
div#footerCenter
{

	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left;
	width:650px;
}

div#logo
{
	
	top:-35px;
	left:525px;
	
	position:absolute;
}

div#menu
{
	color:#AAA;
	top:-22px;
	left:300px;
	position:absolute;
	font-size:1.2em;
}
div#menu a
{
	text-decoration:none;
	color:#AAA;
}
div#menu a:hover
{
	text-decoration:none;
	color:#555;
}
div#themeMenu
{
	padding:12px;
	*padding:12px 0px;
	padding-top:12px;
	margin-top:-24px;
	*margin-top:-0px;
}
div.theme
{
	width:124px;
	height:95px;
	float:left;
  	margin:12px;
	*margin:6px 12px;
	_margin:0px 6px;
	font-size:1.4em;
}
div.theme a
{
  display: block;
  background-color:#eeeeee;
  border:1px solid #dddddd;
  padding:4px;
  width: 100%;
  height: 100%;
  color:#000000;
  line-height:32px;
  text-align:center;
  text-decoration: none;

}
div.theme a:hover
{
	background-color:#999999;
	text-decoration:none;
}
div.leftText
{
	float:left;
	width:290px;
	padding-left:24px;
	padding-right:24px;
	*padding-left :12px;
	padding-bottom:12px;
}
div.fullText
{
	clear:both;
	width:575px;
	padding-left:24px;
	*padding-left:12px;
	padding-bottom:12px;
}
div.factBox
{
	/*font-style:italic;*/
	float:right;
	width:218px;
	padding:16px;
	margin-right :24px;
	_margin-left:12px;
	margin-bottom:12px;
	/*margin-top:24px;*/
	background-color:#eeeeee;
	border:1px solid #dddddd;
}

div.factBox + div.factBox
{
  clear:both;
}

div.fullImg
{
	clear:both;
	width:575px;
	padding-left:12px;
	margin-left :12px;
	*margin-left:0px;
}
div.rightImg
{	
	float:right;
	width:250px;
	padding-right:12px;
	margin-right :12px;
	/*margin-left:12px;*/
	margin-top:16px;
}
.rightImg img {
  border:1px solid #ddd
  }

div.caption
{
  clear:both;
	/*float:right;*/
	padding-right:24px;
	padding-top:12px;
	font-style:italic;
	font-size:1.1em
}

#navMenu
{
	margin-left:24px;
	*margin-left:12px;
	margin-bottom:12px;
	clear:both;
}

.anchor
{
	position:relative;
}

/*EXTRAS*/

.trompet {
  font-size:1.6em;
  font-weight:bold;
  }
  
.italic {
  font-style:italic
  } 
  
  
/* FORSIDE */

#frontMenu
{
	clear:both;
	width:100%;
	font-size:1.2em;
	line-height:2em;
	text-align:center;
	padding:1px;
}

.cell
{
	width:130px
	height:100px
	float:left;
}

.cell a
{
	float:left;
	display:block;
	margin:5px;
	border:1px solid #fff;
}

.cell a:hover
{
	background-color:#eee;
	border:1px solid #ddd;
}

.fronttable {
  clear:both;
  width:100%;
  border-spacing:3px;
  font-size:1.2em;
  line-height:2em;
  text-align:center;
  }
  
.fronttable td {
  padding-bottom:5px;
  }  
  
.fronttable img {
  border:1px solid #555
  }  
  
 
  
  
  