/* ----- TILLEGG LAYOUT ----- */

#foredrag {
	position: relative;
	float: right;
	right: 5px;
	top: 20px;
	width: 580px;
	height: 337px;
	background-image: url(../grafikk/layout/bg_ramme.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: solid #9A1202 1px;
	color: #FFFFFF;
	}
	
#foredragbilde {
	position: relative;
	float: right;
	width: 288px;
	height: 337px;
	background-color: #ffffff;
	vertical-align: bottom;
	}

#foredragtext {
	position: relative;
	float: right;
	width: 282px;
	height: 337px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	}

#informasjontext {
	position: relative;
	float: right;
	width: 560px;
	height: 337px;
	right: 10px;
	color: #333333;
	text-align: left;
	}
