/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	
	
	
	
	
	/*background-image: url(../frameImages/card9.jpg);*/
	background-image: url(../frameImages/papertexture05.jpg);
		
	/*background-image: url(../frameImages/eng.gif);*/
	background-repeat:repeat;
}


#page {								/* centered page */
	width: 1000px;
	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;*/
	margin-top: 26px;
	/*overflow: hidden;*/
	overflow-y: auto;
	overflow-x: hidden;
	
	
}

#topLeftArea {  
	position: absolute;
	left: 5px;
	top: 5px;
	width: 240px;
	height: 180px;  /* er uden padding! */
	text-align: left;
	font-style: italic; /* Site titel */
	font-weight: bold;
	font-size: 26px;  /*34px; /* Site titel */
	
}
#topFrameImage {  /* barn af topLeftArea */
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 240px;
	height: 55px;
	background-image: url(../frameImages/valmuer1.gif);
}
#bottomFrameImage {
	position: absolute;
	left: 5px;
	bottom: 31px;
	width: 240px;
	height: 55px;
	background-image: url(../frameImages/valmuer2.gif);
}

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

#bottomArea {  /* uafhængig */
	position: absolute;
	left: 255px;
	bottom: 0px;
	width: 736px;
	height: 26px;  /* uden padding */
	padding: 2px;
	font-size: 9px;
	text-align: center;
}




