/* 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 */

#format1photo1,
#format2photo1 {
	position: absolute;
	top: 5px;
	left: 255px;
}
#format1photo2,
#format2photo2 {
	position: absolute;
	top: 5px;
	left: 505px;
}
#format1photo3,
#format2photo3 {
	position: absolute;
	top: 5px;
	left: 755px;
}
#format3photo1 {
	position: absolute;
	top: 5px;
	left: 635px;
	cursor: pointer;
  cursor: hand;
}
#format3photo2 {
	position: absolute;
	top: 298px;
	left: 635px;
	cursor: pointer;
  cursor: hand;
}
#format1text1 {
	position: absolute;
	top: 195px;
	left: 5px;
	border-left-width: 12px;
	border-bottom-width: 12px;
	border-left-style: solid;
	border-bottom-style: solid;
}
#format1text2 {
	position: absolute;
	top: 385px;
	left: 255px;
}
#format1text3 {
	position: absolute;
	top: 385px;
	left: 505px;
}
#format1text4 {
	position: absolute;
	top: 385px;
	left: 755px;
}
#format2text1 {
	position: absolute;
	top: 195px;
	left: 255px;
}
#format2text2 {
	position: absolute;
	top: 195px;
	left: 505px;
}
#format2text3 {
	position: absolute;
	top: 195px;
	left: 755px;
}
#format3text1 {
	position: absolute;
	top: 5px;
	left: 265px;
}
#bigPlaceHolder {
	position: absolute;
	top: 5px;
	left: 265px;
	width: 700px;
	text-align: center;
	z-index: 200;
	border-style: solid;
	border-width: 16px;
}
#closeButton {
	border: solid;
	border-width: 0px;
	display: block;
	font-weight: bold;
  cursor: pointer;
  cursor: hand;
}


.photo {

}
.text240 {
	padding: 4px;
	width: 208px;
	height: 152px;
	border-style: solid;
	border-width: 12px;
}

.text240inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 204px;
	height: 148px;
	padding: 4px;
	overflow: auto;
	font-size: 13px;
	
	0.72em;
	line-height: 120%;
}

.text240high {
	padding: 4px;
	width: 208px;
	height: 342px;
	border-style: solid;
	border-width: 12px;
}

.text240highinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 204px;
	height: 338px;
	padding: 4px;
	overflow: auto;
	font-size: 13px;
	
	line-height: 120%;
}

.text350high {
	width: 318px;
	height: 532px;
	border-style: solid;
	border-width: 12px;
}

.text350highinner {
	position: absolute;
	left: 0px;
	top: 0px;
		
	width: 310px;
	
	
	
	height: 524px;
	padding: 4px;
	
	overflow: auto;
	
	
	font-size: 13px;
	line-height: 120%;
	
}


/* classes der er userdefinerede, dvs. kommer fra wysiwyg */
.header {
	font-size: 1.1em;
	font-weight: bold;
}



