* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    height: 800px;
    font-family: Arial, sans-serif;
    font-size: 80%;
    line-height: 1.2em;
}
/* ___________________________________________________________________________________________________________________*/

.mycssmenu
{
    background-color: darkred;
    text-align: top;
    font-size: .5em;
    /* font: normal 12px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; */
}

.mycssmenu ul,
{
    padding: 0;
    margin: 10;
    list-style: disc;
}

.mycssmenu ul ul,
{
    padding: 0;
    margin: 0;
    list-style: circle;
}

.mycssmenu input
{
    position: absolute;
    opacity: 0;
}

.mycssmenu a
{
    color: white;
    /* background-color: #4B677D; */
    text-decoration: none;
}

.mycssmenu a:hover,
{
    text-decoration: normal;
    color: black;
    background-color: white;
}

.mycssmenu label:hover
{
    text-decoration: normal;
    color: black;
    background-color: white;
}

.mycssmenu input + label + ul
{
    /* margin: 0 0 0 17px; */
    margin: 0 0 0 50px;
}

.mycssmenu input ~ ul
{
    display: none;
}

.mycssmenu label,
.mycssmenu label::before
{
    cursor: pointer;
}

.mycssmenu input:disabled + label
{
    cursor: default;
    opacity: .6;
}

.mycssmenu input:checked:not(:disabled) ~ ul
{
    display: block;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .mycssmenu
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix
    {
        from
        {
            padding: 0;
        }
        to
        {
            padding: 0;
        }
    }
}

/* ___________________________________________________________________________________________________________________*/


header, nav, article, footer {
    display: block;
}

#mittig {
    width: 862px;
    margin: 0 auto;
    text-align: left;
    background-color: darkred;
}

header {
    background-color: darkred;
  /*  background-image: url(aluheader.png); */
    height: 130px;
}

header p {
    color: white;
    text-align: right;
    font-size: 1.9em;
    font-weight: bold;
    padding: 25px 25px;
}

header h1 {
    color: white;
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    padding: 25px 50px;
}

header img {
    margin-right: 20px;
    margin-top: 20px;
    float: right;
}

.links {
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

nav {
   /* float: left; */
    width: 800px;
    color: white;
    font-weight: normal;
    font-size: 3em;
}

nav ul {
    margin-left: 1.2em;
    margin-right: 1em;
    list-style-type: none;
    line-height: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

nav ul ul {
    margin-left: 1.2em;
    line-height: 2em;
    list-style-type: disc;
    font-size: .9em;
    font-weight: normal;
}

nav ul ul ul {
    margin-left: 1.2em;
    line-height: 2em;
    list-style-type: circle;
    font-size: .8em;
}

nav a {
    color: white;
    text-decoration: none;
}

nav a:hover {
    text-decoration: normal;
    color: black;
    background-color: white;
}


article {
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    font-size: 3.5em;
    padding: 10px;
}

article input, textarea {
    font-size: 2.2em;
}

article img {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: right;
}

.links {
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

.mitte {
    margin-left: 20px;
    margin-top: 20px;
}

article a {
    color: blue;
    text-decoration: none;
}

article ul {
  /*  list-style-type: none; */
    margin-left: 50px;
    font-size: 1em;
  /*  font-weight: bold; */
}

article ul ul {
    margin-left: 3em;
    list-style-type: disc;
    font-size: .9em;
    font-weight: normal;
}

article ul ul ul {
    margin-left: 3em;
    list-style-type: circle;
    font-size: 1em;
}

article ol {
  /*  list-style-type: none; */
    margin-left: 70px;
    font-size: 1em;
    padding-bottom: 1.2em;
    line-height: 1.6em;
  /*  font-weight: bold; */
}
footer {
    background-color: #4B677D;
    clear: both;
    color: white;
}

footer p {
    font-size: 3.5em;
    padding: 3px 2em;
}

footer a {
    color: white;
}

figure {
    float: right;
    margin: 2px 2px 2px 2px;
    padding: 2px;
}

.bildmitte {
    margin: 0 20px 0 20px;
    padding: 10px;
}

.bildlinks {
    float: left;
    margin: 2px 2px 2px 2px;
    padding: 2px;
}


h1 {
    font-size: 1.6em;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    line-height: 1.5em;
}

h2 {
    font-size: 1.2em;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.1em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

article ul, dl {
    padding-bottom: 1.2em;
    line-height: 1.6em;
}

p {
    padding-bottom: 1.2em;
    line-height: 1.2em;
}

.mitte {
    text-align: center;
}

table , tbody {
    line-height: 1.6em;
}

table, tr, td {
    border: 1px solid silver;
    padding: 3px;
}

.leftcol {
    width: 400px;
}

th {
    color: white;
    background-color: #4B677D;
    padding: 10px;
}

ul {
    margin-left: 1em;
}

dt {
    font-weight: bold;
    float: left;
    width: 150px;
}

dd {
    margin-left: 170px;
    padding-bottom: 1.4em;


}