

[type=button] {
    background-color : #000000;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    color : #ffcc00;
    font-size : 20px;
    font-weight : bolder;
    height : 50px;
    margin-left : 17px;
    margin-top : 6px;
    text-align : center;
    width : 200px;
  }


[type=button]:hover {
    color : #dd7c05;
  }


[type=submit] {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    font-size : 15px;
    font-weight : bolder;
    height : 30px;
    text-align : center;
    width : 200px;
  }


[type=submit]:hover {
    background-image : url('../Daten/MenPoint.png');
  }


html, body {
    left : 0px;
    margin-left : 0px;
    margin-top : 0px;
    top : 3px;
  }


a, img {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
  }


a,font {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    color : #ff0004;
    font-weight : bolder;
  }


a {
    text-decoration : none;
  }


.buttonBilder {
    background-color : #ffffff;
    color : #000000;
    height : 20px;
    width : 80px;
  }


.buttonBilder:hover {
    background-color : #ff0004;
    background-image : none;
  }


