input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color : white;
  border: solid 0px #C1C1C1;
  width : 56%;
  text-align: center;
  }
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  /*background-color : #FFFFCC;*/
  border: solid 1px #C1C1C1;
  width : 99%;
  text-align: center;
  }
input.order {
  text-align: center;
  }
input.persona {
  text-align: left;
  }
input.plz {
  width : 10%;
  text-align: right;
  }
input.ort {
  width : 85%;
  text-align: left;
  }
input.prize,input.hole_prize {
  font-weight: bold;
  text-align: right;
  }
input.hole_prize {
  color: red;
  }
input.check {
  width:20px;
  text-align: left;
  }
input.button3 {
  width:32%;
  font-weight: bold;
  font-size: 13px;
  height:20px;
  border: solid 1px #C1C1C1;
  background-color:dodgerblue;
  }
input.button {
  width:49%;
  font-weight: bold;
  font-size: 13px;
  height:30px;
  border: solid 1px #C1C1C1;
  background-color:dodgerblue;
  }

body {
  background-color:gainsboro;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
     }

th {
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  background-color:dodgerblue;
  border:1px solid gray;
  }

td {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: center;
  background-color:white;
  border:1px solid silver;
  }
.text {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: left;
  background-color:white;
  border:1px solid silver;
  }

p {
  width:90%;
}

h2 {
  width:100%;
  border-top:4px solid navy;
  border-bottom:2px solid navy;
  background-color:dodgerblue;
}

b {color:red;}

table {
  border:1px solid dodgerblue;
  width:90%;
}

a, a:hover, a:visited {
  color:black;
  text-decoration:none;
}
