/* Styles, die die Website "rzt" braucht und die allgemein 
 * zur Verfuegung gestellt werden.
 */
img.resize { 
  display: block; 
  width:150px; 
  margin-top:1em; 
  margin-bottom:0.5em; 
  cursor: pointer;
  page-break-inside: avoid;
  }
img.thumb {
  display:inline; 
  height:1em; width:1em; 
  border: 2px outset #006;
  vertical-align:text-bottom;
  cursor: pointer;
  page-break-inside: avoid;
  }  

.red {
  color: #f00;
} 

