  /**
  * Style-Sheet fuer Antiquitaetenboerse - Drucklayout
  * Autor: Michael Mueller
  *        The BrainStorm Project
  *        2008/02
  **/

  
  body, #content {
    font-family: Verdana, Arial, Courier, Sans-Serif;
    background-color: white;
    color: black;
    line-height: 1.4em;
  }
  
  /* im Druck unnuetze Elemente ausblenden */
  ul#navigation,
  #fusszeile,
  #google_adsense,
  a.toplink,
  #bilderhinweis {
    display: none;
  }  
  
    
  a:link,
  a:visited,
  a:active,
  a:visited:hover,
  a:hover,
  a:focus {
    color: #3B1500;
    text-decoration: underline;
  }

  #content h1 {
    display: block;
    margin: 0px 0px 1em 0px;
    color: black;
    font-size: 150%;
    font-weight: bold;
  }

  #content h2 {
    display: block;
    margin: 0px 0px 0.6em 0px;
    color: black;
    font-size: 130%;
    font-weight: bold;
  }

  #content h3 {
    display: block;
    margin: 0px 0px 0.4em 0px;
    color: black;
    font-size: 120%;
    font-weight: bold;
  }

  #content h4 {
    display: block;
    margin: 0px 0px 0.2em 0px;
    color: black;
    font-size: 110%;
    font-weight: bold;
  }

 
  
  /** Angebot **/
  .blockliste {
    list-style-type: none;
  }
  
  .blockliste li,
  .angebot {
    padding: 0.2em;
    margin: 1em 2em 1em 1em;
    width: 25em;
    height: 6em;
    border: 1px solid #77563B;
    float: left;
  }
    
  .blockliste li a,
  .angebot a {
    display: block;
    width: auto;
    height: auto;
  }
  
  .blockliste li .title,
  .angebot .title {
    display: block;
    margin: 0px 0px 1em 0px;
    color: black;
    font-size: 130%;
    font-weight: normal;
  }
  
  .blockliste li .preis,
  .angebot .preis {
    display: block;
    text-align: right;
    margin-top: -0.4em;
  }
  
  .blockliste li a:link,
  .blockliste li a:visited,
  .blockliste li a:focus,
  .blockliste li a:active,
  .blockliste li a:visited:hover,
  .blockliste li a:hover,
  .angebot a:link,
  .angebot a:visited,
  .angebot a:focus,
  .angebot a:active,
  .angebot a:visited:hover,
  .angebot a:hover {
        text-decoration: none;
  }
  
  .blockliste li.angebot_verkauft{
    background: url('./bilder/verkauft.gif') no-repeat top right;
  }
      
  
  
  
  
  
  /* Kategorien */
  /* Highlight */
  li.kategorie {
    list-style-type: none;
  }
    
  .kategorie,
  #highlight {
    padding: 0.2em;
    margin: 1em 2em 1em 1em;
    width: 23em;
    float: left;
  }
  
  #highlight {
    margin: 1em 2em 1em 1em;
  }
  
  .kategorie a,
  #highlight a {
    display: block;
    background: none;
    min-height: 120px;
    width: 100%;
    height: 100%;
    border: 1px solid #3B1500;
  }
  
  .kategorie a img,
  #highlight a img {
    float: left;
    margin: 0.5em 1em 0.5em 0.5em;
    padding: 0em;
    border: none;
  }
 
  .kategorie .title,
  #highlight .title {
    display: block;
    margin: 0px 0px 1em 0px;
    color: black;
    font-size: 130%;
    font-weight: normal;
  }
 
  .kategorie a:link,
  .kategorie a:visited,
  #highlight a:link,
  #highlight a:visited,
  .kategorie a:active,
  .kategorie a:visited:hover,
  .kategorie a:hover,
  .kategorie a:focus,
  #highlight a:active,
  #highlight a:visited:hover,
  #highlight a:hover,
  #highlight a:focus {
    color: #3B1500;
    text-decoration: none;
  }
  
  /* Seitenzahlen-�bersicht */
  #seitenzahlen {
    margin: 1em;
    padding: 0.3em;
    
  }
  
  /* Aktuelles und Archiv */
  .newsartikel {
    border-bottom: 1px solid #EAE2D9;
    margin: 0em 0em 1em 0em;
    padding: 0em 0em 1em 0em;
  }
  
  .newsartikel strong,
  .newsartikel b {
    color: #77563B;
  }
  
  .newsartikel img {
    float: left;
    margin: 0em 0.5em 0.5em 0.5em;
    border: 1px solid #EAE2D9;
  }
  
  
  /* Angebot, detail */
  .bild-links img {
    display: block;
    float: left;
    margin: 0px 8px 10px 0px;
  }

  .bild-links-clear {
    display: block;
    clear: both;
  }

  .bild-links img {
    border: 1px solid #EAE2D9;
  }
  
  .bild-links.nofloat-250 p {
    margin-left: 260px;
  }

  
  #angebot #bilder {
    float: left;
    margin: 0em 0.5em 0.5em 0.5em;
  }
  #angebot img {
    border: 1px solid #EAE2D9;
  }
  
  #angebot #preis {
    clear: both;
    text-align: center;
  }
  
  #angebot span.attribut_beschriftung {
    display: block;
    float: left;
    width: 8em;
    color: #77563B;
  }
  #angebot span.attribut {
    display: block;
    color: black;
    margin: 0em 0em 0em 8em;
  }
  
  #interesse img {
    border: 1px solid #EAE2D9;
  }
  
  
  
  
  
  /* Inputs */
  .input {
   border: 1px solid #77563B;
   background: #EAE2D9;
   color: #3B1500;
   width: 15em;
  }
  
  
  .input:focus,
  .input:active,
  .input:visited:hover,
  .input:hover {
    border: 1px solid #EAE2D9;
    background: #77563B;
  }
  
  label {
    color: #3B1500;
  }
  
  /* News-Artikel */    
  div.news {
    border: 1px solid #EAE2D9;
    padding: 0em;
    margin: 1em 0em 1em 0em;
    page-break-inside: avoid;
  }

  #content div.news h2 {
    background-color: #EAE2D9;
    color: #3B1500;
    padding: 0.1em;
  }

  div.news img {
    display: block;
    float: left;
    margin: 0em 0.5em 0.5em 0.5em;
    padding: 0em;
    border: 1px solid white;
  }

  div.news p {
    padding: 0em 0.5em 0em 8.5em;
  }

  div.news a.produktlink {
    clear: both;
  }

  p {
    text-align: justify;
  }
