/* 
Start Bandauswahl Startseite
*/

.wrapperDiv {
    position: relative;
  }
.table {
  padding-top:50px;  
  display: table;
    width:100%;
  height:700px;
}
.Tablerow {
    display: table-row;
  
}
.Tablecell {
    
    display: table-cell;
}
.Tablecell.empty
{
    border: none;
    width: 35%;
}
.Tablecell.rowspanned {
   
    position: absolute;
    width: 35%;
    top: 0;
    bottom: 0;
  text-align:center;
}
  .rowspanned {
 z-index:1; 
}
.left{
  text-align:left;
  padding-left:100px;
  z-index:2;
}
  
.right{
  text-align:right;
  padding-right:100px;
  z-index:2;
}



#band_choice{

  display:table;
  width:100%;
  height:400px;
  padding-top:50px;
  
}

#band_choice .picture{
  display:table-cell;
  float:left;
  border:1pt solid #ff0000;
}

#band_choice .logoleft {
  display:table-cell;
  border:1pt solid #ff0000;
  height:50%;
}

#band_choice .logoright {
  display:table-cell;
  height:50%;
  border:1pt solid #ff0000;
}

#choice_hint {
   position:relative;
   width:100%;
   height:100px;
   text-align:center;
   background-image:url("../images/navi_balken.png");
   background-repeat:repeat-x;
   background-position:0px 5px;
   color:#ffffff;
   font-family: 'Libre Baskerville', serif;
   font-weight:bold;
   font-size:15pt;
}

#band_choice .enter {
   
   text-align:center;
   color:#ffffff;
   font-family: 'Libre Baskerville', serif;
   font-weight:bold;
   font-size:15pt;
}


#footercontent {
  width:100%;
  
}
/* 
Ende Bandauswahl Startseite
*/