/* * CMSBOX 2.2 * * * * * * * * *
*                               *
*   Content Management System   *
*   © 2007 Cmsbox GmbH, Bern    *
*   contact (at) cmsbox . com   *
*                               *
* * * * * * * * * * * * * * * * */
/* @group  G L O B A L
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT */
html, body {
  color: #fff;
  font-size: 12px;
  line-height: 1.4em;
  background-position: 0 0;
  background-repeat: repeat-x;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
*:focus {
  outline: none;  
}
#desk {
  float: left;
  width: 1300px;  
  min-height: 100%;
  position: relative;
  margin-bottom: -30px;
}
#header {
  width: 100%;
  height: 195px;	
}
/* Farbsettings  */
body.farbe1 {
  background-image: url(/images/farbe1.png);
}
body.farbe2 {
  background-image: url(/images/farbe2.png);
}
body.farbe3 {
  background-image: url(/images/farbe3.png);
}
body.farbe4 {
  background-image: url(/images/farbe4.png);
}
body.farbe5 {
  background-image: url(/images/farbe5.png);
}
body.farbe6 {
  background-image: url(/images/farbe6.png);
}
body.farbe7 {
  background-image: url(/images/farbe7.png);
}
body.farbe8 {
  background-image: url(/images/farbe8.png);
}
.farbe1 #header {
  background-color: #e8bd5e;
}
.farbe2 #header {
  background-color: #d8d4bb;
}
.farbe3 #header {
  background-color: #eebf76;
}
.farbe4 #header {
  background-color: #e1ca9c;
}
.farbe5 #header {
  background-color: #c5bc6f;
}
.farbe6 #header {
  background-color: #d8b79a;
}
.farbe7 #header {
  background-color: #f6eaba;
}
.farbe8 #header {
  background-color: #e5e2b3;
}
body.farbe1,
.farbe1 div.item {
  background-color: #a6242e;
}
body.farbe2,
.farbe2 div.item {
  background-color: #256da6;
}
body.farbe3,
.farbe3 div.item {
  background-color: #b6442c;
}
body.farbe4,
.farbe4 div.item {
  background-color: #928a3d;
}
body.farbe5,
.farbe5 div.item {
  background-color: #9a3521;
}
body.farbe6,
.farbe6 div.item {
  background-color: #8e1a26;
}
body.farbe7,
.farbe7 div.item {
  background-color: #524794;
}
body.farbe8,
.farbe8 div.item {
  background-color: #97a146;
}
#bgimage {
  top: -24px;
  width: 86px;
  float: left;
  height: 594px; 
  overflow: hidden;
  position: relative;
  background: url(/images/mood1.png) no-repeat 0 0;
z-index: 99;  
}
.farbe1 #bgimage {
  background-image: url(/images/mood1.png);
}
.farbe2 #bgimage {
  background-image: url(/images/mood2.png);
}
.farbe3 #bgimage {
  background-image: url(/images/mood3.png);
}
.farbe4 #bgimage {
  background-image: url(/images/mood4.png);
}
.farbe5 #bgimage {
  background-image: url(/images/mood5.png);
}
.farbe6 #bgimage {
  background-image: url(/images/mood6.png);
}
.farbe7 #bgimage {
  background-image: url(/images/mood7.png);
}
.farbe8 #bgimage {
  background-image: url(/images/mood8.png);
}
#navigation {
  float: left;
  width: 1214px;
  margin-top: -24px;
  position: relative;
z-index: 20;  
}
#content {
  float: left;
  width: 1120px;
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 30px;  
  margin: 94px 0 0 56px;
}
#home {
  top: 60px;
  left: 87px;
  width: 708px;
  height: 72px;
  display: block;	
  position: relative;  
  text-indent: -9000px;
  background: url(/images/larocca.png) no-repeat 0 0;
}
.farbe2 #home {
  background-position: 0 -72px;
}
.farbe3 #home {
  background-position: 0 -144px;
}
.farbe4 #home {
  background-position: 0 -216px;
}
.farbe5 #home {
  background-position: 0 -288px;
}
.farbe6 #home {
  background-position: 0 -360px;
}
.farbe7 #home {
  background-position: 0 -432px;
}
.farbe8 #home {
  background-position: 0 -504px;
}
#point {
  top: 57px;
  width: 56px;
  height: 56px;
  left: 1172px;
  position: absolute;
  background: url(/images/point.png) no-repeat 0 0;
}
.farbe2 #point {
  background-position: 0 -56px;
}
.farbe3 #point {
  background-position: 0 -112px;
}
.farbe4 #point {
  background-position: 0 -168px;
}
.farbe5 #point {
  background-position: 0 -224px;
}
.farbe6 #point {
  background-position: 0 -280px;
}
.farbe7 #point {
  background-position: 0 -336px;
}
.farbe8 #point {
  background-position: 0 -392px;
}
/* Footer */
#footer {
  bottom: 0;
  float: left;
  color: #fff;
  height: 30px;
  width: 1300px;
  font-size: 10px;  
  position: relative;
  letter-spacing: 0.05em;
}
#copyright {
  float: left;
  margin-left: 201px;
  text-transform: uppercase;
}
#copyright a {
  color: #fff;
}
/* @end *//* @group  N A V I G A T I O N
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
div.navi {
  float: left;
  font-size: 15px;
}
div.navi div.item {
  float: left;
}
/* LEVEL 1 */
div.sub1 {
  float: left;
  border-left: 105px solid #a6242e;
}
.farbe2 div.sub1 {
  border-color: #256da6;
}
.farbe3 div.sub1 {
  border-color: #b6442c;
}
.farbe4 div.sub1 {
  border-color: #928a3d;
}
.farbe5 div.sub1 {
  border-color: #9a3521;
}
.farbe6 div.sub1 {
  border-color: #8e1a26;
}
.farbe7 div.sub1 {
  border-color: #524794;
}
.farbe8 div.sub1 {
  border-color: #97a146;
}
div.sub1 div.item {
  border-right: 2px solid #e8bd5e;
}
div.sub2 {
  border-left: 2px solid #e8bd5e;
}
.farbe2 div.sub1 div.item,
.farbe2 div.sub2 {
  border-color: #d8d4bb; 
}
.farbe3 div.sub1 div.item,
.farbe3 div.sub2 {
  border-color: #eebf76; 
}
.farbe4 div.sub1 div.item,
.farbe4 div.sub2 {
  border-color: #e1ca9c; 
}
.farbe5 div.sub1 div.item,
.farbe5 div.sub2 {
  border-color: #c5bc6f; 
}
.farbe6 div.sub1 div.item,
.farbe6 div.sub2 {
  border-color: #d8b79a; 
}
.farbe7 div.sub1 div.item,
.farbe7 div.sub2 {
  border-color: #f6eaba; 
}
.farbe8 div.sub1 div.item,
.farbe8 div.sub2 {
  border-color: #e5e2b3; 
}
div.sub1 a.menu {
  color: #fff;
  margin: 8px 10px 0;
}
div.sub1 a.menu:hover {
  text-decoration: none;
}
div.sub1 a.path,
div.sub1 a.menu:hover,
.farbe1 a, .farbe1 div.link a.open, .farbe1 a.open {
 color: #e8bd5e; 
}
.farbe2 div.sub1 a.path,
.farbe2 div.sub1 a.menu:hover,
.farbe2 a, .farbe2 div.link a.open, .farbe2 a.open {
 color: #d8d4bb; 
}
.farbe3 div.sub1 a.path,
.farbe3 div.sub1 a.menu:hover,
.farbe3 a, .farbe3 div.link a.open, .farbe3 a.open {
 color: #eebf76; 
}
.farbe4 div.sub1 a.path,
.farbe4 div.sub1 a.menu:hover,
.farbe4 a, .farbe4 div.link a.open, .farbe4 a.open {
 color: #e1ca9c; 
}
.farbe5 div.sub1 a.path,
.farbe5 div.sub1 a.menu:hover,
.farbe5 a, .farbe5 div.link a.open, .farbe5 a.open {
 color: #c5bc6f; 
}
.farbe6 div.sub1 a.path,
.farbe6 div.sub1 a.menu:hover,
.farbe6 a, .farbe6 div.link a.open, .farbe6 a.open {
 color: #d8d4bb; 
}
.farbe7 div.sub1 a.path,
.farbe7 div.sub1 a.menu:hover,
.farbe7 a, .farbe7 div.link a.open, .farbe7 a.open {
 color: #f6eaba; 
}
.farbe8 div.sub1 a.path,
.farbe8 div.sub1 a.menu:hover,
.farbe8 a, .farbe8 div.link a.open, .farbe8 a.open {
 color: #cbd95e; 
}
div.sub1 div.exit {
  border-right: none;
}
/* LEVEL 2 */
div.sub2 {
  margin-left: -2px;
  min-width: 500px;
  padding-top: 30px;
  position: absolute;
}
div.sub2 div.item {
  border-right: none; 
}
#root div.navi div.init {
  border-left: none; 
}
div.sub2 a.menu {
  color: #fff;
  margin: 0 10px 3px 10px;  	
}
div.sub2 div.init {
  width: auto;  
  margin-left: 0;
  text-align: left;
}
/* @end *//* @group  C O N T E N T
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HEAD */
#head {
  float: left;
  width: 1060px;
  margin-left: 60px;
  padding-bottom: 10px;
}
h1 {
  font-size: 24px;	
  font-weight: 800;
  line-height: 1.3em;
}
div.unit h2 {
  font-size: 17px;
  line-height: 1.4em;
}
/* custom main */
div.main {
  width: 1120px;
}
div.main div.unit {
  margin: 10px 53px;
}
div.main h2, 
div.main div.foot {
  margin: 0 7px;
}
div.main div.part, 
div.main div.grid table { /* custom top & bottom */
  margin: 7px;
}
div.main div.wide {
  width: 1014px;
}
div.main div.wide table, 
div.main div.wide div.tall {
  width: 1000px;
}
div.main div.wide div.tiny {
  width: 493px;
}
div.main div.slim  {
  width: 454px;
}
div.main div.slim table, 
div.main div.slim div.tall {
  width: 440px;
}
div.main div.slim div.tiny {
  width: 213px;
}
/* AREA Placement */
div.main {
  padding-bottom: 60px; /* footer */
}
/* @end *//* @group  U N I T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*  ALL PURE */
div.pure, div.seam, div.flat, div.edge {
  color: #fff;
  border: none;
  background: none;
}
div.pure div.head h2, div.seam div.head, div.flat div.head, div.edge div.head {
  color: #fff;
  border: none;
  background: none;
}
/* @end *//* @group  P A R T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LEAD */
h3 {
  color: #fafafa;
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.35em;
  letter-spacing: .02em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;		
}
h6 {
  font-size: 1em;
  font-style: italic;
}
/* TEXT */
div.text p.pale {
  color: #fff;
  text-align: right;
}
div.text p.skew {
  letter-spacing: .04em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* LINK / FILE */
a, div.link a.open, a.open {
  color: #900;
  text-decoration: none;
}
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 5px;
}
div.doit {
  background-position: 0 5px;
}
div.mail {
  background-position: 0 4px;
}
div.load {
  background-position: 0 3px;
}
div.rss {
  background-position: 0 3px;
}
*/
/* PICT */
div.unit div.crop {
  height: 320px;  
}
/* LIST */
div.list p.item {
  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;
}
/* fix default.css */
#root div.cats a {
  padding: 0;
}
div.cats .cb-count {
  padding-left: 5px;
}
/* @end *//* @group  S E R V I C E S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* META */
p.dock {
  margin: 0 10px;
  text-align: right;
}
p.dock a.meta:hover {
  text-decoration: underline;
}
#credits {
  float: right;
  margin-right: 94px;
}
#credits,
#credits a.meta {
  color: #dd313f;
  text-transform: lowercase;
}
a.auth {
  padding-right: 4px;
}
.farbe2 #credits,
.farbe2 #credits a.meta  {
  color: #9cb5c3;
}
.farbe3 #credits,
.farbe3 #credits a.meta {
  color: #e65536;
}
.farbe4 #credits,
.farbe4 #credits a.meta {
  color: #d1c659;
}
.farbe5 #credits,
.farbe5 #credits a.meta {
  color: #c34229;
}
.farbe6 #credits,
.farbe6 #credits a.meta {
  color: #c34229;
}
.farbe7 #credits,
.farbe7 #credits a.meta {
  color: #8b98b7;
}
.farbe8 #credits,
.farbe8 #credits a.meta {
  color: #cfdd61;
}
/* 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;
}
/* ZOOM */
#lbox div.zoom {
  width: 740px;
  margin-left: -373px;
}
/* @end */