html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
  font: 14px/18px Arial, Helvetica, sans-serif;
  color: #666666;
}
.blue, #language ul li a:hover, .red a:hover {
  color: #0084d7;  
}
.red, .blue a:hover, #language ul li div.over a {
  color: #dd0067;
}

h1 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: .5em;
}
h2 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: .5em;
}
p {
  color: #666666;
  margin-top: 0;
  margin-bottom: .5em;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #666666;
}
a span {
  font-weight: normal;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  margin-bottom: 4px;
}
#space {
  height: 50%;
  width: 100px;
  margin-bottom: -295px; 
  float: left;
}
#frame {
  height: 610px;
  width: 1004px;
  clear: left;
  position: relative;
  margin: auto auto;
}
#frame #logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
#frame #contentleft {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 10px;
  left: 10px;
}
#frame #contentright {
  text-align: right;
  width: 380px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#frame #contentright .wbl {
  background: url(../img/wunderburg-logo.gif) no-repeat left center;
  line-height: 25px;
  padding-left: 30px;
  display: inline-block;
  height: 25px;
}
#frame #contentright .wbl:hover {
  color: #666666;
}


#language {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#language li:hover div.over {
  visibility: visible;
}
#language ul li div.over {
  position: absolute;
  top: 0;
  width: 8em;
  background-color: white;
  visibility: hidden;
  cursor: default;
  font-weight: bold;
}
/* @group Menu */
#frame #menu a {
  text-decoration: none;
  outline: none;
  display: block;
  z-index: 10;
  position: absolute;
}
#frame #menu {
  background: url(../img/menu_00.gif) no-repeat;
  padding: 0px;
  height: 591px;
  width: 603px;
  margin-left: 160px;
  position: relative;
  top: 10px;
}
#frame #menu ul {
  padding: 0px;
  height: 100%;
  width: 100%;
  list-style-type: none;
  position: relative;
}
#frame #menu span {
  visibility: hidden;
}
#mTrainings {
  height: 50px;
  width: 70px;
  left: 430px;
  top: 365px;
  position: absolute;
  z-index: 20;
}
#mTrainings:hover, #mTrainings.active {
  background: url(../img/menu_11.gif) -430px -365px;
}
#mCoaching {
  position: absolute;
  top: 275px;
  left: 520px;
  width: 60px;
  height: 70px;
}
#mCoaching:hover, #mCoaching.active {
  background: url(../img/menu_11.gif) -520px -275px;
}
#mLizenzen {
  position: absolute;
  top: 160px;
  left: 570px;
  width: 35px;
  height: 80px;
}
#mLizenzen:hover, #mLizenzen.active {
  background: url(../img/menu_11.gif) -570px -160px;
}
#mRessourcen {
  width: 90px;
  height: 80px;
  position: absolute;
  top: 335px;
  left: 160px;
}
#mRessourcen:hover, #mRessourcen.active {
  background: url(../img/menu_11.gif) -160px -335px;
}
#mCleverness {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 360px;
  left: 280px;
}
#mCleverness:hover, #mCleverness.active {
  background: url(../img/menu_11.gif) -280px -360px;
}
#mKreativitaet {
  width: 60px;
  height: 90px;
  position: absolute;
  top: 260px;
  left: 380px;
}
#mKreativitaet:hover, #mKreativitaet.active {
  background: url(../img/menu_11.gif) -380px -260px;
}
#mImpressum {
  width: 40px;
  height: 90px;
  position: absolute;
  top: 410px;
  left: 0;
}
#mImpressum:hover, #mImpressum.active {
  background: url(../img/menu_11.gif) 0 -410px;
}
#mKontakt {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 38px;
  top: 507px;
}
#mKontakt:hover, #mKontakt.active {
  background: url(../img/menu_11.gif) -38px -507px;
}
#mUeberUns {
  position: absolute;
  left: 110px;
  top: 555px;
  width: 90px;
  height: 40px;
}
#mUeberUns:hover, #mUeberUns.active {
  background: url(../img/menu_11.gif) -110px -555px;
}
#mKompetenz {
  height: 30px;
  position: absolute;
  top: 560px;
  left: 215px;
  width: 100px;
}
#mKompetenz:hover, #mKompetenz.active {
  background: url(../img/menu_11.gif) -215px -560px;
}
#mNutzen {
  width: 70px;
  height: 40px;
  position: absolute;
  top: 530px;
  left: 325px;
}
#mNutzen:hover, #mNutzen.active {
  background: url(../img/menu_11.gif) -325px -530px;
}

/* @end */

