/* Style Sheet */

 #inhalt {
    height: 450px;
  }
  #weltberge {
    width: 100%;
    height: 100%;    
    overflow: auto;
  }
  #titel {
    background-color: #e0e0e0;
    color: #8b4513;
    font-family: "Times New Roman";
    font-size: 1em;
    font-style: italic;
    padding: 8px 20px 10px 20px;
  }  
  .kopfzeile {
    background-color: #555555;
    color: #dbf7ff;
    height: 1.9em;
    clear: both;  
  }
  #weltberge p.links {
    float: left;
    font-family: "Times New Roman";
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0 0 20px;    
  }
  #weltberge p.rechts {
    text-align: right;
    font-family: "Times New Roman";
    font-size: 0.85em;
    font-weight: normal;
    margin: 6px 20px 0 0;    
  } 
  #weltberge h5 {
    background-color: #c8c8c8;
    color: #444;
    padding: 2px 0 2px 20px;    
  }
  #weltberge .thumb {
    float: right;
    margin: 2px 0px 5px 2px;
    border: none;
  } 
  #weltberge table {
    margin: 0px 0px 10px 0;
    padding: 0;
  }
  #weltberge table td {
    padding: 0 17px 0px 17px;
    background-color: #e0e0e0;
  } 

