/* alle omsluttende bildeblokk def */



DIV.RWIMGBLCK-generic {
	clear: both;
	width: 300px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}
DIV.RWIMGBLCK-1-3-left-bredde, 
DIV.RWIMGBLCK-1-3-right-bredde{
	clear: both;
	width: 170px;
	
}
DIV.RWIMGBLCK-2-3-left-bredde, 
DIV.RWIMGBLCK-2-3-right-bredde {
	clear: both;
	width: 300px;
}
DIV.RWIMGBLCK-1-3-left-bredde, 
DIV.RWIMGBLCK-2-3-left-bredde{
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}
DIV.RWIMGBLCK-1-3-right-bredde, 
DIV.RWIMGBLCK-2-3-right-bredde{
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
DIV.RWIMGBLCK-3-3-fullbredde {
	clear: both;
	width: 515px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
DIV.RWIMGBLCK-portrett {
	width: 70px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/* alle blokktypene med samme bildetekst def */
DIV.RWIMGBLCK-generic span, 
DIV.RWIMGBLCK-1-3-left-bredde span, 
DIV.RWIMGBLCK-2-3-left-bredde span, 
DIV.RWIMGBLCK-1-3-right-bredde span, 
DIV.RWIMGBLCK-2-3-right-bredde span, 
DIV.RWIMGBLCK-3-3-fullbredde span,
DIV.RWIMGBLCK-portrett {
	padding: 3px;
	font-size: 90%;
	line-height: 110%;
	display: block;
}

/* alle blokktypene med img def */
DIV.RWIMGBLCK-generic img, 
DIV.RWIMGBLCK-1-3-left-bredde img, 
DIV.RWIMGBLCK-2-3-left-bredde img, 
DIV.RWIMGBLCK-1-3-right-bredde img, 
DIV.RWIMGBLCK-2-3-right-bredde img,  
DIV.RWIMGBLCK-3-3-fullbredde img,
DIV.RWIMGBLCK-portrett {
	float: left;
}

/* alle blokktypene bakgrunnsfarge */
DIV.RWIMGBLCK-generic, 
DIV.RWIMGBLCK-1-3-left-bredde, 
DIV.RWIMGBLCK-2-3-left-bredde, 
DIV.RWIMGBLCK-1-3-right-bredde, 
DIV.RWIMGBLCK-2-3-right-bredde,  
DIV.RWIMGBLCK-3-3-fullbredde,
DIV.RWIMGBLCK-portrett {
	background-color: #ece9e4;
}






