* { margin: 0; padding: 0;}
html, body { background: #FFF; text-align: left; }

ul, li { margin: 0; padding: 0; list-style: none; }

.mainframe {
  width: 85%;
  margin: 0 auto;
  /* max-width wird vom IE6 nicht unterstützt! */
  max-width: 1068px;
  }

.left { float: left; }
.right { float: right; }
.clr { clear: both; }

/********************** HEADER */
.topic {
  position: relative;
  font-size: 1.4em; line-height: 36px; font-weight: bold; color: #FFF;
  padding-bottom: 10px; height: 36px;
  background: url(../images/header.gif) no-repeat;
  }
.topic span { color: #494949; }

.endpoint {
  position: absolute;
  top: 0; right: 0;
  background: url(../images/endpoint.gif) no-repeat;
  line-height: 36px;
  width: 12px; height: 36px;
  }

.obwalden-search {
  position: relative;
  height: 60px;
  background: #E8F2F7;
  border-bottom: 1px solid #A5B6BE;
  margin-bottom: 16px;
  }
.search-l,
.search-r {
  position: absolute;
  height: 61px;
  }
.search-l {
  width: 164px;
  top: 0; left: 0;
  background: url(../images/search-l.gif) no-repeat;
  }  
.search-r {
  width: 7px;
  top: 0; right: 0;
  background: url(../images/search-r.gif) no-repeat;
  }

.obwalden-logo {
  position: relative;
  height: 166px;
  margin-bottom: 8px;
  }
.corner-tl,
.corner-tr,
.corner-bl,
.corner-br { z-index: 10;
  position: absolute;
  width: 4px; height: 4px;
  font-size: 1px; /* Trick um IE6-Höhe auf 4px zu bekommen */
  }
.corner-tl {
  top: 0; left: 0;
  background: url(../images/corner-tl.gif) no-repeat;
  }
.corner-tr {
  top: 0; right: 0;
  background: url(../images/corner-tr.gif) no-repeat;
  }
.corner-bl {
  bottom: 0; left: 0;
  background: url(../images/corner-bl.gif) no-repeat;
  }
.corner-br {
  bottom: 0; right: 0;
  background: url(../images/corner-br.gif) no-repeat;
  }

.flash-pos { z-index: 9;
  position: absolute;
  top: -42px; left: 0;
  width: 529px; height: 220px;
  overflow: hidden;
  }
.flashback { z-index: 9;
  position: absolute;
  width: 543px; height: 166px;
  top: 0; right: 0;
  }



/********************** NAVIGATION */
.obwalden-nav {
  position: relative;
  height: 42px; width: 100%;
  background: #E8F2F7;
  border-top: 1px solid #A5B6BE;
  border-bottom: 1px solid #A5B6BE;
  margin-bottom: 20px;
  }
.nav-l,
.nav-r {
  position: absolute; top: -1px;
  height: 44px; width: 7px;
  }
.nav-l {
  left: 0;
  background: url(../images/nav-l.gif) no-repeat;
  }  
.nav-r {
  right: 0;
  background: url(../images/nav-r.gif) no-repeat;
  }

ul.left-side {
  position: absolute;
  top: 0; left: 16px;
  }
.left-side li {
  position: relative; float: left;
  padding: 0 10px 0 13px;
  line-height: 42px;
  }
.page .left-side li a {
  font-size: 1.25em; font-weight: bold; color: #44667C; text-decoration: none;
  }
.left-side li a:hover,
.left-side li.act a {
  color: #CC0235; text-decoration: underline;
  }
.left-side li div {
  position: absolute;
  width: 10px; height: 10px;
  top: 17px; left: 0;
  font-size: 1px; /* Trick um IE6-Höhe auf 10px zu bekommen */
  }

ul.right-side {
  position: absolute;
  top: 0; right: 0px;
  }
.right-side li {
  position: relative; float: left;
  padding: 0 12px 0 12px;
  line-height: 42px;
  }
.page .right-side li a {
  font-size: 1.25em; color: #436679; text-decoration: none;
  }
.right-side li a:hover,
.right-side li.act a {
  color: #CC0235; text-decoration: underline;
  }
.page .right-side li div {
  position: absolute;
  width: 3px; height: 13px;
  top: 16px; left: 0;
  background: url(../images/divider.gif);
  font-size: 1px; /* Trick um IE6-Höhe auf 13px zu bekommen */
  }

  
.page .nav { width: 20%; }
.nav ul { padding-bottom: 20px; }
.nav li {
  height: 30px; /* IE6, setzt die Höhe der LIs */
  line-height: 30px;
  vertical-align: top; /* IE6, verhindert den Abstand zwischen den LIs */
  }
.nav li a {
  display: blocK;
  line-height: 30px; text-indent: 3px; color: #333; text-decoration: none;
  border-bottom: 1px solid #CCC;
  }
.nav li a:hover { background: #C6C6C6; color: #FFF; }
.nav li.act a { background: #E6E6E6; color: #777; }

/********************** NAVIGATION */
.content_box { width: 75%; }
.headernav { z-index: 100;
  position: absolute;
  left: 5px; top: 350px;
  }
.headernav ul { float: left; }
.page .headernav li {
  float: left;
  line-height: 16px;
  padding: 5px;
  }
.page .headernav li a {
  float: left;
  font-size: 12px; font-weight: normal;
  }
.page .headernav img { padding: 1px 3px 0 0; margin: 0; }
/*
.page .language li { height: 11px; line-height: 11px; }
* html .page .language li { font-size: 1px; }
.page .language li a {
  font-size: 1px;
  }
.page .language li img {
  padding-top: 2px;
  }
*/

.page .noSubmenu { z-index: 100;
  position: absolute;
  left: 190px; top: 0;
  }
.page .noSubmenu li {
  float: left;
  font-size: 12px;
  }
  
.page .usr li img { padding: 8px 3px 0 0; margin: 0; }
