@font-face {
font-family: Arial, sans-serif;
  font-family: in;
  src: url(Inconsolata.otf); /*sourceSansPro umbenannt*/
}

   html, body {
      -ms-user-select: None;
      -moz-user-select: None;
      -webkit-user-select: None;
      user-select: None;

      font-family: in;

      margin: 0;
      padding: 0pt;
      border: 0;
    }

    canvas {
      display: block;
    }

    a {
      color:rgb(50,50,40);
    }

    div {
      padding: 8pt;
    }

    #datum{
      width:150px;
      height:60px;
      color:rgb(50,50,40);
    }
    #datumm{
      width:250px;
      height:60px;
      color:rgb(50,50,40);
    }

    txtuhrzeit:hover, div:hover {
     /*cursor: move;*/
      cursor: url(curs.png), auto !important;
    }

     div:hover, a:hover, txtuhrzeit:hover{ 
      color:yellow;
      font-style: italic;
    }
 