table .bo{
  margin:0;
}
.bo{
  width:100%;
  /*
  border-collapse: separate;
  border-spacing:0;
  border:0px;
  margin:0 10px 20px 10px;*/
  background-color:white;
  
}

.bo td{
  width:5%
  text-align:center;
  padding:0;
  margin:0;
  font-size:11px;
}

.bo .boWochen td{
  text-align:left;
  color:#3e62a7;
  font-weight:bold;
}



.bo td.preisangabe{
  width:3%;
  font-size:10px;
  color:#ccddf8;
  text-align:right;
  font-weight:bold;
  background-color:white;
}

.bo td.preisangabe p{
  padding:0;
  margin:0;
  margin-bottom:15px;
}
.bo .boBox .boLink{
  cursor:pointer;
}


.bo .boBox .boWochentag{
  font-size:9px;
  color:#3e62a7;
  border-bottom:5px solid white;
  border-top:8px solid white;
}

.bo .boBox .boPreis{
  height:0px;
  width:50%;
  border-color:#f4f5f9;
  border-style:solid;
  border-left-width:3px;
  border-right-width:3px;
  border-bottom-width:3px;
  border-top-width:60px;
  background-color:#3e62a7;
}

.bo .boBox .boTag{
  color:#3e62a7;
  font-size:9px;
  font-weight:bold;
  margin-top:2px;
}
.boLinieW, .boLinieW td{
  border-left: 1px solid #fff;
}
.boLinie, .boLinie td{
  border-left: 1px solid #B1C5CD;
}

.boFett{
  font-weight:bold;
}
.boWochenende{
  border-color:#ccddf8 !important;
}

.showPriceInfo {
display: none;
position: absolute;
top: 0px;
left: 60%;
border: 2px solid #3e62a7;
background: white;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5;
border-image: initial;
z-index:100;
width:30%px;
}

.GanzerMonat{
  color:white;
  background: #5BA7BF;
  width:100%;
  cursor:pointer;
}

.bo_tooltip {
  font-size:10px;
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
  border: 2px solid #3e62a7;
  background: white;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5;
  border-image: initial;
  z-index:100;
  width:80px;
}

.bo .boBox .boPreis:hover{
  background-color:#284385;
}

.bookingmask_ruler.oben .bookingmask_rechts select {
width: 200px !important;

}



