/*BASICS*/
  * {
      margin:0px;
      padding:0px;
   }

   html, body {
      height: 100%;
   }
   
   body, td, div, p, a, h2, h3 {
      font-size: 12px;
      text-align: left;
   }
    
   a {
      text-decoration: none;
      font-weight: bold;     
   }
   
   td {
    vertical-align: top;
   }
   
/*LINKE SEITE*/
    
    #li {
      vertical-align: top;
    }

    .email_suche {
      font-weight: bold;
    }      
    
    .email_suche_unten {
      font-size: 10px;
    }       
    
    #li form {
      margin-top: 10px;
    }
    
    input {
      font-size: 14px;
      padding: 2px;
      overflow:visible;
    }
    
    .button {
      font-size: 12px;
      padding: 2px;
      overflow:visible;
    }    
    
    #li ul {
      margin-top: 5px;
      text-align: left;
      width: 160px;
      list-style-type: square;
    }    
    
    #li ul li {
      margin-top: 3px;
      margin-left: 10px;
    }

    div#wolke a {
    font-size: 14px;
    }

    #li div#wolke {
	    text-align: justify;
    }

/*LINKE SEITE - ENDE*/        
   
/*MITTE */  
    #mi {
      vertical-align: top;      
    }
    
    #seiten {
      margin-top: 10px;
      text-align: center;
    }    
    
    .livecams_top {
      font-weight:bold; margin-top: 2px; text-align: center;
    }
    
/*MITTE - ENDE*/    

/*RECHTE SEITE*/     
    #re {
      vertical-align: top;   
    }    
    
    h2#archiv_head {
      margin-top: 2px;
      text-align: center;
    }      
    
    #archiv {
      margin-top: 30px;
    }
    
    #archiv h3 {
      font-weight: bold;
      text-align: center;
      font-size: 18px;
    }    

    #archiv ul {
      margin-top: 3px;
      list-style-type: none;
    }  
      
    #archiv ul a {
      font-size: 14px;
    }  
    
    #archiv ul li {
      margin-top: 4px;
      text-align: left;
    }        
    
/*RECHTE SEITE - ENDE*/           
    
/*EINTRAG*/    
    div.overview {
      position:relative;
    }
    
    div.entry {
      margin-bottom: 3px;
      width: 525px;
    }
    
    div.entry h2 {
      font-size: 16px;
      margin-left: 2px;
    }
    
    div.entry p.date {
      margin-top: -4px;
      margin-bottom: 2px;
      margin-left: 4px;
    }
    
    div.entry p {
      font-size: 12px;
    }    
    
    div.entry a.link_preview {
      /*float: left; 
      padding-right: 5px;*/
    }     
    
    div.entry a.link_preview img {
      /*float: left; */
    }  
    
    div.entry p.zur_galerie {
      text-align: right;
      position: absolute;
      bottom: 15px;
      right: 0;      
      margin-right: 17px;
    }
    
    div.entry p.zur_galerie a {
      font-size: 14px;
      font-weight: bold;
      padding: 2px;      
    }    
    
    .text {
      margin-left: 5px;
    }
    
/*EINTRAG - ENDE*/

/*EINTRAG_DETAILS*/
    div.details {
      border-bottom: 0px;
    }

    div.entry p.date_detail {
      margin-bottom: 5px;
    }  
    
    div.entry a.link_bild img {
      margin-right: 0px;
    }  
    
    div.entry .text_detail {
      margin: 3px;
    }  
    
    div.entry p.link_extern {
       text-align: center;
    }

    div.entry p.link_extern a {
      font-size: 18px;
      font-weight: bold;
      padding: 3px;
      text-decoration: underline;
    }      
    
    p.link_back {
      text-align: center;
      margin-top: 10px;
    }
    
    p.link_back a {
      font-size: 10px;
    }    

/*EINTRAG_DETAILS - ENDE*/    
    
/*EINTRAG_BILD*/
    .next_prev {
      margin-top: 15px;
      margin-bottom: 12px;      
    }
    
    .next_prev a {
      padding: 5px;
      font-weight: bold;
    }
    
/*EINTRAG_BILD - ENDE*/    
    
    .cl {
      clear: both;
    }        
    
    div#impressum h2 {
      font-size: 16px;
    }
    
    div#impressum h3 {
      font-size: 14px;
    }    
    
    div#suche p#suche_head {
      margin-top: 10px;
      margin-bottom: 8px;
      font-size: 16px;
      text-align: center;
    }           
    
    div#suche div#suche_gross {
      margin-top: 12px;
      width: 100%;
    }        
    
    div#suche div#suche_klein {
      margin-bottom: 5px;
      width: 510px;
      padding-left: 6px;
      text-align: justify;
    }        
    
    div#suche p#suche_name {
      margin-bottom: 3px;
    }
    
    div#suche p#suche_name a {
      font-size: 14px;
      text-decoration: underline;
      padding: 2px;
    }    
    
    div#suche p#suche_link {
      margin-top: 8px;
      text-align: right;
    }         

    div#suche p#suche_link a {
      font-size: 14px;
      font-weight: bold;
    }            

    div#suche p#suche_bottom  {
      margin-top: 10px;
      text-align: center;
    }            
    
    
/*WERBUNG*/
      

div.textlink a {
  font-size: 20px;
  text-decoration: underline;
}        




/* NEU */

a.vorschau_link img {
  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; border: 1px solid #A0A0A0; margin-top: 10px;
}

a:hover.vorschau_link {
  background-color: #000000;
}

a:hover.vorschau_link img {
  filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}