/* Style Sheet */

  #inhalt {
    height: 500px;
  }
  #news_container {
  width: 100%;
	height: 100%;
	overflow: auto;
  }
  #news {
    background-color: #fff;
    color: #333;
    font-family: Verdana, "Lucida Sans Unicode";
    font-size: 0.8em;
    padding: 0 0.9em;
  }
  #news h1 {
    font-family: Georgia, "Lucida Sans Unicode", "Times New Roman";
    font-size: 1.9em;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin: 8px 6px;
	clear: both;
  }
  #news .subheader {
    clear: both;
    font-size: 0.9em;
    border-top: 2px solid #d45452;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px 8px 0px;
    margin-top: 15px;
  }
  #news img {
    margin: 0px 6px 20px 6px;
    float: left;
		-webkit-box-shadow: 3px 2px 5px #aaa;
    -moz-box-shadow: 3px 2px 5px #aaa;
    box-shadow: 3px 2px 5px #aaa;
  }
  #news img.mitText {
    margin: 0px 6px 0px 6px;
  }
  #news img.letztesBild {
    margin: 0px 16px 20px 6px;
  }
  #news p {
    margin: 6px 6px;
  }
 
 /********Bilder***********/

  #news .rechts {
    float: right;
    margin: 5px 0px 5px 10px;
  }
  #news .links {  
    float: left;  
    margin: 5px 20px 5px 0px;  
  }
  
 /*********Stiftungsfest*******/
  
  #news .bildertext {
    clear: both;
    font-size: 0.85em;  
    font-variant:small-caps; 
    margin: 6px 0px 10px 6px;   
  }
  
  /*********Kletterhalle***********/
  
  #table_text {
    padding: 4px 0 0 8px;
    font-family: Verdana, "Lucida Sans Unicode";
    font-size: 0.9em;  
  }    
 
  #ergebnis {
    clear: both;
    margin: 3px 15px;  
  }
  #ergebnis table {
    background-color: #ddd;
    margin: 0 0 0 20px;
  }
  
 /***********Laliderer*************/
  
  #titel {  
    text-align: center;  
    font-size: 1.1em;  
    font-weight: bold; 
    padding: 10px 0 0 0;  
  }  
  #untertitle {
    text-align: center;
    font-size: 0.80em;
    font-weight: bold;
    padding: 0 0 10px 0;
  }
  #listeLaliderer {
    margin-left: 30px;
    list-style-type: decimal;
  }
  #listeLaliderer li {
    padding-top: 5px;
  }    
  #listeLaliderer .unterliste {  
    margin-left: 25px;
    list-style-type :lower-alpha;    
  }      
  #listeLaliderer .unterliste li {
    padding-top: 5px;
  }
 
/********Laliderer Lightbox***********/
  
  #bildBergungsversuche {  	
    margin: 0px 0px 0px 10px;
    background: #ddd;
    height: 225px;
    width: 308px;  
  }
  #bildBergungsversuche img {
    margin: 4px 4px 0 4px;
    padding: 0;    
  }
  #bildBergungsversuche .thumb {
    border: none;
  } 
  #bildBergungsversuche .bildertext {
    font-size: 12px;
		padding: 0;
		margin: 3px 5px;
    font-variant: small-caps;
  }
    
/*********Vereinsleitung****************/
  
 #vorstand table {
    margin: 10px 0 10px 20px;
  }
  #vorstand table th {
    background-color: #d7d7d7;
    padding: 0 0.6em;
    text-align:left;
  }
  #vorstand table td {
    background-color: #e6e6e6;
    margin: 2px;
    padding: 0 0.6em;
  }
  
 /*********mehr/zurück*********/
 
  #news .text_rechts {
    clear: both;
    float: right;  
  }
  #mehr_laliderer {
    clear: both;
    float: right;   
  } 
  #mehr_kletterhalle { 
    clear: both; 
    float: right;       
  }            

 
