/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	
}

#page {								/* centered page */
	width: 1000px;
	height: 624px; 			/* hvis der ikke er nogen height vises baggrundsfarven ikke */
	margin-right: auto;				/* af hensyn til opera */
	margin-left: auto;
	
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

#topLeftArea {  
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 168px; /* 130 + 45 */
	text-align: left;
	
}

#topRightArea {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	height: 168px;
	text-align: right;
}
#topMiddleArea {  
	position: absolute;
	left: 250px; 
	top: 0px;
	width: 500px;
	height: 168px;  
	text-align: center; 
	vertical-align: middle;
}



#leftArea {
	position: absolute;
	left: 0px;
	top: 168px;
	width: 239px;
	height: 430px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
}

#utilityArea {
	font-size: 12px;
	
}

#utilityArea a,
#utilityArea a:visited,
#utilityArea a:hover,
#bottomLeftArea a,
#bottomLeftArea a:visited,
#bottomLeftArea a:hover,
#bottomMiddleArea a,
#bottomMiddleArea a:visited,
#bottomMiddleArea a:hover,
#bottomRightArea a,
#bottomRightArea a:visited,
#bottomRightArea a:hover,
#searchform a, 
#searchform a:visited, 
#searchform a:hover {
	 text-decoration:none;
	  display: block;
  cursor: pointer;
  cursor: hand;
}

#searchform { /* barn af leftarea */
	position: absolute;
	text-align: left;
	left: 0px; 
	bottom: 20px;
	padding: 2px;
	font-size: 14px;

}
/*
#referenceArea {  barn af leftarea 
	position: absolute;
	text-align: left;
	left: 0px; 
	bottom: 0px;
	padding: 2px;
	font-size: 10px;
}

#bottomArea {  uafhængig 
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 14px;   uden padding 
	width: 1000px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	
}
*/

#bottomLeftArea {
	position: absolute;
	text-align: left;
	left: 0px; 
	width: 246px;
	bottom: 0px;
	padding: 2px;
	font-size: 10px;
}

#bottomMiddleArea {
	position: absolute;
	bottom: 0px;
	left: 250px;
	/*height: 24px;  /* uden padding */
	
	width: 700px;
	
	
	padding: 0px;
	font-size: 10px;
	/*text-align: center;*/
}

#bottomRightArea {
	position: absolute;
	text-align: right;
	right: 0px; 
	width: 246px;
	bottom: 0px;
	padding: 2px;
	font-size: 10px;
}



#hiddenList {
	position: absolute;
	left: -15000px;
	top: -15000px;
}
#hiddenCaptions {
	position: absolute;
	left: -7000px;
	top: -7000px;
}


#searchMessageArea {
	position: absolute;
	top: 10px;
	font-size: 11.5px;
	font-weight: bold;
}
#searchList {
	position: absolute;
	top: 90px;
	/*font-size: 0.75em;*/
	line-height: 170%;
}

.tooltip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 180px;
	font-size: 0.7em;
	border-style: solid;
	border-width: 1px;
	z-index: 10000;
}


