body {
	background-image: url('footer.png');
	background-repeat: repeat-x;
	margin:2em;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}

#cleft {
	width: 50%;
	height: 100%;
	float: left;
}

#cright {
	width: 50%;
	height: 100%;
	float: right;
}

h1.center {
	font: AR BONNIE, Verdana, Helvetica, Arial;
	margin:0em 0em 1em 0em;
	padding:0em;
	font-size:28px;
	font-weight:900;
	color:#FE7100;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0em 0em 1em 0em;
	padding:0em;
	}
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0em 0em 1em 0em;
	padding:0em;
	}
.Content>p {margin:0em;}
.Content>p+p {text-indent:30em;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width: 30em;
	margin:0em 30em 2em 30em;
	padding:1em;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */  /* for IE */
  }

 .content p {
  color:#000000;
 }

#container {
	background-image: url('logoText3.png');
	background-repeat: no-repeat;
	background-position: 3em 8em;
	background-size: 20em;
}

#header {
	text-transform: uppercase;
	text-align: center;
	text-color: #FE7100;
	border-bottom: .4em dotted #FE7100;
}

#navigation {
	position:absolute;
	width:auto;
	top:4em;
	left:0em;
	z-index:2;
	float: left;
	padding: 22em 0 0 8em;
	font-size: 11px;
}
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
	body>#navigation {width:128px;}
	
		#navigation ul {
			text-transform: uppercase;
			list-style: none;
		 }
		
		#navigation ul a:link {
			color: #005599;
			font-weight: 600;
			display: block;
			background-image: url('menul.png');
			background-repeat: no-repeat;
			background-size: 25%;
			height: 2em;
			padding: .2em 0 0 4em;
			margin: 0 0 .2em 5em;
		}
		
		#navigation ul a:visited {
			color: #005599;
		}
		
		#navigation ul a:hover {
			color: #FE7100;
			background-image: url('menur.png');
			background-repeat: no-repeat;
		}
		
		#navigation ul a:active {
		}
		
#box {
}

#border {
	border-top: .2em dotted #005599;
}

img.thumb {
	max-width: 13em;
	border: none;
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "13em":
        "auto" );
}

.underline{
	text-decoration: underline;
	font-decoration: underline;
	cursor:pointer;
}

.lydteknikker {
	height: 165em;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width: 30em;
	margin:0em 30em 2em 30em;
	background-color:white;
	padding:1em;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */  /* for IE */
}
		
#right{
	background-image: url('background3.png');
	background-repeat: no-repeat;
	background-position: right 8em;
	position:absolute;
	min-width: 25em;
	height: 55em;
	top:2em;
	right:2em;
	padding:1em;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#footer {
	/*background-image: url('footer4.png');
	background-repeat: repeat-x;*/
	/*background-color: #CCDDDE;*/
	/*position: absolute;
	bottom: 0;
	width: 50%;
	height: 6em;*/
	font-size: 11px;
	border-top: .4em dotted #FE7100;
}
