/*  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: #535353;
  font-size: 12px;
  line-height: 1.3em;
  background-color: #d9d9d9;
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url(/images/body.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#desk {
  width: 900px;
  margin: 0 auto;
  min-height: 100%;
  background: #fff;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url(/images/desk.png);
}
#header {
  float: left;
  width: 900px;
  height: 116px;
  /*margin-top: 10px;*/
  background-repeat: no-repeat;
  background-position:  right -23px;
  background-image: url(/images/arrow.png);
}
#home {
  float: left;
  width: 233px;
  height: 78px;
  margin-top: 12px;
  margin-left: 18px;
}
#home img {
  width: 233px;
  height: 78px;
  display: block;
}
#headinfo {
  float: right;
  width: 444px;
  margin-right: 205px;
  position: relative;
  background: url(/images/swiss.png) no-repeat right 56px;
}
#servicesfind {
  float: right;
  width: 100%;
  margin-top: 56px;
}
#find {
  float: right;
}
#searchfield {
  width: 140px;
}
#headinfo #find input.image {
  display: none;
}
#page {
  float: left;
  width: 900px;
}
#root .home #page {
  background-repeat: no-repeat !important;
}
#root .standart #page,
#root .shop #page {
  background: url(/images/mood-verlauf.gif) repeat-x left top !important;
}
#breadcrumbs {
  float: left;
  width: 880px;
  color: #033054;
  min-height: 17px;
  line-height: 17px;
  margin: 6px 10px 0;
}
#breadcrumbs a {
  color: #033054;
}
body.home #breadcrumbs {
  width: 650px;
  margin-left: 240px;
}
body.home #breadcrumbs span {
  display: none;
}
#maincontent {
  float: left;
  width: 688px;
}
/* @end */
/* @group SHOP */
/* shop main & base */
.main .papc .numb,
.base .papc .numb {
  margin-left: 10px; /* hacks ? */
}
.main .payp .ctrl,
.base .payp .ctrl {
  margin-right: 10px; /* hacks */
}
.main .cb-price-comment textarea,
.base .cb-price-comment textarea {
  width: 97%;
  margin: 0 10px;
}
/* no slim pricepart in side */
#desk .side div.payp { /* needs div because of form.payp */
  width: 158px; /* = side part tall */
}
.side .payp .name {
  width: 130px;
}
.side div.payp div.ctrl {
  margin-top: 6px;
}
/* @end */
/* @group  N A V I G A T I O N */
/* GENERAL */
div.navi a.menu {
  white-space: nowrap;
}
div.navi a.path {
  font-weight: bold;
}
/* LEVEL 1 */
div.sub1 {
  float: right;
  margin-top: 10px;
  min-height: 20px;
}
div.sub1 div.item {
  float: left;
  border-right: 1px solid #ccc;
}
div.sub1 div.exit {
  border-right: none;
}
div.sub1 a.menu {
  float: left;
  color: #777;
  padding: 0 4px;
  font-size: 11px;
}
/* LEVEL 2 */
div.sub2 {
  float: left;
  width: 900px;
  background-color: #42647f;
  background-repeat: repeat-x;
  background-position: top right;
  background-image: url(/images/navi.png);
}
div.sub2 div.item {
  float: left;
  min-height: 35px;
  border-left: 1px solid #fff;
  position: relative;
}
div.sub2 div.init {
  border-left: none;
}
div.sub2 a.menu {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 35px;
  padding-left: 25px;
  padding-right: 13px;
  background-repeat: no-repeat;
  background-position: 12px 15px;
  background-image: url(/images/reddot.gif);
}
div.sub2 div.path {
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url(/images/navi-on.png);
}
div.sub2 a.path {
  color: #033054;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(/images/red_on.png);
}
div.sub2 a.menu:hover {
  color: #e31032;
  text-decoration: none;
  background-color: #d8d8d8;
  background-position: left top;
  background-image: url(/images/red_on.png);
}
div.sub2 a.path:hover {
  color: #033054;
}
/* LEVEL 3 HOVER */
div.sub3 {
  left: -1px;
  width: 225px;
  position: absolute !important; /* important for IE7 #edit */
}
div.sub3 div.item {
  clear: both;
  width: 225px;
  min-height: 25px;
  position: relative;
  background: url(/images/sub3.png) repeat left top;
}
div.sub3 div.init {
  border-left: 1px solid #fff;
}
div.sub3 a.menu {
  color: #033054;
  font-size: 11px;
  line-height: 25px;
  padding-left: 25px;
  background-image: none;
}
div.sub3 a.path {
  color: #fff;
  background: transparent url(/images/sub3red.png) repeat left top;
  /*background: #e31032;*/
}
div.sub3 a.menu:hover {
  color: #fff;
  background: transparent url(/images/sub3red.png) repeat left top;
  /*background: #e31032;*/
  text-decoration: none;
}
/* @end *//* @group  C O N T E N T */
/* HEAD */
#head {
  clear:  both;
}
#head h1 {
  color: #033054;
  margin: 0 10px;
  font-size: 22px;
  line-height: 1.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.standart #head, .shop #head {
  margin-top: 20px;
}
.home #head h1 {
  color: #fff;
}
body.home #head {
  color: #fff;
  margin-top: 75px;
  min-height: 130px;
  margin-left: 231px;
  margin-bottom: 12px;
}
body.home #head h1 {
  font-size: 28px;
  line-height: 1.2em;
  white-space: nowrap;
}
#root .home div.side {
  padding-top: 220px;
}
div.unit h2 {
  line-height: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* MAIN */
div.main {
  width: 688px;
}
#view div.main {
  min-height: 0;
}
div.main div.unit {
  margin: 5px 0px;
}
div.main h2,
div.main div.foot {
  margin: 0 10px;
}
div.main div.part,
div.main div.grid table {
  margin: 0.4em 0px;
}
div.main div.wide  {
  width: 688px;
}
div.main div.wide table,
div.main div.wide div.tall {
  width: 688px;
}
div.main div.wide div.tiny {
  width: 344px;
}
div.main div.slim  {
  width: 688px;
}
div.main div.slim table,
div.main div.slim div.tall {
  width: 459px;
}
div.main div.slim div.tiny {
  width: 229px;
}
/* EXTRAS */
div.main div.text p.norm {
  margin: 0 10px;
}
#root .main .lead * {
  margin: 0 10px;
}
/* SIDE */
#root div.side {
  float: right;
  width: 200px;
  padding-top: 56px;
}
div.side div.unit {
  margin: 10px;
}
div.side h2,
div.side div.foot {
  margin: 0 10px;
}
div.side div.part,
div.side div.grid table {
  margin: 0.4em 10px;
}
div.side div.wide  {
  width: 178px;
}
div.side div.wide table,
div.side div.wide div.tall {
  width: 158px;
}
div.side div.wide div.tiny {
  width: 69px;
}
div.side div.slim  {
  width: 178px;
}
div.side div.slim table,
div.side div.slim div.tall {
  width: 158px;
}
div.side div.slim div.tiny {
  width: 69px;
}
/* BASE */
#view div.base {
  min-height: 0;
}
div.base {
  width: 688px;
}
div.base div.unit {
  margin: 5px 0px;
}
div.base h2,
div.base div.foot {
  margin: 0 10px;
}
div.base div.part,
div.base div.grid table {
  margin: 0.4em 0px;
}
div.base div.wide  {
  width: 688px;
}
div.base div.wide table,
div.base div.wide div.tall {
  width: 688px;
}
div.base div.wide div.tiny {
  width: 344px;
}
div.base div.slim  {
  width: 344px;
}
div.base div.slim table,
div.base div.slim div.tall {
  width: 344px;
}
div.base div.slim div.tiny {
  width: 172px;
}
div.base div.text p.norm {
  margin: 0 10px;
}
#root .base .lead * {
  margin: 0 10px;
}
.base div.text p.pale {
  color: #999;
  margin: 0 10px;
  font-size: 0.9em;
  background: inherit;
}
.base div.text p.skew {
  margin: 0 10px;
  font-style:  italic;
  letter-spacing: 1px;
}
/* @end *//* @group  U N I T S */
/*  PURE */
div.pure {
  border: none;
}
div.pure div.head h2, div.seam div.head h2 {
  color: #456681;
  font-size: 22px;
  line-height: 1.1em;
  border-bottom: none;
}
div.seam div.head h2 { /* nachträgliche Anpassungen */
  font-size: 16px;
  font-weight: 800;
  padding-top: 8px;
}
/*  SEAM */
div.seam {
  border: none;
}
div.seam div.head {
  color: #333;
  background: #fff;
  border-bottom: none;
}
div.seam div.body p {
  color: #456681;
}
div.seam div.body p.loud {
  color: #fff;
}
/*  FLAT */
div.flat {
  border: none;
  color: #353535;
  background: #fff url(/images/flat.png) repeat-x left top;
}
div.flat div.head {
  color: #fff;
  background: none;
  border-bottom: none;
}
div.flat h2, div.flat strong {
  color: #456681;
}
div.flat h2 {
  font-size: 16px;
  padding-top: 8px;
  font-weight: 800;
}
div.side div.flat {
  font-size: 11px;
}
/*  EDGE */
div.edge {
  border: none;
}
div.edge div.head {
  border-bottom: none;
}
div.edge h2 {
  color: #ea0030;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 800;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.edge div.link {
  background: none;
  margin-top: 1px;
  margin-bottom: 1px;
}
div.edge div.link a {
  color: #fff;
  margin-left: 0;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 0 4px 18px;
  background: #033054 url(/images/edgelinka.gif) no-repeat 6px 8px;
}
div.edge div.link a:hover {
  color: #033054;
  text-decoration: none;
  background-color: #e5e5e5;
  background-position: 6px -92px;
}
/* SIDE EDGE (näher an layout) */
.side div.edge h2 {
  margin: 0 14px;
}
div.side div.edge div.link {
  width: 178px;
  margin: 1px 0;
}
div.side div.edge div.link a {
  padding-left: 16px;
  margin-right: 10px;
  background-position: 4px 7px;
}
div.side div.edge div.link a:hover {
  background-position: 4px -93px;
}
/* @end *//* @group  P A R T S */
/* LEAD */
h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: 800;
}
h3 {
  color: #209bbb;
}
h5 {
  padding: .2em .4em;
  background-color: #bbddff;
}
#lbox h5 {
  padding: 0;
  background: none;
}
h4 {
  color: #ea0030;
}
h6 {
  color: #033054;
}
/* TEXT */
div.text p.loud {
  color: #fff;
  font-size: 12px;
  padding: 0.2em 0.4em 0.4em;
  background-color: #033054;
}
.main div.text p.pale {
  color: #999;
  margin: 0 10px;
  font-size: 0.9em;
  background: inherit;
}
.main div.text p.skew {
  margin: 0 10px;
  font-style:  italic;
  letter-spacing: 1px;
}
/* LINK / FILE */
a, div.link a.open, a.open {
  color: #ea0030;
  text-decoration: none;
  background-color: inherit;
}
a:hover, 
div.link a.open:hover {
  text-decoration: underline;
}
#root a.null:hover {
  text-decoration: none;
}
div.link a.open, div.load a.load {
  margin-left: 24px;
}
.side div.link a.open, .side div.load a.load {
  margin-left: 16px;
}
div.link {
  background-position: 10px 2px;
  background-image: url(/images/link.gif);
}
.side div.link {
  background-position: 2px 2px;
}
.side div.mail {
  background-position: 2px 3px;
}
.side div.load {
  background-position: 2px 2px;
}
div.doit {
  background-position: 10px 2px;
}
div.mail {
  background-position: 10px 3px;
  background-image: url(/images/mail.gif);
}
div.load {
  background-position: 10px 2px;
}
div.rss {
  background-position: 10px 2px;
}
#lbox div.link a {
  margin-left: 14px;
}
#lbox div.link {
  background-position: 0 2px;
}
#lbox div.mail {
  background-position: 0 3px;
}
/* PICT */
div.unit div.crop {
  height: 320px;  
}
#maincontent .slim .pict img {
  margin: 0 auto;
}
/*  LIST */
#root div.list p.item {
  margin-left: 28px;
  list-style-image: url(/images/list.gif); 
}
#root div.list p.dent {
  margin-left: 44px;
}
#root .side div.list p.item {
  margin-left: 18px;
}
#root .side div.list p.dent {
  margin-left: 34px;
}
div.list p {
  color: #456681;
}
/* 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;
}
/* @end *//* @group  S E R V I C E S */
/* META */
p.dock {
  color: #033054;
  margin: 0 5px 0 0;
  text-align: right;
}
p.dock a.meta {
  color:  #033054;
  padding: 0 2px;
  font-size: 11px;
}
p.dock a.meta:hover {
  text-decoration: underline;
}
/* BRANDING */
#cmsbox {
  padding: 10px 20px 10px;
}
#cmsbox,
#cmsbox a.meta {
  margin: 0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: transparent;
}
#services {
  float: right;
}
/* SHOP */
#shop a.meta {
  top: 250px;
  padding: 0;
  width: 48px;
  left: -48px;
  color: #fff;
  height: 38px;
  text-align: left;
  position: absolute;
  text-indent: -9000px;
  background: #dc0024 url(/images/shop.png) no-repeat left top;
}
/* 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 */
/* @group EDIT MODE */
#edit .base {
  border-top: 2px dashed #fea4a2;
}
#edit a.menu .edit {
  background: none !important;
}
#edit .edge .link a .edit {
  background: none !important;
}
#edit #head h1 {
  background-color: transparent !important;
}
/* @end */