

/* TOUR
  ###################################### */

#tour {
  position: relative;
	padding: 0 13px 10px;
  height: 516px;
}

#tour_content {
  position: absolute;
  overflow: hidden;
  width: 606px;
  right: 30px;
  top: 20px;
}

#tour_content .inner  {
  margin-top:60px;
  height: 380px;
  background: url('http://media.platinnetz.de/img/tour/tour_bg-bottom.png?1286451072') no-repeat bottom;
  position: relative;
}

#tour_content h2 {
  height: 20px;
  background: url('http://media.platinnetz.de/img/tour/tour_header.png?1253097411') no-repeat;
  margin: 20px 15px 10px 30px;
  text-align: right;
}

#tour_content h2 a{
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  text-indent: 0;
}

#tour_content .inner a.tourlinks {
  position: absolute;
  display: block;
  height: 156px;
  width: 268px;
}

#tour_content .inner a.tourlinks ul {
 margin-top: 45px;
}

#tour_content .inner a.tourlinks ul li {
  margin-bottom: 5px;
  padding-left: 28px;
  color: #000;
  background: url('http://media.platinnetz.de/img/icons/tick2.png?1253108508') no-repeat 10px 3px;
}

#tour_content .inner a#tour_page1 ul li,
#tour_content .inner a#tour_page3 ul li {
  background-position: 5px 3px;
}

#tour_content .inner a#tour_page1 {
 left: 37px;
 top: -47px;
}

#tour_content .inner a#tour_page2 {
 right: 15px;
 top: -47px;
}

#tour_content .inner a#tour_page3 {
 left: 37px;
 top: 120px;
}

#tour_content .inner a#tour_page4 {
 right: 15px;
 top: 120px;
}

#tour_content .inner #tour_nav {
  position: absolute;
  overflow: hidden;
  bottom: 15px;
  right: 5px;
}

#tour_content .inner #tour_nav a {
 margin-right: 10px;
 float: left;
 height: 31px;
 line-height: 30px;
 font-size: 14px;
 font-weight: bold;
 color: #FFF;
 text-align: center;
}

a#next {
  width: 99px;
  background: url('http://media.platinnetz.de/img/tour/button_grey.png?1253106865') no-repeat;
}

a#register {
  width: 163px;
  background: url('http://media.platinnetz.de/img/tour/button_orange.png?1253106865') no-repeat;
}

#tour_content dl {
  width: 510px;
  margin: 0 10px 100px 62px ;
  height: 390px;
}

#tour_content dl dt {
  font-weight: bold;
}

#tour_content dl dt img {
  margin-left: -18px;
  margin-right: 6px;
}

#tour_content dl dd {
  margin-bottom: 10px;
}

/* TOUR START
  ###################################### */

.tour_start {
  height: 480px !important;
  background: url('http://media.platinnetz.de/img/tour/tour_0.jpg?1253097411') no-repeat top center;
}

.tour_start #tour_content {
  background: url('http://media.platinnetz.de/img/tour/tour_0_boxes-bg.png?1286451072') no-repeat top;
  height: 475px;
}

.tour_start #tour_content .inner  {
  background: none; 
  height: 310px;
}

.tour_start #tour_content .inner #tour_nav {
  bottom: -10px;
}

/* TOUR PAEGS
  ###################################### */
  
.tour_page1 {
  background: url('http://media.platinnetz.de/img/tour/tour_1_com.jpg?1286451072') no-repeat top center;
}     
.tour_page1 #tour_content{  
  background: url('http://media.platinnetz.de/img/tour/tour_1_bg-top.png?1286451072') no-repeat top;
}   

.tour_page2 {
  background: url('http://media.platinnetz.de/img/tour/tour_2_reg.jpg?1286451072') no-repeat top center;
} 
.tour_page2 #tour_content{  
  background: url('http://media.platinnetz.de/img/tour/tour_2_bg-top.png?1286451072') no-repeat top;
}     

.tour_page3 {
  background: url('http://media.platinnetz.de/img/tour/tour_3_inf.jpg?1286451072') no-repeat top center;
} 
.tour_page3 #tour_content{  
  background: url('http://media.platinnetz.de/img/tour/tour_3_bg-top.png?1286451072') no-repeat top;
}     

.tour_page4 {
  background: url('http://media.platinnetz.de/img/tour/tour_4_sec.jpg?1286451072') no-repeat top center;
} 
.tour_page4 #tour_content{  
  background: url('http://media.platinnetz.de/img/tour/tour_4_bg-top.png?1286451072') no-repeat top;
}     

