/* CSS Document */
#raum_container{
  display: table;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  min-width:1086px;
}

.raum_detail_table {
    display: table;
    width: 100%;
}

.raum_nr_line {
    margin-top: 0.625em;
    display: table-row;
    background-color: #f3eee4;
}

.raum_nr_cell {
    display: table-cell;
    padding-left: 2px;
}

.raum_foto_line {
    margin-top: 0.625em;
    display: table-row;
    background-color: #f3eee4;
}

.raum_foto_cell {
    display: table-cell;
    padding-left: 2px;
}

.raum_plan_line   {
    margin-top: 0.625em;
    display: table-row;
}
.raum_plan_line:nth-of-type(10n+3), .raum_plan_line:nth-of-type(10n+4),
.raum_plan_line:nth-of-type(10n+5), .raum_plan_line:nth-of-type(10n+6),.raum_plan_line:nth-of-type(10n+7)
{
    background-color:   #d5e3f3;
}

.raum_plan_cell   {
    display: table-cell;
   /* padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;*/
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }

 .raum_plan_cell img{
  display:none;
 }

.raum_plan_cell a img{
    background-color: yellow;
}

@media screen and (min-width:1024px) {
 .raum_plan_cell img{
  /* max-width:110px;*/
   height: auto;
   display: block;
 }
}

@media screen and (min-width:1150px) {
.raum_plan_cell img{
   max-width: 150px;
   height: auto;
   display: block;
 }
}

.raum_plan_cell_zeit   {
    display: table-cell;
    padding-left: 2px;
    width: 45px;
}

.raum_plan_cell_leer  {
    display: table-cell;
    padding-left: 2px;
    height: 30px;
}
.raum_plan_cell_kurs  {
   background-color: grey;
}
.raum_plan_cell_nutzer{
   background-color: orange;
}
.raum_plan_cell,  .raum_plan_cell_leer,  .raum_plan_cell_kurs, .raum_plan_cell_nutzer {
   
}

.raum_plan_cell_zeit_ser, .raum_plan_cell_zeit_ser_kurs{
   display: table-cell;
}
 
.raum_plan_cell_zeit_ser a{
    text-decoration: underline;
    color: black;
 }   
 .raum_plan_cell_zeit_ser_kurs a{
    text-decoration: underline;
    color: white;
 }   

.raum_plan_cell_kursname {
   background-color: blue;
}

.raum_plan_offsetline {
  display: table-row;
  height: 5px;
}
.raum_plan_offsetline:nth-of-type(2n+2) {
        background-color:   #d5e3f3;
}

.raum_plan_offsetcell {
    display: table-cell;
    height: 5px;
 }

#raum_upper_block{
  display: block;
}
#raum_header {
  float: left;
  margin-bottom: 10px;
}
#raum_header_legende{
  float: right;
  display: table;
}

#legende_bsc1 {  background-color: #EBF1DE; }
#legende_bsc2 {  background-color: #C4D79B; }
#legende_bsc3 {  background-color: #4F6228; }
#legende_apl { background-color: #E26B0A; }
#legende_mar { background-color: #31869B;}
#legende_mcm { background-color: #8064A2; }

#legende_bsc1, #legende_bsc2,#legende_bsc3,
#legende_apl, #legende_mar,  #legende_mcm
{
  height: 18px;
  width: 40px;
  
  display: table-cell;
  border-top: 2px solid white;
}
.legende_item {
   display: table-row;
 }

.legende_txt {
  display: table-cell;
  padding-left: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}

#raum_kalender {
  clear:both;
}



.kalender_nav img{
    width: 20px;
    padding-left:20px;
    padding-right:20px;
}

.kalender_nav_mon{
 
}
