body {
    color: black; 
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    text-align: center;  /* Zentrierung im Internet Explorer */
    background-image:url(http://www.poeppelkiste.de/tpl/bg-dunkel.jpg); background-repeat:repeat;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
       }
 /*Klassen*/      
.klein {
    font-size: 0.7em;
     display: none;
       }
.links  {width :123px;
       }     
.rechts {width :176px;
       }
.kategorie {
    font-size: 1.2em;
    font-weight: bold;    
       }
/*Linkattribute*/    
a { padding: 0.2em;
    font-weight: bold;
  }
 a:link {
    color: black; 
  }
a:visited {
    color: #666; 
  }
a:hover {
    color: black; background-image:url(http://www.poeppelkiste.de/tpl/bg-dunkel.jpg)
  }

/* die einzelnen Abschnitte*/
 
div#seite {
  width: 1024px;         /*bildschirmbreite*/
  text-align: left;      /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
  }
div#icon {
  min-height:100px;
   margin: 0 0 1em 0;
  }
 /*----------------------------------------------------*/ 
div#Navigation {
    float: left; width: 10em;
    background-image:url(http://www.poeppelkiste.de/tpl/bg-hell.jpg);
    margin:0 0.5em 0 0.5em; padding: 0;
  }
  div#Navigation td{
    font-size: 0.7em;}
/*--------------------------------------------------------*/
div#Info {
    float: right; width: 15em;
    background-image:url(http://www.poeppelkiste.de/tpl/bg-hell.jpg); background-repeat:repeat; 
    margin:0 0.5em 1em 0.5em; padding: 0;
  }
div#Info td{
    font-size: 0.7em;
  } 
   
/*-----------------------------------------------------------*/
 div#Inhalt {
   margin: 2 12em 0 9em;
   padding: 0 1em;
   border: 2px black solid;
   background-image:url(http://www.poeppelkiste.de/tpl/bg-hell.jpg); background-repeat:repeat; 
  }
div#Inhalt p {
   font-size: 1em;
   margin: 1em 0;
    }
   
/*Formatierung Newstabelle*/
  table#news {
    text-align: center;
     margin: 0 0 1em 0;
   empty-cells: show; border-collapse:collapse; 
  }
  table#news tr td{ 
    border-top: 2px solid gray;
    border-bottom: 2px solid gray ;
  }
  
  td#datum {
    padding : 0 0.5em;
  }
  
/*Formatierung Rezibox */
  table#box {font-size: 1em; table-layout: auto;	
            text-align: center; 
            margin-top: 0.5em; margin-bottom: 2em; margin-left: auto; margin-right: auto; padding: 0em;
            empty-cells: show; border-collapse:collapse; 
            }
  table#box td, th {border-width: 2px; border-color: darkgray; border-style: solid;  
                  text-align: center; margin: 0.5em; padding: 0.5em; 
                  }
                  
/*Formatierung Informationen in einer Rezension */
  table#hinweis {font-size: 1em; table-layout: auto;
                text-align: left;  
                margin-top: 0.5em; margin-bottom: 2em; margin-left: auto; margin-right: auto; padding: 0em;
                empty-cells: show; border-collapse:collapse; 
                }
  table#hinweis td, th {border-width: 2px; border-color: darkgray; border-style: solid;  
                       text-align: left; margin: 0.5em; padding: 0.5em; 
                       }
                  
/*Formatierung Subnavis*/
 div#Subnavi {
   margin: 0 12em 0 9em;
   padding: 0 1em;
   border: 2px black solid;
   background-image:url(http://www.poeppelkiste.de/tpl/bg-hell.jpg); background-repeat:repeat; 
  }
    
  div#Subnavi p {
    font-size: 0.7em;
    margin: 1em 0;
    }  
  

 p#Fusszeile {
/*    clear: both;*/
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
  }
