/* * CMSBOX 2.2 * * * * * * * * *
*                               *
*   Content Management System   *
*   © 2007 Cmsbox GmbH, Bern    *
*   contact (at) cmsbox . com   *
*                               *
* * * * * * * * * * * * * * * * */
/* no borders, no padding */
.unit,
div.text p.loud {
  padding: 0;
  border: none;
}
/* TEXT SIZE */
h1,
h2 {
  font-size: 16px;
  font-weight: 100;
}
h3,
h4,
h5 {
  font-size: 14px;
  font-weight: 400;
}
h6,
a,
a {
  font-size: 12px;
  font-weight: 400;
}
a {
  color: #93aa2b;
}
.open:after,
div.part a.open:after,
div.link a.open:after {
  font-size: 9px;
  line-height: 1.1em;
  border-bottom: none;
  content: " [" attr(href) "] ";
}
/* layout */
.unit {
  width: 100%;
  display: inline-block;
  page-break-inside: avoid;
}
.part {
  width: 62%;
}
.pict,
.show {
  width: 33%;
  clear: right;
  float: right;
  padding: 0 0 20px;
}
/* make picts useful */
img:after {
  float: right;
  height: 10em;
  width: 10em;
  font-size: 10px;
  line-height: 1.1em;
  color: #000;
  content: " [" attr(alt) "] ";
}
/* hide */
#sectionbreak,
#hallogenc,
.farnorth,
#footer {
  display: none;
}
/* brag */
#hallogenc {
  be: cool;
}