body {
  margin:0;
  background:url(pix/bg.jpg) repeat-x;
  overflow-y:hidden;
  overflow:hidden;
  height:100%;
}
div.centerBox {
  width:600px;
  height:553px;
  margin:auto;
}
div.navBox {
  height:25px;
  padding:74px 10px 0 0;
  text-align:right;
  position:relative;
  z-index:1;
}
div.mainContent {
  height:400px;
  background:url(pix/bg_start.jpg) no-repeat center;
  border-top:solid 1px rgb(204,153,0);
  border-bottom:solid 1px rgb(51,0,0)
}
div.visibleContent {
  width:600px;
  height:400px;
  overflow:hidden;
  position:absolute;
}
div.logoBox {
  position:relative;
  left:-160px;
  top:-40px;
  margin-bottom:-240px;
}
div.logoBox img {
  border:0;
  width:120px;
  height:240px;
  background:url(pix/logo.png) no-repeat center;
}
div.textBoxLeft {
  float:left;
  width:150px;
  padding:0 25px 0 25px
}
div.textBoxRight {
  float:right;
  width:400px;
}
div.claimBox{ height:52px; }
div.buttonBox img {
  background:url(pix/ic_mehr.png) no-repeat center;
}
div.shadowBox {
  position:relative;
  top:-553px;
  margin:0 auto -1061px auto;
  width:600px;
  height:561px;
  z-index:0;
}
div.shadowBoxLeft, div.shadowBoxRight {
  width:15px;
  height:561px;
}
div.shadowBoxLeft {
  float:left;
  background:url(pix/bg_shadow_left.png) no-repeat center;
}
div.shadowBoxRight {
  float:right;
  background:url(pix/bg_shadow_right.png) no-repeat center;
}
div.white_trans {
  background:url(pix/bg_white_kontakt.png);
  margin-top:300px;
  height:100px;
}
div.white_transOpen {
  background:url(pix/bg_white_open.png) no-repeat;
  margin-top:90px;
  height:310px;
  padding-top:53px;
}
div#moveUp {
  position:relative;
  top:166px;
  z-index:500000;
}
div.white_trans_left, div.white_trans_leftOpen { float:left; }
div.white_trans_right, div.white_trans_rightOpen { float:right; }
div.white_trans_left, div.white_trans_right {
	width:250px;
	padding:15px 25px 0 25px;
}
div.white_trans_leftOpen, div.white_trans_rightOpen {
	padding:0 0 0 11px;
	width:289px;
	margin-top:-7px;
}
div.tBox {
  height:50px;
  overflow:hidden;
  position:relative;
  z-index:1000;
  top:-48px;
  margin-bottom:-48px;
}
div.white_transOpen div.tBox {
  position:relative;
  z-index:1999;
  border:solid 1px rgb(255,0,0);
}
#tExperiencePassion {
  float:right;
  border:0;
  position:relative;
  top:-28px;
  right:12px;
  background:url(pix/t_experience_passion.png);
}
#tKontakt {
  background:url(pix/t_kontakt.png) no-repeat;
  border:0;
  width:203px;
  height:52px;
  float:left;
  position:relative;
  z-index:1000;
}
a#mehr, a#weniger {
  margin-right:4px;
  float:right;
  width:53px;
  height:17px;
  position:relative;
  top:-16px;
  display:block;
}
a#mehr { background:url(pix/ic_mehr.png) no-repeat; }
a#weniger { background:url(pix/ic_weniger.png) no-repeat; }
span.message {
  display:block;
  height:55px;
  color:rgb(255,0,0);
}

