/* Start of CMSMS style sheet 'Gallery' */
.instructiontext  {
   font-family:"Times New Roman",Times,serif;
   font-style: oblique;
   color: gray;
   margin-top: 5px 0px ;
   border: solid 1px gray;   
   }

.picturelist {
    margin-left: -35px; 
    list-style-type: none; 
    font-size: 97%; 
   }
   
.thumb img {
    border: 2px solid gray;
    border-radius: 0px;
    background: rgb(241,241,241);
    background: white;
    margin: 5px;
    padding: 6px 6px 12px 6px;
    }
 
 .thumb {
     border: 0px solid gray;
     margin: 2px;
     background:  rgb(241,241,241);
     background: transparent; /*Korrektur*/
 }

/* End of 'Gallery' */

