/* alle omsluttende bildeblokker til intro æøå 
DIV.RWIMGBLCK-generic
DIV.RWIMGBLCK-full-410
DIV.RWIMGBLCK-halv-h-200
DIV.RWIMGBLCK-halv-v-200
DIV.RWIMGBLCK-liten-h-100
DIV.RWIMGBLCK-liten-v-100 
*/

DIV.RWIMGBLCK-generic {
	clear: both;
	width: 300px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 1px solid red;
}
DIV.RWIMGBLCK-liten-h-100,
DIV.RWIMGBLCK-liten-v-100 {
	width: 100px;
}
DIV.RWIMGBLCK-halv-h-200,
DIV.RWIMGBLCK-halv-v-200 {
	width: 200px;
}
DIV.RWIMGBLCK-halv-v-200,
DIV.RWIMGBLCK-liten-v-100 {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}
DIV.RWIMGBLCK-halv-h-200,
DIV.RWIMGBLCK-liten-h-100 {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
DIV.RWIMGBLCK-full-410 {
	clear: both;
	width: 410px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/* alle blokktypene med samme bildetekst def */
DIV.RWIMGBLCK-generic span, 
DIV.RWIMGBLCK-full-410 span,
DIV.RWIMGBLCK-halv-h-200 span,
DIV.RWIMGBLCK-halv-v-200 span,
DIV.RWIMGBLCK-liten-h-100 span,
DIV.RWIMGBLCK-liten-v-100 span {
	font-size: 10px;
	line-height: 12px;
	display: block;
}

/* alle blokktypene med img def */
DIV.RWIMGBLCK-generic img, 
DIV.RWIMGBLCK-full-410 img, 
DIV.RWIMGBLCK-halv-h-200 img, 
DIV.RWIMGBLCK-halv-v-200 img, 
DIV.RWIMGBLCK-liten-h-100 img, 
DIV.RWIMGBLCK-liten-v-100 img {
	padding-bottom: 5px;
	float: left;
}
DIV.RWIMGBLCK-generic img {
	maxWidth: 300px;
	maxHeight: 400px;
}
DIV.RWIMGBLCK-halv-h-200 img, 
DIV.RWIMGBLCK-halv-v-200 img {
	maxWidth: 200px;
	maxHeight: 400px;
}
DIV.RWIMGBLCK-liten-h-100 img, 
DIV.RWIMGBLCK-liten-v-100 img {
	maxWidth: 100px;
	maxHeight: 200px;
}
DIV.RWIMGBLCK-full-410 img {
	maxWidth: 410px;
	maxHeight: 600px;
}

