
 /* * CMSBOX 2.0  * * * * * * * * *
  *                               *
  *   Content Management System   *
  *   © 2007 Cmsbox GmbH, Bern    *
  *   contact (at) cmsbox . com   *
  *                               *
  * * * * * * * * * * * * * * * * */


/* @group  L A Y O U T
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {
  background: none;
}
body {
  color: #000;
  font-size: 12px;
  background: #fff;
  line-height: 1.2em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

#tool, #tool *,
#task, #task *,
#work, #work *,
#over, #over *,
p.dock, p.dock *,
div.navi, div.navi *,
#cmsbox, #cmsbox * {
  display: none;
}

/* UTILITIES */
div.stop {
  clear: both;
}
a img {
  border: 0 none #fff;
}

/* @end *//* @group  C O N T E N T
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HEAD */
h1 {
  font-size: 1.6em;
  text-transform: uppercase;
}


/* @end *//* @group  U N I T S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* GENERAL */
div.unit {
  margin: 2em 0;
}

/* HEAD */
h2  {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

/*  DESIGN */
div.pure {
  border: 0 none #fff;
}
div.seam {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}
div.flat {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
div.edge {
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
}


/* @end *//* @group  P A R T S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HEAD */
h3, h4, h5, h6 {
  color: #666;
  background: #fff;
  font-weight: bold;
}
h3 {
  font-size: 1.1em;
  text-decoration: underline;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;    
}
h6 {
  font-size: 1em;
  font-style:  italic;
}

/* TEXT */
div.text p.loud {
  padding-left: 1em;
  border-left: 4px solid #000;
}
div.text p.pale {
  color: #999;
  font-size: 0.9em;
  background: #fff;
}
div.text p.skew {
  font-style: italic;
  letter-spacing: 1px;
}

/* LINKS */
div.link a {
  text-decoration: underline;
}

/*  PICT */
div.unit div.pict {
  margin-top: 0.6em;
}
div.unit div.pict img {
  width: auto;
  height: auto;
  display: block;
}

div.unit div.crop {
  overflow: hidden;
  position: relative;
}
div.unit div.crop img {
  width: auto;
  position: absolute;
}

/*  LIST */
div.list p {
  display : list-item;
  list-style-position: outside;  
}
div.list p.gist {
  margin-left: 16px;
  list-style-type: disc;
}
div.list p.dent {
  margin-left: 32px;
  list-style-type: circle;
}

/*  LINE */
div.unit div.line {
  padding: 2px 0;
  font-size: 0px;
  margin-top: 2px;
  line-height: 0px;
  margin-bottom: 2px;
}
div.line hr  {
  height: 1px;
  border: none;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-bottom-color: #999;
}

div.line hr.hair {
  border-bottom-style: solid;
}
div.line hr.dash {
  border-bottom-style: dashed;
}
div.line hr.spot {
  border-bottom-style: dotted;
}
div.line hr.fine {
  border-bottom-width: 1px;
}
div.line hr.bold {
  border-bottom-width: 2px;
}


/* @end *//* @group  M O D U L E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* TABLES */
div.grid table {
  width: 100%;
  border-collapse: collapse;
}
div.grid table td {
  padding: 1px;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* FORMS */
textarea,
input, select,
div.form div.tick,
div.form div.word,
div.form div.foot {
  display:  none;
}

/* @end */

