body {
  background-color: white;
    font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height:1.5em;
}
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #FFF;
  width: 100%;
  max-width:500px;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background-color: #0070a0;
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
	 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	 font-weight:400;
	 padding:5px;
  font-size: 15px;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.knopf  {
  font-size: 15px;
  font-weight: 300;
text-align: center;
cursor: pointer;
color:#FFF;
border: 1px solid
transparent;
white-space: nowrap;
border-radius: 3px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
background-color:#EA5B28;
padding: 0 28px 0 20px;
line-height: 0;
height: 28px;
}