/* Faux Absolute Positioning */

.line {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.item {
  position: relative;
  float: left;
  left: 100%;
  overflow: hidden;
  background-color: White;
  margin-top: 1px;
}
.pos-content {
	overflow: hidden;
}

#line_tabs {
   	height: 280px;
	overflow: hidden;
	margin-top: 0px;	
	background-color: White;
}
#item_tabs {
    margin-left: -100%;
    width: 100%;
}

#line0 {
  	height: 1760px;
	overflow: hidden;
}

#item_intro {
	/* Intro Text */
  margin-left: -100%;
  width: 100%;
  height: 260px; 
  display: block;
}
#item_announce {
	/* Announce Text */
  margin-left: -100%;
  width: 100%;
  height: 180px;
  display: block;
}

#item1 {
/* Angebot */
  margin-left: -100%;
  width: 235px;
  height: 223px;
}
#item2 {
/* Calculator */
  margin-left: -419px;
  width: 419px;
  height: 223px;
}


#item3 {
/* BRM  */
  margin-left: -100%;
  /* width: 511px; */
  width: 100%;
  height: 170px;
  display: block;  

}
#item31 {
/* Starthaende */
  margin-left: -100%;
  /* width: 511px; */
  width: 100%;
  height: 180px;
  display: block;  

}
#item4 {
/* Titan Banner */
  margin-left: -144px;
  width: 143px;
  height: 0px; /*380px*/
  float: right;
  visibility: hidden;
}


#item5 {
/* Regeln */
  margin-left: -100%;
  width: 300px;
  height: 370px;
}
#item6 {
/* HQ */
  margin-left: -354px;
  width: 354px;
  height: 370px; 
}

#item7 { 
/* WSOP */
  margin-left: -100%;
  width: 100%;
  height: 285px;  
}


#item8 { 
/* Spieler */
  margin-left: -100%;
  width: 325px;
  height: 385px;
}
#item9 { 
/* Kalender */
  margin-left: -329px;
  width: 329px;
  height: 385px; 
}

#footline {
	overflow: hidden;
	
}
#itemF {
	margin-left: -100%;
	width: 100%;
	height: 220px;
}
