body {
 margin-top: 10px;
 background-color:#14458F;
 background-image: url('images/blaue_zielscheibe.jpg');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center;
 background-size: cover;
 overflow-y: scroll;
}
a {
 color: #000000;
 text-decoration: underline;
}
form {
 margin: 0px;
}
img {
 border-style: none;
}
div {
 border: 0px;
 border-style: none;
 border-color: #000000;
}
ul {
 margin-bottom: 0px;
 list-style-type: disc;
}
li {
 margin-top: 0px;
}
h1 {
 margin: 0px;
 font-size: 32px;
 font-weight: normal;
}
h1:first-letter {
 font-size: 36px;
 font-weight: bolder;
}
h2 {
 margin-top: 16px;
 font-family: 'Times New Roman', Times, serif;
 font-size: 24px;
}
h3 {
 margin-top: 0px;
 margin-bottom: 16px;
 font-size: 14px;
}
h4 {
 margin-top: 32px;
 margin-bottom: 16px;
 font-size: 14px;
}
.Site {
 display: flex;
 flex-direction: column;
 text-align: center;
 margin: auto auto;
 width: 946px;
 padding: 0px;
}
.Head {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 border: 1px;
 border-style: solid;
 border-color: #000000;
 background-color: #FFFFFF;
}
.Headleft {
 margin-left: 18px;
 margin-right: 18px;
 margin-top: 13px;
 margin-bottom: 13px;
}
.Headcenter {
 flex-grow: 1;
 font-family: "Times New Roman", Times, serif;
 text-align: left;
 margin-left: 30px;
 margin-right: 15px;
 margin-top: auto;
 margin-bottom: auto;
}
.Headright {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 margin-left: 15px;
 margin-right: 15px;
 margin-top: 10px;
 margin-bottom: 10px;
}
.Headrighttop {
 display: flex;
 justify-content: space-around;
 padding-bottom:5px;
}
.Headrightbottom {
 text-align: left;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 font-weight: bolder;
}
.Bottom {
 display: flex;
 flex-direction: row;
}
.Menu {
 align-self: flex-start;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 14px;
 line-height: 140%;
 text-align: right;
 margin-top: 10px;
 margin-right: 5px;
 margin-bottom: 5px;
 margin-left: 0px;
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 width: 130px;
 min-width: 130px;
 border: 1px;
 border-style: solid;
 border-color: #000000;
/* background-color: #FFFFFF;*/
 background-color: #FABC00;
}
.Menu a {
 text-decoration: none;
}
.Main {
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 5px;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 15px;
 padding-left: 15px;
 width: 100%;
 border: 1px;
 border-style: solid;
 border-color: #000000;
 background-color: #FFFFFF;
}
.Ueberschrift {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 16px;
 font-weight: bolder;
 text-align: left;
 padding-left: 15px;
 border: 1px;
 border-style: solid;
 border-color: #000000;
 background-color: #FABC00;
}
.Ueberschrift:first-letter {
 color: #FFFFFF;
}
.Text {
 padding-top: 20px;
 padding-right: 20px;
 padding-bottom: 30px;
 padding-left: 20px;
 text-align: left;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 14px;
}
.Datum {
 margin-top: -15px;
 margin-bottom: 10px;
 margin-left: 20px;
 color: #999999;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bolder;
}
.Center {
 display: block;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
.Punkt {
 color: #14458F;
}