
   /* * 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: #333;
  font-size: 12px;
  background: #fff;
  line-height: 1.4em;
  font-family: "Verdana", Arial, sans-serif;
}
#desk {
  color: #333;
  width: 820px;
  margin: 0 auto;
  background: #fff;
  min-height: 500px;
}
#header {
  height: 261px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(/images/header.png);
}
#home {  float: right;  height: 38px;
  width: 338px;  margin: 24px 43px;}#home img.logo {
  height: 38px;  width: 338px;  display: block;}
#page {
  float: left;
  width: 547px;
}
#footer {
  height: 40px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(/images/footer.png);
}
/* @end *//* @group  N A V I G A T I O N
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
div.navi a.menu:hover {
  text-decoration: none;
}
/* LEVEL 1 */
div.sub1 {
  float: left;
  width: 820px;
  margin-top: 120px;
}
div.sub1 div.item {
  float: left;
}
div.sub1 a.menu {
  color: #4c1846;
  font-size: 11px;
  padding: 0 11px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #4c1846;
}
div.sub1 a.path {
  font-weight: 800;
}
/* LEVEL 2 */
div.sub2 {
  float: right;
  width: 193px;
  margin-right: 43px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #4c1846;
}
div.sub2 div.item {
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 6px 9px;
  border-top: 1px dotted #4c1846;
  background-image: url(/images/navi.png);
}
div.sub2 div.path {
  background-image: none;
}
div.sub2 a.menu {
  color: #888;
  font-size: 12px;
  padding-left: 20px;
}
div.sub2 a.path {
  color: #4c1846;
  font-weight: 800;
}
/* @end *//* @group  C O N T E N T
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HEAD */
#head {
  float: left;
  width: 525px;
  margin: 0 11px;
}
#head h1 {
  color: #4c1846;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4em;
}
div.unit h2 {
  font-size: 1.1em;
  line-height: 1.8em;
}
/* MAIN */
div.main {
  width: 548px;
}
div.main div.unit {
  margin: 5px;
}
div.main h2,
div.main div.foot {
  margin: 0 6px;
}
div.main div.part,
div.main div.grid table {
  margin: 0.4em 6px;
}
div.main div.wide  {
  width: 536px;
}
div.main div.wide table,
div.main div.wide div.tall {
  width: 524px;
}
div.main div.wide div.tiny {
  width: 256px;
}
div.main div.slim  {
  width: 262px;
}
div.main div.slim table,
div.main div.slim div.tall {
  width: 250px;
}
div.main div.slim div.tiny {
  width: 119px;
}
/* SIDE */
div.side {
  width: 204px;
  margin-left: 31px;
}
div.side div.unit {
  margin: 5px;
}
div.side h2,
div.side div.foot {
  margin: 0 5px;
}
div.side div.part,
div.side div.grid table {
  margin: 0.4em 5px;
}
div.side div.wide  {
  width: 192px;
}
div.side div.wide table,
div.side div.wide div.tall {
  width: 182px;
}
div.side div.wide div.tiny {
  width: 86px;
}
div.side div.slim  {
  width: 90px;
}
div.side div.slim table,
div.side div.slim div.tall {
  width: 80px;
}
div.side div.slim div.tiny {
  width: 35px;
}
/* @end *//* @group  U N I T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*  PURE */
div.pure {
  border: 1px solid #fff;
}
div.pure div.head h2 { /* exeption */
  border-bottom: 1px solid #fff;
}
/*  SEAM */
div.seam {
  border: 1px solid #4c1846;
}
div.seam div.head {
  color: #fff;
  background: #4c1846;
  border-bottom: 1px solid #4c1846;
}
/*  FLAT */
div.flat {
  color: #fff;
  background: #4c1846;
  border: 1px solid #fff;
}
div.flat div.head {
  color: #fff;
  background: #4c1846;
  border-bottom: 1px solid #fff;
}
/*  EDGE */
div.edge {
  border-top: 1px solid #4c1846;
  border-right: 1px solid #4c1846;
  border-bottom: 1px solid #4c1846;
  border-left: 1px solid #4c1846;
}
div.edge div.head {
  color:  #4c1846;
  border-bottom: 1px solid #4c1846;
}
/* @end *//* @group  P A R T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LEAD */
h3, h4, h5, h6 {
  font-weight: 800;
}
h3 {
  font-size: 1.1em;
}
h4 {
  color: #4c1846;
  font-size: 1.1em;
}
h5 {
  font-size: 1.1em;
  text-decoration: underline;		
}
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;
}
/*  LINK / FILE */
a, div.link a.open {
  color: #888;
  text-decoration: none;
  background-color: inherit;
}
div.link a.open {
  margin-left: 14px;
}
div.link a.open:hover {
  text-decoration: underline;
}
div.link {
  background-position: 1px 2px;
  background-image: url(/images/link.gif);
}
div.mail {
  background-position: 0 3px;
  background-image: url(/images/mail.gif);
}
div.file {
  background-position: 0 2px;
  background-image: url(/images/file.gif);
}
/*  LIST */
div.list p.gist {
  list-style-image: url(/images/list.gif);
}
div.list p.dent {
  list-style-image: url(/images/list.gif);
}
/* LINE */
div.line hr  {
  border-bottom-color: #4c1846;
}
/* TABLES */
div.grid table td {
  border-color: #999;
  border-style: solid;
}
div.grid table thead td,
div.grid table tfoot td {
  font-weight: 800;
  background: #ccc; 
}
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 */
/* BRANDING */
#cmsbox {
  float: right;
  color: #888;
  font-size: 10px;
  margin-top: 25px;
  margin-right: 40px;
}
#cmsbox a.meta {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: inherit;
}
/* LIGHTBOX */
#disp {
  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;
}
#lbox div.body img {
  margin: 0 auto;
}
/* @end */
