/* Ny type nederst */


/* 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: 340px;
}
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: 510px;
    margin-top: 0px;
    margin-right: 0px;
    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 {
	font-size: 10px;
	line-height: 12px;
	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 {
	padding-bottom: 5px;
}



/* NYE TYPER */
.rwimgblck span {
	font-size: 90%;
	display: block;
	margin: 0.5em 0 0 0;
}
.rwimgblck {
	display: block;
}
.rwimgblck img {
	border: 0;
}


.rwimgblck-full-bredde {
    width: 510px;
    margin: 0 0 10px 0;
    clear: both;
}
.rwimgblck-halv-bredde-hoyre {
    width: 300px;
    margin: 0 0 10px 10px;
    float: right;
}
.rwimgblck-halv-bredde-venstre {
    width: 300px;
    margin: 0 10px 10px 0;
    float: left;
}
.rwimgblck-kvart-bredde-hoyre {
    width: 150px;
    margin: 0 0 10px 10px;
    float: right;
}
.rwimgblck-kvart-bredde-venstre {
    width: 150px;
    margin: 0 10px 10px 0;
    float: left;
}






