
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    height: 800px;
    font-family: Arial, sans-serif;
    font-size: 80%;
    line-height: 1.2em;
}

header, nav, article, footer {
    display: block;
}

#mittig {
    width: 1009px;
    margin: 0 auto;
    text-align: left;
    background-image: url(linkeLeiste.jpg);

}


/* ___________________________________________________________________________________________________________________*/

header {
  /*  background-color: #00D4FF; */
    background-image: url(Kopf.jpg);
    width: 1010px;
    height: 220px;}

header p {
    color: white;
    text-align: right;
    font-size: 2.1em;
    font-weight: bold;
    padding: 150px 75px;}

/* ___________________________________________________________________________________________________________________*/

nav {
    float: left;
    width: 210px;
    margin-left: .8em;
    line-height: 1.4em;
    color: white;
    font-weight: normal;
}

nav ul {
    margin-bottom: 0px;
    list-style-type: none;
    font-size: 1.3em;
    font-weight: bold;
    color: white;
}

nav ul ul {
    margin-left: 1.2em;
    margin-bottom: 0px;
    list-style-type: disc;
    font-size: .9em;
    font-weight: normal;
    color: white;
}

nav ul ul ul {
    margin-left: 1.2em;
    margin-bottom: 0px;
    list-style-type: circle;
    font-size: 0.9em;
    color: white;
}

nav a {
    color: white;
    text-decoration: none;
}

nav a:hover {
    text-decoration: normal;
    color: black;
    background-color: white;
}

/* ___________________________________________________________________________________________________________________*/

.mycssmenu
{
    text-align: top;
    /* 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;
    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;
}

.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;
        }
    }
}

/* ___________________________________________________________________________________________________________________*/



article {
    margin-left: 300px;
    margin-right: 20px;
}

article a {
    color: blue;
    text-decoration: none;
}

article h1 {
    line-height: 1.5em;
    font-size: 1.6em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

article h2 {
    font-size: 1.2em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

article h3 {
    font-size: 1.1em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

article ul {
    list-style-type: none;
    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 {
    margin-left: 30px;
}

article img {
    margin: 0 10px 0 10px
}

/* ___________________________________________________________________________________________________________________*/

footer {
    background-color: #4B677D;
    clear: both;
    color: white;
}

footer p {
    font-size: .9em;
    padding: 4px 2em;
}

footer a {
    color: white;
}

mycenterTable {

}

mycenterTable td {
    text-align: center;
}

figure {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

.bildmitte {
    float: center;
    margin: 0 20px 0 20px;
    padding: 10px;
}

.bildlinks {
    float: left;
    margin: 2px 2px 2px 2px;
    padding: 2px;
}

label {
    display: inline-block;
    /* width: 6em; */
}

ul, ol, 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;
}

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;
}