
h3 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

#presentation_image {
	top: 20px;
	left: 0px;
	position: absolute;
}

#presentation_image img{
	margin: 0 12px 22px 0;
}

.imagebox {
	float: left;
	background-repeat: no-repeat;
	margin: 0px 0 22px 10px;
	/*border: 6px outset #cccccc;*/
}

#content {
	height: 480px;
}

#content .imagebox img {
	position: relative;
	float: left;
	border-width: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 114px;
}

#image_1 {
	background-image: url(../images/berg.jpg);
	width: 460px;
	height: 360px;
	top: 20px;
	left: 316px;
	position: absolute;
}

#image_2 {
	background-image: url(../images/vallmo.jpg);
	width: 460px;
	height: 80px;
	top: 402px;
	left: 316px;
	position: absolute;
}

.transpbox {
	position: relative;
	background-color: #333333;
	/* for IE */
	filter: alpha(opacity=70);
	/* CSS3 standard */
	opacity: 0.7;
	padding: 5px 15px;
	float: left;
	/*font-size: 11px;*/
}

#textbox_1 {
	width: 180px;
	height: 135px;
	margin: 15px 0 20px 15px;
}

#textbox_2 {
	width: 400px;
	height: 110px;
	margin: 45px 0 0 15px;
	padding: 5px 15px;
}

#textbox_3 {
	width: 250px;
	height: 40px;
	margin: 15px 0 0 15px;
	padding: 5px 15px;
}


