/* CSS Mozilla etc. */

@media screen {

#content_container  { 
background-color: #fff; 
visibility: visible; 
position: absolute; 
z-index: 6; 
top: 0; 
left: 290px; 
width: 545px; 
height: 100%;
 }

.content_text   { 
position: absolute; 
top: 82px; 
bottom: 0; 
left: 0; 
width: 543px; 
height: auto;
border-left: 2px solid #f33; 
overflow: auto;
overflow-x: hidden;
  }

.content_spielplan   { 
position: absolute; 
padding: 0px;
top: 82px; 
bottom: 0; 
left: 0; 
width: 543px; 
height: auto; 
border-left: 2px solid #f33; 
overflow: auto;
overflow-x: hidden;
 }
 
.text_monat    { position: absolute; z-index:0; top: 100px; left: 45px; color: #f33; font-size: 12px; font-weight: bold; font-family: Verdana; line-height: 18px; text-align: center; letter-spacing: 1px; padding: 15px; }
 
}


@media print {

#content_container  { 
background-color: #fff; 
visibility: visible; 
position: absolute; 
z-index: 6; 
top: 0; 
left: 10px; 
width: 100%; 
height: 100%; 
 }

.content_text   { 
position: absolute; 
top: 82px; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 100%; 
  }

.content_spielplan   { 
position: absolute; 
padding: 0px;
top: 82px; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 100%; 
 }

}