* {
  margin: 0;
  padding: 0;
}

body {
/*   background-color: #292929; */
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  color: #222;
}

div.img, div.icon img, ul li img { behavior: url(iepngfix.htc); }

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

a:hover {
  text-decoration: underline;
}

div.pad {
  height: 180px;
  background-color: #292929;
}

div.small {
  height: 1em;
}

div.micro {
  height: 0.4em
}

div#head {
  position: relative;
  padding-top: 1em;
  background-color: #151515;
  height: 8em;
  font-family: "Helvetica Neue", "Helvetica", sans-serif
  color: white;
}

div#title, div.tspace {
  font-size: 2.7em;
  font-weight: bolder;
  border-right: 1px solid white;
  line-height: inherit;
  float: left;
  color: inherit;
  padding-right: 15px;
}

div.tspace {
  height: 0.1em;
  padding-left: 0.7em;
  overflow: hidden;
  border-right: none;
  width: 3em;
}

div#subtitle {
  float: left;
  line-height: inherit;
  font-size: 1.5em;  
  color: inherit;
  padding-left: 15px;
  font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
  font-weight: 300;
}

div#nav {
  background-color: #292929;  
  color: white;
  height: 1.9em;
}

div#nav ul, div#navx ul {
  list-style: none;
  margin-left: 2em;
  border-collapse: collapse;
}

div#nav ul li, div#navx ul li {
  float: left;
  border-left: 1px solid #444;
}

li a, li span {
  padding: .3em 1em;
  display: block;
  color: #fff;
}

li a:hover, li span.active {
  background-color: #333;
}

a img {
  border: none;
  position: relative;
  top: 2px;
}

div.icon {
  position: absolute;
  left: -8em;
  top: 4em;
}

div.icon.contact {
  left: 18em;
  top: 11em;
}

div.imgleft {
  position: absolute;
  left: -4em;
}

div.imgright {
  position: absolute;
  right: -4em;
}

ul.right {
  float: right;
}

div#navx {
  position: absolute;
  top: 5.4em;
  line-height: 1em;
  font-size: .8em;
  width: 30em;
}

div#navx ul {
  border-left: 1px solid #444;
  margin-left: -1em;
}

div.centerhv {
  position: absolute;
  top: 50%;
  margin-top: -86px;
  left: 50%;
  margin-left: -86.5px;
}

div.centerh {
  position: absolute;
  left: 50%;
  margin-left: -86.5px;
}

div.right {
  position: absolute;
  right: 2em;
}

div.aleft {
  position: absolute;
  left: 2em;
  color: white;
  top: 50%;
  margin-top: -2em;
  line-height: 4em;
}

div#bw_head {
  height: 187px;
  background-image: url(/images/header_bg.jpg);
  background-repeat: repeat-x;
}

div#bw_logo {
  width: 100px;
  height: 99px;
/*   padding-top: 10px; 
  margin: 0 auto; */
  background-image: url(/images/menu_shadow-trans.png);
  background-position: center;
  background-repeat: no-repeat;
}

div#bw_logo a {
  text-indent: -9999px;
  display: block;
  width: inherit;
  height: inherit;
  outline-style: none;
}


div#the_whale {
  width: 185px;
  height: 220px;
  background-image: url(/images/whale_to_water.png);
  background-position: center;
  background-repeat: no-repeat;
}

div.right {
  float: right;
}

div.left {
  float: left;
}

.clear {
  clear: both;
}

hr.blank {
  border: none;
  display: none;
}

div.quote {
  margin: 4em auto;
  color: #555;
  width: 85%;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
}

div#content {
  width: 100%;
  clear: both;
}

div#content .inner {
  line-height: 1.4em;
}

div#cleft, div#ccenter, div#cright {
  float: left;
/*   width: 33.333%; */
}

div#cleft { width: 30%; }
div#ccenter { 
  width: 57%;
  font-size: .95em;
}
div#cright { width: 25%; display: none; }

div.inner {
  padding: 1em;
  position: relative;
}

h1 {
  margin-bottom: .5em;
/*   margin-left: -2em; */
}

p {
  margin: 0.8em auto;
  position: relative;
}

div.product {
  background-repeat: repeat-x;
  position: relative;
  margin-top: 1.5em;
}

/*
div.product.cinergy {
  background-color: #b0c4de;
}

div.product.pakake {
  background-color: #8fbc8f;
}

div.product.jolein {
  background-color: #b0c4de;
}
*/

div.img {
  float: right;
/*
  top: 4px;
  right: 2px;
*/
  width: 60px;
  height: 60px;
  padding: 2px;
  background-repeat: no-repeat;
  background-position: top center;
}

div.pakake div.img {
  background-image: url(/images/whale.png);
}

div.jolein div.img {
  background-image: url(http://jolein.at/images/jolein-logo.png);
}

div.jolein { display: none; shame: true; }

div.cinergy div.img {
  background-image: url(/images/droplet.png);
}

div.product ul {
  list-style: none;
  padding-left: 60px;
}

div.product ul li {
  position: relative;
  display: block;
  float: left;
/*   width: 36%; */
  margin-bottom: 1em;
  margin-right: 60px;
  font-size: .95em;
  width: 95%;
}

div.product ul li h3 {
  font-weight: normal;
  
}

div.product ul li img {
  position: absolute;
  left: -60px;
}

div.staff {
  margin: 1em 0;
}

p.below {
  margin-top: 2em;
}

div#footer {
  clear: both;
  text-align: center;
  font-size: .7em;
  background-color: #ddd;
  margin: 1em auto;
  padding: .3em;
  width: 25em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

div#footer a {
  color: #222;
}