*{font-size:15px; font-family:Sans-serif; }
h1{text-align:center; font-size:1.6em; color:#D5072D;}
h2{font-size:1.5em;color:#D5072D; font-style:italic;}
h3{font-size:1.2em; color:#000000;}
h4{font-size:1.1em; color:#000000;}

.capital{font-size:1.1em;color:#000000;}
.dick{font-weight:bold;}
.underline{text-decoration:underline;}
.rot{color:#CC0000;}
.small{font-style:italic; font-size:0.9em; font-weight:100;}
.clear{clear:both;}
.logo{float:left; min-width:125px; width:40%; margin:10px;}
.bild{float:left;}
.head p{display:block; margin:auto; margin-top:10%;}
.welcome{display:block; margin:auto; width:100%;}








table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}
td, th {
  border-top: 0 solid #ddd;
  padding: 4px 8px
}
table tr:nth-child(even) td {
  background-color: #eee
}
table tr:first-child td {
  width: 200px
}
@media screen and (max-width:640px) {
  table {
    overflow-x: auto;
    display: block
  }
}
