/* CSS Document */
/* husk at navne her skal være entydige inden for site */
/* da klasser kan genbruges på tværs af sideformater, er det nok at de også deler css-sheet */
/* arealerne har typisk også color-class */

/* alle h1'er på sitet - hvis der er noget specielt, kan der sættes en class */
h1 {
	margin: 0px;
	margin-bottom: 2px;
	/*font-size: 1.1em;*/
	font-size: 1.2em;
	font-weight: none;
}

.text {
	/*font-size: 0.75em;*/
	font-size: 0.9em;
}

#animationArea {  /* barn af page */
	position: absolute;
	top: 140px;
	left: 150px;
}

/*#chateauxArea {
	position: absolute;
	bottom: 100px;
	right: 146px;
}*/

#contentArea {
	position: absolute;
	top: 140px;
	left: 246px;  
	padding: 8px;
	width: 402px;
	z-index: 100;  /* foreløbig */
	/*height: 382px;*/
	height: 372px;
	/*text-align: center; */
	text-align: left;
	overflow: auto;
}

#contentArea ul li {
	list-style-type:square;  /* bullets */
}

#contentSmallArea {
	position: absolute;
	top: 140px;
	left: 246px;  
	padding: 8px;
	padding-left: 40px; 
	padding-right: 40px; 
	/*width: 402px;*/
	width: 338px;
	z-index: 100;  /* foreløbig */
	height: 100px;
	/*text-align: center; */
	text-align: left;
	overflow: auto;
}


#imageArea2 {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 296px;
	text-align: center;
}
#imageArea3 {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 296px;
	text-align: center;
}
#imageArea3 img {
	margin-bottom: 20px;
}
#imageArea4 {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 296px;
	text-align: center;
}
#imageArea4 img {
	margin-bottom: 8px;
	margin-left: 30px;
	margin-right: 30px;
}
#imageAreaPrimary {
	position: absolute;
	/*top: 242px;*/
	top: 250px;
	left: 246px;  
	width: 402px;
	/*height: 272px; */
	height: 262px;
	padding: 8px;
	text-align: center;
}
#imageAreaPrimary img {
	border-style: solid;
	border-width: 2px;
}

/* classes der er userdefinerede, dvs. kommer fra wysiwyg */
.header {
	font-size: 1.2em;
	font-weight: bold;
}









