/************************************
**********  FRAMEWORK/MAIN  *********
************************************/

body {
  background: url(../img/bg_body.gif) 1px -1px repeat;
  color: #464748;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 163%;
}

/***** Reset *****/

body,
html,
h1,
h2,
h3,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

/************************************
**********      BASICs     **********
************************************/

.clear {
  clear: both;
}

a {
  color: #464748;
  text-decoration: none;
}

a img {
  border: none;
}

h3 {
  font-size: 11px;
  width: 320px;
}

/************************************
**********     HEADER      **********
************************************/

#header {
  background: #FFFFFF;
  height: 82px;
  padding-top: 49px;
}

#header a {
  margin-left: 645px;
}

/************************************
**********     WRAPPER     **********
************************************/

#left_column {
  background: url(../img/bg_bottom.gif) left bottom no-repeat #9CC617;
  border-bottom: 9px solid #FFFFFF;
  border-right: 18px solid #FFFFFF;
  float: left;
  height: 345px;
  position: relative;
  width: 483px;
}

#right_column {
  background: url(../img/bg_bottom.gif) left bottom no-repeat #9CC617;
  border-bottom: 9px solid #FFFFFF;
  border-right: 9px solid #FFFFFF;
  float: left;
  height: 345px;
  width: 483px;
}

.index #right_column {
  position: relative;
}

.top_corner {
  background: url(../img/bg_top.gif) no-repeat;
  height: 10px;
}

/************************************
**********   NAVIGATION    **********
************************************/

#navi {
  float: right;
  margin-top: 18px;
  text-align: right;
  z-index: 200;
}

#navi ul {
  background: url(../img/navi_dot.gif) no-repeat bottom right;
  list-style: none;
  padding: 7px 0 6px 0;
  position: relative;
  z-index: 300;
}

#navi ul li {
  background: url(../img/navi_dot.gif) no-repeat top right;
  padding: 6px 11px 0 0;
  z-index: 400;
}

#navi ul li a {
  color: #464748;
  font-weight: bold;
  line-height: 18px;
}

#navi ul li.active a,
#navi ul li a:focus,
#navi ul li a:hover {
  color: #FFFFFF;
}

/************************************
**********     GRAPHICs    **********
************************************/

#left_column h2 {
  left: 32px;
  position: absolute;
  top: 216px;
}

#graph {
  height: 345px;
  left: 0;
  position: absolute;
  top: 0;
  width: 483px;
  z-index: 100;
}

.index h1 {
  margin: 208px 0 0 151px;
}

.kontakt #right_column img {
  margin: -10px 0 0 144px;
}

/****** GRAPHs ******/

.anwendung #graph {
  background: url(../img/graph_anwendung.png) no-repeat;
}

.arbeitsweise #graph {
  background: url(../img/graph_arbeitsweise.png) no-repeat;
}

.energiearbeit #graph {
  background: url(../img/graph_energiearbeit.png) no-repeat;
}

/************************************
**********     CONTENT     **********
************************************/

#text {
  padding: 31px 0 5px 30px;
  width: 393px;
}

.home #text {
  padding-top: 27px;
  width: 390px;
}

.kontakt #text {
  padding: 11px 0 5px 144px;
  width: 348px;
}

#text p {
  color: #464748;
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 15px;
}

.home #text p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}

.kontakt #text p {
  line-height: 15px;
  padding-bottom: 17px;
}

.arbeitsweise #text p,
.anwendung #text p,
.energiearbeit #text p {
  font-size: 12px;
}

#text p a {
  text-decoration: underline;
}

#text p a:hover {
  color: #FFFFFF;
}

#text .scroller {
  height: 270px;
  overflow: auto;
  padding-right: 20px;
  width: 356px;
}

/************************************
**********      FOOTER     **********
************************************/

#footer {
  height: 18px;
  width: 993px;
}

#footer ul {
  background: #FFFFFF;
  float: right;
  font-size: 10px;
  margin-top: -5px;
  padding: 0 6px 4px 3px;
  text-align: right;
  width: 100px;
}

#footer ul li {
  display: inline;
  padding: 0 4px;
}

#footer ul li a {
  text-decoration: underline;
}

#footer ul li.active a,
#footer ul li a:focus,
#footer ul li a:hover {
  color: #9CC617;
  text-decoration: underline;
}

/************************************
**********  BROWSER HACKs  **********
************************************/

/****** IE 6 ******/

* html #text {
  line-height: 18px;
  margin: 0 0 0 1px;
}

* html #navi {
  margin-top: 18px;
}

* html #navi ul li {
  padding: 5px 11px 0 0 !important;
}

* html #text.scroller p {
  height: 270px;
  margin-top: -14px;
  padding: 0 30px 0 0;
}

* html .kontakt #text {
  margin: -10px -10px 0 0;
}

/****** IE 7 ******/

* +html #text {
  line-height: 18px;
}

* +html #navi {
  margin-top: 18px;
}

* +html #navi ul li {
  padding: 5px 11px 0 0 !important;
}

* +html #text .scroller {
  height: 270px;
}

/****** WEBKIT ******/

.webkit #text .scroller {
  width: 360px;
}
