/*-------------------------------------------
 * Print-Stylesheet:
 *
 * Autor:          rivus-media.de,
 *                 Christoph Bach
 *
 * letztes Update: 2008-12-01
 *
 *-----------------------------------------*/


/*-------------------------------------------
 *  folgende Elemente ausblenden
 *-----------------------------------------*/
			
#header,
#sidebar,
#breadcrumb,
.head-image,
span.filecount {
  display: none !important;
}


/*-------------------------------------------
 *  Print-Layout
 *-----------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 80%;
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif
}

h1, h2, h3, h4 {
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.8em;
}


#wrapper {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

#print_app {
  height: 2em;
  line-height: 2em;
  margin: 0 0 2em;
  background: url(../images/layout/bg-collection.gif) repeat-x;
  text-align: center;
}

#print_app a {
  color: #fff;
}

#infobar {
  float: right;
}

.infobar-content {
  width: 180px;
  margin: 0 0 0 30px;
}

div.product-list-item img {
  float: left;
  margin: 0 15px 0 0;
}


/*-------------------------------------------
 *  le fin.
 *-----------------------------------------*/


