/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#page {								/* centered page */
	width: 780px;
	height: 600px; 			/* hvis der ikke er nogen height vises baggrundsfarven ikke */
	margin-right: auto;				/* af hensyn til opera */
	margin-left: auto;
	text-align: left;
	position: relative;
	margin-top: 6px;
	/*overflow: hidden;*/
	overflow-y: auto;
	overflow-x: hidden;
}

#topLeftArea {  
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 60px;  /* er uden padding! */
	text-align: center;
	padding-top: 30px; /* Site titel */
	font-style: italic; /* Site titel */
	font-size: 18px; /* Site titel */
}

#topRightArea {
	position: absolute;
	left: 262px;
	top: 0px;
	width: 518px;
	height: 90px;
	background-position: bottom;  /* til Fondens image */
	/* background-image sættes på af php-koden */
}

#ribbon {  /* uafhængig */
	position: absolute;
	left: 0px;
	top: 64px;
	width: 780px;
	height: 18px;
	z-index: 10;
}

#leftArea {
	position: absolute;
	left: 0px;
	top: 92px;
	width: 200px;
	height: 490px;
	
}


#logoArea { /* barn af leftarea */
	/*margin: 20px; /* logoets placering fra toppen */
	position: absolute;  /* ny */
	bottom: 30px;  /* ny */
	left: 0px;
	width: 200px;
	text-align: center;
}
#logoArea img {
	width: 135px;		/* til Fondens logo, men burde nok i stedet være upload af korrekt billedstørrelse */

}

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

#bottomArea {  /* uafhængig */
	position: absolute;
	left: 202px;
	top: 564px;
	width: 574px;
	height: 14px;  /* uden padding */
	padding: 2px;
	font-size: 9px;
}

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


#searchMessageArea {
	position: absolute;
	top: 10px;
	font-size: 0.75em;
	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;
}


