/*  speciel css-file kun til stevnz > billeder.php   */

img.img1   /*  .img1  */
          { /* top, venstre */
	  float:  left;	  	  
	  border: 1px solid white;  /* Chrome-Yoga: 1px->0,667px! */
	  width:  302px;
	  height: 226px;  /* 225: 112+1+1+112=226; 112+0,667+0,667+112=225,33~225! */
      	  
	 }
		  
.img2 
          { /* alle andre */
	 float:  left;	  	  
	 border: 1px solid white;
     width:  150px;
	 height: 112px;	
	 }
	 
.pic2-5  { width:304px; height:228px; border:0px; padding:0px; margin:0px; float:left; }
	 
.findramme
	{text-align: left; 
	 border: 1px solid;
	 padding: 5px;
	 margin: 10px;
	}	 
	 
.ramme0 
	{ /* overskrift og alle synlige billeder */
	 max-width: 608px;
	 margin: 0px auto;
	 border: 1px solid;
	 height: auto;  /*for at sikre, at rammen går helt ned i bunden, hvor der står <hr>
	 /* ? text-align: center; */
	 }
.ramme0 hr {margin; 0px; width: 90%; visibility:hidden; }

.ramme1  
 	{ /* omkring billede 2-5. Samme størrelse som img1 */
	 width:  304px;
	 height: 228px;
	 border: 0px;
	 padding:0px;
	 margin: 0px;
	 float:  left; 
	}
 
 @media screen and ( max-width: 746px ) { 
#vside, #mside{float:none; width:auto; margin:2px;} 
}

@media screen and ( max-width: 630px ) { 
.ramme0 {float:none; width:auto;}
.ramme1 {float:none; width:50%;}


}
 
.hojre
	{ text-align: right;
	  font-style: italic;
	}	