/* felles bildetekstformattering --------------------------------------------*/
div.RWIMGBLCK-storblokk span,
div.RWIMGBLCK-litenblokk_v span,
div.RWIMGBLCK-litenblokk_h span,
div.RWIMGBLCK-portrettblokk_v span, 
div.RWIMGBLCK-portrettblokk_h span {
	display: block;
	padding: 4px;
	font-size: 80%;
	line-height: 1.2em;
}

/* STORT BILDE --------------------------------------------*/
div.RWIMGBLCK-storblokk {
	width: 515px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div.RWIMGBLCK-storblokk img {
	maxWidth: 515px;
	clear: both;
	padding: 8px 8px 4px 8px;
}
div.RWIMGBLCK-storblokk span {
	display: block;
	padding: 4px 8px 0px 8px;
}

/* LITE BILDE VENSTRE -------------------------------------------*/
div.RWIMGBLCK-litenblokk_v {
	width: 190px;
	float: left;
	clear: both;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #d6d7d9;
}
div.RWIMGBLCK-litenblokk_v img {
	maxWidth: 190px;
	clear: both;
	margin: 0px 0px 0px 0px;		
}
div.RWIMGBLCK-litenblokk_v span {
}

/* LITE BILDE HØYRE -------------------------------------------*/
div.RWIMGBLCK-litenblokk_h {
	width: 190px;
	float: right;
	clear: both;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #d6d7d9;
}
div.RWIMGBLCK-litenblokk_h img {
	maxWidth: 190px;
	clear: both;
	margin: 0px 0px 0px 0px;		
}

/* PORTRETTBILDE VENSTRE -------------------------------------------*/
div.RWIMGBLCK-portrettblokk_v {
	width: 90px;
	float: left;
	clear: both;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #d6d7d9;
}
div.RWIMGBLCK-portrettblokk_v img {
	maxWidth: 80px;
	clear: both;
	margin: 0px 0px 0px 0px;		
}

/* PORTRETTBILDE HØYRE -------------------------------------------*/
div.RWIMGBLCK-portrettblokk_h {
	width: 90px;
	float: right;
	clear: both;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #d6d7d9;
}
div.RWIMGBLCK-portrettblokk_h img {
	maxWidth: 90px;
	clear: both;
	margin: 0px 0px 0px 0px;		
}

