/*
##############################################################################
### stoffwechsel
##############################################################################
 *
 * CSS für stoffwechsel.
 *
 * @copyright zeitgeist group AG $Date: 2009/06/19 16:59:37 $
 * @author $Author: frigidor $
 * @version $Revision: 1.3 $
 *
 * @package stoffwechsel
 * @source $Source: \CVS/zms.zeitgeist.ch/htdocs/stylesheets/zms.css,v $
 * @importance 5/5
 *
############################################################################
*/

/************/
/* GENERELL */
/************/
body {
  margin: 0px;
  padding: 0px;
  font-family : Courier, 'Courier New', monospace;
  font-size : 10pt;
  background-color: #333333;
  color : #666666;
  line-height: 14px;
}

a {
  color: #999999;
  font-style: italic;
  text-decoration: none;
}

p {
  margin: 0px 0px 10px 0px;
}

/*************/
/* SEKTIONEN */
/*************/
#wrap {
  width: 792px;
  margin: auto;
  padding: 4px;
  background-color: #ffffff;
}

#header {
  background-image: url(../img/header.png);
  background-repeat: no-repeat;
  height: 160px;
}

#mainnav {
  float: left;
  padding-top: 60px;
  width: 396px;
  height: 110px;
}

#mainnav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#mainnav ul li a.active {
  color: #000000;
  font-style: normal;
}

#mainnav ul li a.inactive {
  color: #666666;
  font-style: normal;
}

#teaser {
  width: 792px;
  height: 170px;
  text-align: right;
}

.line {
  background-image: url(../img/bg_line.png);
  background-repeat: repeat-x;
  height: 22px;
}

.text {
  width: 473px;
  margin-top: 10px;
}

.gallerynav {
  width: 473px;
  margin-top: 10px;
}

.gallerynav a.active{
  color: #000000;
  font-style: normal;
}

.gallerynav a.inactive{
  color: #666666;
  font-style: normal;
}

/*************/
/* SCHRIFTEN */
/*************/
.title, h1 {
  font-family : ' Times New Roman',Times,serif;
  font-size: 17pt;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  margin: 10px 0px 4px 0px
}

h2 {
  font-family : ' Times New Roman',Times,serif;
  font-size: 17pt;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  margin: -4px 0px 4px 0px
}

/************/
/* DIVERSES */
/************/
.claim {
  padding-left: 22px;
}

.gallerytitle {
  margin: 0px 0px -12px 0px;
}