/* CSS definition file containing site wide stylesheets */
.Überschrift 2 { 
font-size: large; 
font-weight: bold;
} 

.kuh_list {
 list-style-image: url("anstrich_gelb.jpg");
 } 
 
 .Überschrift 3 { 
 font-size: medium; 
 font-weight: bold;
  } 
  
  .Überschrift 4 {
  font-weight: bold;
  } 
  
  .Subheads { 
  font-family: 'Times New Roman', Times, 'Times NewRoman', serif; 
  font-size: x-small;
  } 
  
  .Quotes { 
  font-family: 'Arial Black', 'Helvetica Black', 'LB Helvetica Black', 'Univers Black', 'Zurich Blk BT', sans-serif; 
  font-size: medium; 
  font-style: italic;
  } 
  
  .Überschrift 5 { 
  font-size: x-small; 
  font-weight: bold;
  } 
  
  .Überschrift 6 { 
  font-size: xx-small; 
  font-weight: bold;
  } 
  
  .Footnotes { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; 
  font-size: x-small; 
  list-style-type: decimal;
  } 
  
  .Titel { 
  font-size: x-small; 
  
  } 
  
  .Danksagung { 
  font-size: x-small; 
  font-weight: bold; 
  text-align: center;
  } 
  
  .Caption { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; 
  font-size: x-small; 
  font-style: italic;
  } 
  
  .Code { font-family: 'Times New Roman', Times, 'Times NewRoman', serif;
  } 
  
  .List_leer {
  font-size: 8pt; 
  list-style-type: none; 
  list-style-image: none;
  }

  .Untertitel {
  font-size: x-small;
  } 
  
  .hover_link_hk { 
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
  font-size: x-small; 
  color: rgb(0,0,255); 
  text-decoration: underline;
  } 
  
  .Credits {
  font-family: 'Arial Black', 'Helvetica Black', 'LB Helvetica Black', 'Univers Black', 'Zurich Blk BT', sans-serif; 
  font-size: x-small; 
  font-weight: bold; 
  text-align: center;
  } 
  
  .Zitate {
  font-size: medium; 
  color:#000000
  } 
  
  .Fußnoten {
  font-size: x-small;
  } 
  
  .Überschrift 1 {
  font-size: x-large; 
  font-weight: bold;
  } 
  
  .Adresse {
  font-style: italic;
  } 
  
  PRE {
  font-family: 'Times New Roman', Times, 'Times NewRoman', serif;
  } 