/*  Generelles Layout  */


   body{
    padding: 5px;
   }

   div.nonkonform{
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 15px;
    text-align: left;
   }
   
   div.pullquote{
    display: none;
    padding: 10px;
    float: right;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 28px; 
    color: #bbbbbb; 
    text-align: right; 
    line-height: 26px;   
   }
 
     
  /* Tagline, Logo, Firmenname */
   
    table.logo{
     width: 100%;
    }
   
    table.logo td h1{
     font-family: arial, sans-serif;
     font-weight: bold;
     font-style: italic;
     font-variant: small-caps;
     letter-spacing: 2px;
     color: #C01632;
     margin-right: 10px;
     font-size: 25px;
    }
   
    table.logo td h2{
     font-family: arial, sans-serif;
     color: #C01632;
     margin-right: 15px;
     font-size: 15px;
    }
   
    table.layout1{
     margin-top: 10px;
    }

    table.layout1 td.td1-layout1{
     width: 100%;
    }
   
   
   /* Suchfunktion */

   #suche{
    display: none;
   }

  

/*  Layout weiterer Inhalte  */

  h1.text{
   font-size: 19px;
   font-family: arial, sans-serif;
   font-weight: normal;
   line-height: 120%;
   letter-spacing: 2px;
   margin-top: 40px;
  }

  h2.text{
   font-size: 17px;
   font-family: arial, sans-serif;
   font-weight: normal;
   line-height: 120%;
   letter-spacing: 2px;
   margin-bottom: 30px;
  }

  p.text{
   font-size: 15px;
   font-family: arial, sans-serif;
   font-weight: normal;
   line-height: 150%;
  }
 
  a.text:link{
   color: #C01632;
   text-decoration: underline;
  }

  a.text:visited{
   color: #888888;
   text-decoration: none;
  }

  a.text:hover{
   color: #C01632;
   text-decoration: underline;
  }
  
  table.inhalt{
   width: 100%;
  }
 
  table.inhalt td.inhalt-links{
   width: 100%;
   vertical-align: top;
  }
 

    table.angebote{
   margin-left: 20px;
   margin-top: 50px;
   width: 80%;
   border: 1px solid black;
  }
  
  thead.angebote{
   background-color: #ffe7a7;
  }
    
  tbody.angebote{
   height: 300px;	  
  }
  
  td.hersteller{
   font-size: 25px;
   letter-spacing: 3px;
   font-family: arial, sans-serif;
   font-weight: bold;
   font-variant: small-caps;
   text-align: center;
   border-bottom: 1px solid black;
  }
  
  td.typenbezeichnung{
   font-size: 25px;
   font-family: arial, sans-serif;
   text-align: center;
   border-bottom: 1px solid black;
  }
  
  td.produktbild{
   width: 50%;  
   text-align: center;
  }
  
  img.produktbild{
   margin-top: 20px;
   border: 0px solid black;
  }
  
  td.beschreibung{
   width: 50%;
   font-size: 15px;
   font-family: times, serif;
   line-height: 150%;
   padding: 10px;
   padding-top: 20px;
  }
 
  td.preisinfo{
   font-size: 25px;
   letter-spacing: 3px;
   font-family: arial, sans-serif;
   font-weight: bold;
   text-align: right;
  }
  
  
  
  
  /* News */

  #news{
   display: none;
  }

  
  /* Linkservice */
  
  #linkservice{
   display: none;
  }
  
  
  /* Menü */
  
  #menue, ul, li, a{
   border: 0px;	 
  }

  
  
  legend{ 
   display: none;
  }

