body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica,Arial,sansserif;
}

div.secttitle {
  position: fixed;
  top: 0px;
  left: 180px;
  right: 0px;
  height: 50px;
  padding: 3px;
  background-color: #007f00;
}

div.secttitle h2 {
  text-align: center;
  margin: 3px 0px 3px 0px;
  padding: 0px;
  color: white;
}

div.homenav {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 179px;
  height: 55px;
  border-right: solid 1px;
  background-color: #9fff9f;
  text-align: center;
}


div.sectnav {
  position: fixed;
  top: 55px;
  bottom: 0px;
  width: 179px;
  border-right: solid 1px;
  background-color: #9fff9f;
  text-align: center;
}

div.sectnav h2 {
  font-weight: bold;
  font-size: 110%;
}

div.naventry {
  margin: 2px 1px 2px 1px;
  border: solid 1px;
  padding: 3px;
}

div.naventry a {
  font-weight: bold;
  color: #003f00;
}

div.naventrysel {
  margin: 1px;
  border: solid 1px;
  font-weight: bold;
}

div.naventrysel div {
  margin: 1px 10px 2px 10px;
  border: solid 1px;
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
}

div.sectfoot {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 3px 0px 0px 0px;
  background-color: #007f00;
  color: white;
  font-weight: bold;
  font-size: smaller;
}

div.sectfoot div.date {
  position: absolute;
  left: 3px;
  top: 0px;
  width: 20%;
}

div.sectfoot div.imprint {
  position: absolute;
  top: 0px;
  right: 3px;
  width: 20%;
  text-align: right;
}

div.sectfoot div.imprint a {
  color: white;
}

div.content {
  position: fixed;
  top: 50px;
  left: 180px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  padding: 0px;
  background-color: #dfffdf;
}

div.detailhead {
  background-color: #9fff9f;
  font-weight: bold;
  font-size: large;
}

div.subsect h3 {
  margin: 0px;
  padding: 3px;
  border-top: solid 1px #003f00;
  border-bottom: solid 1px #003f00;
  text-align: center;
  font-size: 100%;
  color: #003f00;
}

div.multicol {
  float: none;
  clear: both;
}

/* column of a multicol */
div.mcol {
  float: left;
  padding: 0px;
}

div.clear {
  width: 0px;
  font-size: 1px;
  float: none;
  clear: both;
}

div.fbox {
  border: solid 1px;
  padding: 1px;
}

img.button {
  border: none;
}

div.artdetail {
  border-bottom: solid 1px #003f00;
}

div.artgroup h3 {
  margin: 0px;
  padding: 3px;
  text-align: center;
  font-size: 100%;
  background-color: #afffaf;
}

div.article + div.article {
  border-top: solid 1px #003f00;
}


table.artlist {
  width: 100%;
}

td.article {
  width: 30%;
  vertical-align: top;
}

table.art td {
  vertical-align: top;
}

table.art td.artimg {
  width: 100px;
  vertical-align: center;
}

div.toggledisplay {
  text-align: center;
  background-color: #cfffcf;
}

div.arthidden {
  background-color: #efffef;
}

.htmlhidden {
  display: none;
}

table.multicol {
  width: 100%;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
}

td.mcol {
  margin: 0px;
  padding: 0px;
}

a {
  font-weight: bold;
  color: #003f00;
}

p {
  margin: 3px 4px 5px 4px;
}

div.image {
  margin: 3px 4px 5px 4px;
}

tr.section {
  background-color: #007f00;
  font-weight: bold;
  color: white;
  text-align: center;
}

tr.subsection {
  background-color: #40c040;
  font-weight: bold;
  text-align: center;
}

tr.even {
  background-color: white;
}

td.artimg {
  width: 75px;
  height: 75px;
  text-align: center;
}

table.cart {
  margin: 3px auto 3px auto;
  text-align: left;
}

table.cart tr td {
  background-color: #c0ffc0;
}

table.cart tr th {
  background-color: #c0ffc0;
}

th {
  text-align: left;
}

td.number {
  text-align: right;
}

span.note {
  color: red;
  font-weight: bold;
}

.center {
  text-align: center;
}

.printonly {
  display: none;
}

span.imgcaption {
  font-size: 80%;
  font-style: italic;
  text-align: center;
}

a.img {
  cursor: url(/jquery/zoomin.cur), default;
}

.zoomimage {
  cursor: url(/jquery/zoomout.cur), default;
}

.detimg .zoomimage_caption p {
  background-color: #cfffcf;
  font-family: Helvetica,Arial,sansserif;
  text-align: center;
  font-size: 7pt;
  font-weight: bold;
  padding: 0px;
}

