/* * CMSBOX 2.2 * * * * * * * * *
*                               *
*   Content Management System   *
*   © 2007 Cmsbox GmbH, Bern    *
*   contact (at) cmsbox . com   *
*                               *
* * * * * * * * * * * * * * * * */
/* @group GLOBAL */
/* LAYOUT */
html, body {
  color: #333;
  font-size: 11px;
  background: #fff;
  line-height: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
}
#desk {
  width: 860px;
  margin: 0 auto;
  min-height: 100%;
  background: #fff;
}
.vcard {
  float: left;
  font-size: 10px;
  padding-bottom: 30px;
}
.vcard a {
  color: #000;
  text-decoration: none;
}
#home {
  float: left;
  width: 140px;
  height: 65px;
  padding: 40px 0 30px 0;
}
.logo {
  width: 140px;
  height: 65px;
  display: block;
}
/* @end */
/* @group NAVIGATION */
/* GENERAL */
div.navi {
  float: left;
}
div.navi div.item {
  float: left;
}
div.navi a.menu {
  color: #000;
  font-size: 12px;
  text-decoration: none;  
  text-transform: uppercase;
}
/* LEVEL 1 */
div.sub1 {
  left: -3px; /* menu padding */
  width: 860px;
  position: relative;
}
div.sub1 div.item {
  float: left;
  clear: left;
  padding-top: 5px;
}
div.sub1 a.menu:hover {
  text-decoration: none;
}
#root div.sub1 a.menu {
  float: left;
  display: inline;
  font-weight: bold;
  line-height: 16px;
  padding: 1px 3px 0;    
}
div.sub1 .c1 a.path,
div.sub1 .c1 a.menu:hover {
  color: #fff;	
  background: #e2007a;
}
div.sub1 .c2 a.path,
div.sub1 .c2 a.menu:hover {
  color: #fff;
  background: #000;
}
div.sub1 .c3 a.path,
div.sub1 .c3 a.menu:hover {
  color: #fff;
  background: #009ee0;
}
div.sub1 .c4 a.path,
div.sub1 .c4 a.menu:hover {
  color: #fff;
  background: #a8c131;
}
div.sub1 .c5 a.path,
div.sub1 .c5 a.menu:hover {
  color: #fff;
  background: #043882;
}
/* LEVEL 2 */
div.sub2 {
  float: left;
}
div.sub2 div.item {
  clear: none;
  padding-top: 0;
}
#root div.sub2 a.menu {
  padding: 0 7px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: .03em;
  background: url(/images/sub2-a.png) no-repeat right 70%;
}
#root div.sub2 div.init a.menu {
  padding-left: 10px;  
}
#root div.sub2 .exit a.menu {
  background: none;
}
div.sub2 .c1 a.path,
div.sub2 .c1 a.menu:hover {
  color: #e2007a;
  background: transparent;
}
div.sub2 .c2 a.path,
div.sub2 .c2 a.menu:hover {
  color: #000;
  background: transparent;  
}
div.sub2 .c3 a.path,
div.sub2 .c3 a.menu:hover {
  color: #009ee0;
  background: transparent;  
}
div.sub2 .c4 a.path,
div.sub2 .c4 a.menu:hover {
  color: #a8c131;
  background: transparent;  
}
div.sub2 .c5 a.path,
div.sub2 .c5 a.menu:hover {
  color: #043882;
  background: transparent;  
}
/* @end */
/* @group CONTENT */
/* HEAD */
#head {
  float: left;
  width: 860px;
}
#view #head {
  text-indent: -9999px;
}
h1 {
  line-height: 1.8em;
}
div.unit h2 {
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  padding-bottom: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
div.unit h2 strong {
  font-size: 10px;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: .04em;
}
/* custom MAIN */
div.main {
  width: 860px;
}
div.main div.unit {
  margin: 0 15px 16px;
}
div.main h2,
div.main div.foot {
  margin: 0 5px;
}
#root div.main div.unit div.body {
  margin: 0;
}
div.main div.part,
div.main div.grid table {
  margin: .4em 5px;
}
div.main div.wide  {
  width: 440px;
}
div.main div.wide table,
div.main div.wide div.tall {
  width: 410px;
}
div.main div.wide div.tiny {
  width: 190px;
}
.c1 div.main div.wide div.pict {
  border-right: 20px solid #e11279;
}
.c2 div.main div.wide div.pict {
  border-right: 20px solid #000;
}
.c3 div.main div.wide div.pict {
  border-right: 20px solid #209cd3;
}
.c4 div.main div.wide div.pict {
  border-right: 20px solid #a8c131;
}
.c5 div.main div.wide div.pict {
  border-right: 20px solid #043882;
}
#root div.main div.seam div.pict,
#root div.main div.wide div.load {
  border: none;
}
div.main div.slim  {
  width: 360px;
}
div.main div.slim table,
div.main div.slim div.tall {
  width: 350px;
}
div.main div.slim div.tiny {
  width: 170px;
}
/* AREA PLACEMENT */
div.main {
  left: -21px;
  position: relative;
  padding-bottom: 40px;
}
/* SLIM ARTICLES ALWAYS LEFT */
#desk div.slim {
  clear: left;
}
/* @end */
/* @group UNITS */
/*  SEAM */
div.seam {
  border: none;
}
div.seam div.head {
  border-bottom: none;
  background: transparent;  
}
div.seam div.part strong {
  font-size: 10px;
  font-weight: normal;
}
/* ALL PURE */
div.pure,
div.flat,
div.edge {
  color: #111;
  border: none;
  background: transparent;
}
div.pure div.head h2,
div.flat div.head,
div.edge div.head {
  color: #111;
  border: none;
  background: transparent;
} 
/* @end */
/* @group  P A R T S */
/* LEAD */
h3 {
  font-size: 1.1em;
  padding-bottom: 6px;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;		
}
h6 {
  font-size: 1em;
  font-style: italic;
}
/* TEXT */
div.text {
  font-size: 12px;
  line-height: 1.4em;
}
strong {
  font-weight: 800;
}
/* LINK / FILE */
a, div.link a.open, a.open {
  color: #000;
  text-decoration: underline;
}
a:hover, 
div.link a.open:hover {
  text-decoration: underline;
}
#root a.null:hover {
  text-decoration: none;
}
div.link a.open {
  margin-left: 14px;
}
div.link {
  background-position: 0 2px;
}
/* PICT */
div.unit div.crop {
  height: 320px;  
}
/* LIST */
div.list p.item {
  list-style-image: url(/icon-link/list.gif);
}
/* LINE */ 
div.line hr  {
  border-bottom-color: #333;
}
/* TABLES */
div.grid table td {
  border-color: #999;
  border-style: solid;
}
div.grid table thead td,
div.grid table tfoot td {
  background: #ccc; 
  font-weight: 800;
}
div.grid table.vert tbody.beam td.odd,
div.grid table.horz tbody.beam tr.odd td {
  background: #eee;
}
/* FILTER */
div.cats p a.same {
  color: #999;
}
div.cats p span.same {
  color: #333;
}
div.scan a.same,
div.scan li.same,
div.scan td.same,
div.scan span.same {
  background-color: #ddd;
}
div.this a.same,
div.this li.same,
div.this td.same,
div.this span.same {
  color: #fff;
  text-decoration: none;
  background-color: #900;
}
/* fix default.css */
#root div.cats a {
  padding: 0;
}
div.cats .cb-count {
  padding-left: 5px;
}
/* @end */
/* @group SERVICES */
/* BRANDING */
#cmsbox {
  color: #ccc;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: lowercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#cmsbox a {
  color: #ddd;
  text-decoration: none;
}
#cmsbox a.auth:hover {
  color: #bbb;
}
#branding,
#branding a.meta {
  color: #fff;
  text-shadow: 0 0 3px #ccc;
}
#branding a.meta:hover {
  color: #fff;
  text-shadow: 0 0 3px #777;
}
/* META */

/* LIGHTBOX */
#disp {
  background: #fff;
  border: 3px solid #888;
}
#lbox div.head,
#lbox div.head h2,
#lbox div.head a.quit  {
  color: #444;
  height: 36px;
  background: #ddd;
  line-height: 36px;
}
/* @end */