/* CSS Document */

html,body 
{ 
  height:100%; 
  background-color:#CCCCCC; 
  margin: 0px; 
  padding: 0px;
  
  font-family:arial, 'lucida console', sans-serif; 
}

a:link {
  text-decoration: none;
}
/*
a:hover {
  background-color: lightgreen;
}
*/

.tblTdRed
{
    color: #FF0000;
}

.adv_head_1
{
    font-size: 2.8vmax;
    color: #BB0000;
}

.adv_head_2
{
    font-size: 1.8vmax;
    color: #555555;
}

.img_adv_overview
{
    height:8vmax; 
    align:center;
    opacity: 0.5;
}

.clsButBid 
{
  background-color: #04AA6D; /* Green */
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  color: #222222;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vmax;
  width: 100%;
}

.clsButBid {
  transition-duration: 0.4s;
}

.clsButBid:hover {
  background-color: #04AA6D; /* Green */
  color: white;
}
      
.head_bids
{
    border-top: 10px solid transparent;
    font-size: 0.9vw;
}

.head_bids_time
{
    font-size: 0.5vw;
}



 .adv_frame 
 { 
      width:100%; 
      height:100%; 
      border-collapse: collapse; 

      th, td 
      {
          border: 0px solid #00BB00; 
          padding: 5px; 
          vertical-align: top; 
          /*background-color: #DDDDDD;*/
      }
  } 
     
 .adv_overview 
 { 
    /* damit der Background.png greift muss background-color bei adv_frame raus!*/
    
    background-image: url('../pic/bg-christmas-gnome.svg');
    background-size: cover;    /* oder contain */
    background-size: 100% 100%;   /* ? genau strecken */
    background-repeat: no-repeat;
    
      width:100%; 
      height:100%; 
      border-collapse: collapse; 
       
      font-size:1.3vmax;
      
      th, td 
      {
          border: 1px solid #BBBBBB; 
          padding: 5px; 
          text-align: center; 
          vertical-align: top; 
          /*background-color: #DDDDDD;*/
      }
  }
  
.DAY_OF_DEZ
{
    font-size:1.1vmax;
    
    border: 5px solid transparent;
}

.DAY_OF_DEZ_CURR
{
    color: #FFFF00;
    font-weight: bold;
    background-color: #04AA6D;
    
}



.adv_bids_table
{
      width:100%; 
      border-collapse: collapse; 
       
      font-size:0.7vw;
                    
      th, td 
      {
          border: 1px solid #888888; 
          padding: 5px; 
          text-align: left; 
          vertical-align: top; 
          background-color: #DDDDDD;
      }
}
