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

/* @group  G L O B A L
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT */
html, body {
  color: #666;
  font-size: 10px;
  background: #fff;
  line-height: 14px;
  font-family: Verdana, Arial, sans-serif;
}
#desk {
  top: 12%;
  width: 735px;
  height: 407px;
  margin: 0 auto;
  background: #dce5e5;
}
#footer {
  top: 12%;
  width: 735px;
  margin: 0 auto;
  position: relative;
}
#branding {
  float: left;
  width: 735px;
  height: 107px;
  overflow: hidden;
  position: relative;
  background-color: #9cc3cd;
}
#home {
  float: left;
  width: 220px;
  height: 107px;
}
.logo {
  width: 220px;
  height: 107px;
  display: block;
}
#maincontent {
  float: left;
  width: 220px;
  height: 300px;
  text-align: right;
}
#subnavigation {
  float: right;
  height: 30px;
  width: 515px;
}
#mood {
  float: left;
  background-color: #b5d0dd;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
/* @end *//* @group  N A V I G A T I O N
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
div.navi a.menu {
  color: #666;
}
div.navi a.menu:hover {
  text-decoration: none;
}
/* LEVEL 1 */
div.sub1 {
  float: left;
  width: 515px;
  margin-top: 87px;
}
div.sub1 div.item {
  float: left;
  position: relative;
}
div.sub1 a.menu {
  float: left;
  width: 61px;
  font-size: 11px;
  line-height: 20px;
  text-indent: -9000px;
  background: transparent url(/images/sub1.png) no-repeat left 3px;
}
#view div.sub1 a.menu {
}
/* @group sub1 background */
div.sub1 div.logos a.menu {
  width: 53px;
  background-position: -61px 3px;
}
div.sub1 div.layouts a.menu {
  width: 64px;
  background-position: -114px 3px;
}
div.sub1 div.verpackungen a.menu {
  width: 106px;
  background-position: -178px 3px;
}
div.sub1 div.illustrationen a.menu {
  width: 109px;
  background-position: -284px 3px;
}
div.sub1 div.spezial a.menu {
  width: 58px;
  background-position: -393px 3px;
}
div.sub1 div.kontakt a.menu {
  width: 64px;
  background-position: -451px 3px;
}
/*HOVER STATES*/
div.sub1 a.menu:hover {
  background-position: left -14px;
}
div.sub1 div.logos a.menu:hover {
  background-position: -61px -14px;
}
div.sub1 div.layouts a.menu:hover {
  background-position: -114px -14px;
}
div.sub1 div.verpackungen a.menu:hover {
  background-position: -178px -14px;
}
div.sub1 div.illustrationen a.menu:hover {
  background-position: -284px -14px;
}
div.sub1 div.spezial a.menu:hover {
  background-position: -393px -14px;
}
div.sub1 div.kontakt a.menu:hover {
  background-position: -451px -14px;
}
/* @end */
/* LEVEL 2 */
div.sub2 {
  width: 160px;
  bottom: 2.3em;
  position: absolute !important;
}
#root div.sub2 a.menu {
  left: 9px;
  width: 160px;
  background: none;
  text-indent: 0px;
  line-height: 14px;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
/* last item in original-layout */
div.sub1 div.kontakt div.sub2 {
  width: 64px;
}
#root div.sub1 div.kontakt div.sub2 a.menu {
  width: 55px;
}
/* adjust sub2 position (sub1 irregular) */
#root div.atelier div.sub2, #root div.layouts div.sub2, #root div.verpackungen div.sub2, #root div.illustrationen div.sub2, #root div.kontakt div.sub2 {
  left: 8px;
}
#root div.logos div.sub2 {
  left: 10px;
}
#root div.spezial div.sub2 {
  left: 6px;
}
div.sub2 a.menu:hover, div.sub2 a.path  {
  color: #003399;
}
/* LEVEL 3 */
div.sub3 {
  float: right;
  width: 515px;
  height: 13px;
  font-size: 8px;
  margin-top: 8px;
  text-indent: 1px;
  line-height: 11px;
}
#edit div.sub3 div.item {
  float: left;
}
div.sub3 a.menu {
  float: left;
  height: 11px;
  margin-left: 6px;
  background-color: #fff;
  border: 1px solid #8a8d91;
}
#edit div.sub3 a.menu {
  height: 15px;
  padding: 0 2px;
  font-size: 10px;
  line-height: 14px;
  margin: 0 3px 3px 0;
}
#root div.sub3 div.init a.menu {
  margin-left: 0;
}
#view div.sub3 a.menu {
  width: 11px;
  border-radius: 1px;
  text-indent: -9000px;
  -o-transition: all .218s;
  -moz-transition: all .218s;
  -webkit-transition: all .218s;
  transition: all .218s;
}
#edit div.sub3 a.menu {
  min-width: 11px;
}
div.sub3 a.path,
div.sub3 a.menu:hover,
div.sub3 a.menu:focus {
/* angabe print ≠ layout-farbe */
  border-color: #ff6600;
  background-color: #ff6600;
}
/* @end *//* @group  C O N T E N T
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HEAD */
#head {
  float: left;
  width: 220px;
  min-height: 12px;
}
#head h1 {
  margin: 0 8px;
  font-size: 10px;
  font-weight: 800;
  line-height: 10px;
}
#view.cb-layout2 h1 {
  text-align: left;
  text-indent: -9000px;
}
div.unit h2 {
  font-size: 10px;
  font-weight: 800;
  line-height: 12px;
}
/* MAIN */
#root div.main {
  width: 220px;
  height: 192px;
  min-height: 192px;
}
div.main div.unit {
  margin: 0 4px;
}
div.main h2,
div.main div.foot {
  margin: 0 4px;
}
div.main div.part,
div.main div.grid table {
  margin: 0.4em 4px;
}
div.main div.wide  {
  width: 212px;
}
div.main div.wide table,
div.main div.wide div.tall {
  width: 204px;
}
div.main div.wide div.tiny {
  width: 98px;
}
div.main div.slim  {
  width: 102px;
}
div.main div.slim table,
div.main div.slim div.tall {
  width: 94px;
}
div.main div.slim div.tiny {
  width: 43px;
}
/* SIDE */
#root div.side {
  /*width: 512px; calculated cmsbox-width */
  width: 515px; /* extended to hold original-layout mood */
  height: 270px;
  min-height: 270px;
}
body.eichenberger div.side {
  background-image: none !important;
}
div.side div.unit {
  margin: 14px 4px 0;
}
div.side h2,
div.side div.foot {
  margin: 0 4px;
}
div.side div.part,
div.side div.grid table {
  margin: 0.4em 4px;
}
div.side div.wide  {
  width: 504px;
}
div.side div.wide table,
div.side div.wide div.tall {
  width: 496px;
}
div.side div.wide div.tiny {
  width: 244px;
}
div.side div.slim  {
  width: 248px;
}
div.side div.slim table,
div.side div.slim div.tall {
  width: 240px;
}
div.side div.slim div.tiny {
  width: 116px;
}
/* BASE */
#root div.base {
  width: 220px;
  height: 80px;
  margin-top: 14px;
  min-height: 80px;
}
div.base div.unit {
  margin: 0 4px;
}
div.base h2,
div.base div.foot {
  margin: 0 4px;
}
div.base div.part,
div.base div.grid table {
  margin: 0.4em 4px;
}
div.base div.wide  {
  width: 212px;
}
div.base div.wide table,
div.base div.wide div.tall {
  width: 204px;
}
div.base div.wide div.tiny {
  width: 98px;
}
div.base div.slim  {
  width: 102px;
}
div.base div.slim table,
div.base div.slim div.tall {
  width: 94px;
}
div.base div.slim div.tiny {
  width: 43px;
}
/* @end *//* @group  U N I T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ALL PURE */
div.pure, div.seam, div.flat, div.edge {
  color: #666;
  border: none;
}
div.pure div.head h2, div.seam div.head, div.flat div.head, div.edge div.head {
  color: #666;
  border: none;
  background: transparent;
} 
/* @end *//* @group  P A R T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LEAD */
h3, h4, h5, h6 {
  font-weight: 800;
}
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 {
  color: #fff;
  padding: 0.2em 0.4em;
  background-color: #333;
}
div.text p.pale {
  color: #999;
  font-size: 0.9em;
  background: inherit;
}
div.text p.skew {
  font-style:  italic;
  letter-spacing: 1px;
}
/* @group links allgemein */
a, div.link a.open, a.open {
  color: #ff6600;
  text-decoration: none;
  background-color: inherit;
}
a:hover, 
div.link a.open:hover {
  text-decoration: underline;
}
#root a.null:hover {
  text-decoration: none;
}
/* @end */
/* @group normale links in SIDE */
/*  LINK / FILE */
div.link {
  background-position: 0 1px;
  background: url(/images/links.png);
}
div.mail {
  background-position: 0 -199px;
}
div.goto, div.elem {
  background-position: 1px -99px;
}
div.rss {
  background-position: 0 -299px;
}
/* @end */
/* @group linksbündige links */
/*  LINK / FILE */
#maincontent div.link, #maincontent div.mail, #maincontent div.rss {
  background: none;
}
#maincontent div.load {
  background-image: none !important;
}
#maincontent div.link a.open {
  display: inline;
  background-repeat: no-repeat;
  background-image: url(/images/links.png);
}
#maincontent div.link a.open {
  padding-left: 14px;
}
#maincontent div.link a.open {
  background-position: 0 1px;
}
#maincontent div.mail a.open {
  background-position: 0 -199px;
}
#maincontent div.goto a.open, #maincontent div.elem a.open {
  background-position: 1px -99px;
}
/*div.load a.open {
  background-position: 0 3px;
}*/
#maincontent div.rss a.open {
  background-position: 0 -299px;
}
/* @end */
/*PICT*/ 
div.unit div.crop {
  height: 320px;  
}
/*  LIST */
div.list p.gist {
  list-style-image: url(/icon-link/list.gif);
}
div.list p.dent {
  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;
}
/* @end */
/* @group VERTICAL MARGINS */
#root div.unit div.body, #root div.unit div.body div.part {
  margin-top: 0;
}
div.base div.link, div.side div.link {
  margin-bottom: 1px;
}
/* @end */
/* @group  S E R V I C E S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* META */
p.dock {
  /*margin: 0 10px;*/
  text-align: right;
}
p.dock a.meta {
  padding: 0 3px;
  font-size: 9px;
}
p.dock a.meta:hover {
  text-decoration: none;
}
/* BRANDING */
#cmsbox {
  float: left;
  width: 735px;
  color: #dce5e5;
  line-height: 20px;
}
#edit #cmsbox {
  margin-top: 14px;
}
#cmsbox a.meta {
  color: #b5d0dd;
  letter-spacing: 1px;
  text-transform: lowercase;
}
#cmsbox a.meta:hover {
  color: #9cc3cd;
}
/* INTRO */
#intro {
  display: none;
}
#root #branding.intro div.sub2 {
  display: none;
}
/* LIGHTBOX */
#disp {
  background: #fff;
  border: 3px solid #888;
}
#lbox div.head,
#lbox div.head h2,
#lbox div.head a.quit  {
  color: #fff;
  height: 36px;
  line-height: 36px;
  background-color: #9cc3cd;
}
#lbox div.head a.quit:hover {
  color: #ff6600;
}
/* ZOOM */
#lbox div.zoom {
  width: 740px;
  margin-left: -373px;
}
/* SITEMAP */
#lbox div.site a:hover {
  color: #9cc3cd;
  text-decoration: none;
}
#lbox div.site ul li ul {
  width: 93%;
  float: left;
  margin-bottom: 5px;
}
#lbox div.site ul li ul li ul li {
  margin: 0;
  float: left;
  min-width: 9%;
  list-style: none;
}
#lbox div.site ul li ul li ul li a {
  padding: 0 7px;
}
/* search.ch */
#smap0_copyrightlink {
 display: none; 
}
/* @end */
/* @group EDIT MODE */
#edit div.sub1 div.path a.menu {
  text-indent: 8px;
  background-image: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#edit div.sub1 a.menu textarea {
  margin-left: 8px;
  background-image: none !important;
}
#edit div.sub1 div.path div.sub2 a.menu, #edit div.sub1 div.sub2 a.menu textarea {
  text-indent: 0;
  margin-left: 0;
  text-transform: none;
  font-family: Verdana, Arial, sans-serif;
}
#edit #maincontent div.link a.open {
  display: block;
  background: none !important;
}
#edit #maincontent div.link, #edit div.link a textarea {
  background: none !important;
}
/* @end */
/* (MODE 1) CROP VIEW ONLY: */

/*
#view #maincontent, #view div.sub3 a.menu, #root #view div.main, #root #view div.side, #root #view div.base {
  overflow: hidden;
}
*/
/* (MODE 1) LET EDIT MODE EXPAND */

/*
#edit #maincontent, #edit div.sub3 a.menu, #root #edit div.main, #root #edit div.side, #root #edit div.base {
  height: auto;
}
*/
/* (MODE 2) CROP EVERYTHING */
#root #maincontent, #root div.sub3 a.menu, #root div.main, #root div.side, #root div.base {
  overflow: hidden;
}