/**
 *  Stylesheet für naehrstoff.ch
 *  peter@naehrstoff.ch
 */

@import url("reset.css");
@import url("base.css");
@import url("typography.css");
@import url("widgets.css");
@import url("sIFR-print.css") print;
@import url("sIFR-screen.css") screen;


/* Debug
------------------------------------------------ */
/*
#container {
  background-image: url("img/misc/linienraster.png");
  background-repeat: repeat-y;
  background-position: 0 -22px;
}

.project .fullimage img {
  width: 480px;
}
.project .thumbnails img {
  width: 150px;
  height: 110px;
}
*/


/* Tabellen
------------------------------------------------ */
table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd; }

td {
  height: 32px;
  padding-right: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd; }

td + td {
  text-align: right;
  padding-right: 0; }


/* Verschiedene
------------------------------------------------ */
.hide { display: none;}
