/* felles bildetekstformattering --------------------------------------------*/
div.RWIMGBLCK-portr_fullspalte span,
div.RWIMGBLCK-litenblokk_v span,
div.RWIMGBLCK-litenblokk_h span,
div.RWIMGBLCK-portrettblokk_v span, 
div.RWIMGBLCK-portrettblokk_h span {
	display: block;
	padding: 0px;
	font-size: 11px;
	line-height: 1.1em;
}

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

/* LITE BILDE VENSTRE -------------------------------------------*/
div.RWIMGBLCK-litenblokk_v {
	width: 190px;
	float: left;
	clear: both;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div.RWIMGBLCK-litenblokk_v img {
	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;
}
div.RWIMGBLCK-litenblokk_h img {
	clear: both;
	margin: 0px 0px 0px 0px;		
}

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

/* PORTRETTBILDE HØYRE -------------------------------------------*/
div.RWIMGBLCK-portrettblokk_h {
	width: 80px;
	float: right;
	clear: both;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
div.RWIMGBLCK-portrettblokk_h img {
	clear: both;
	margin: 0px 0px 0px 0px;		
}
