body {
	background:#e0e0e0;
	font-family: verdana,arial, sans-serif;
        font-size: 12px;
   text-align: center; 
}



        @media only screen and (max-width:900px){
                .breit { display: none; }
                .schmal { display: block; }
        }

        @media only screen and (min-width:900px){
        /* styles for browsers larger than 900px; */
                .schmal { display: none; }
                .breit { display: block; }
        }
        




/*@media all and (min-height: 600px) {
  #adventskalender {
     margin: auto;
     margin-top: -388px;
     margin-left: -450px;
     top: 50%;
     left: 50%;
     position: absolute;
  }
}

@media all and (max-height: 600px) {
  #adventskalender {
   margin: auto;
   margin-top: 1em;
  }
}
*/

#urte_adventskalender  {
   text-align:center;
}

td {
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  /*color: #00287D;*/
  color: #645d42;
}

a {
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  color: #645d42;
  /*color: #00287D;*/
}

a.hover {
font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  color: #645d42;

}

td img {
  max-width: 100%;
  max-height: 100%;
}
