﻿body {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#page {
    max-width: 65%;
    margin: 0 auto;
}

#header {
    padding: 0 3.125%;
}

#content {
    width: 93.750%;
    padding: 0 3.125%;
    float: left;
    overflow: hidden;
}

#sidebar {
    width: 31.979166667%;
    padding: 0 3.125%;
    float: right;
}

#footer {
    padding: 0 3.125%;
    clear: both;
}

@media screen and (orientation:portrait) and (max-width:480px) {
    #content, #sidebar {
        width: 93.750%;
        float: none;
    }
}

img {
    max-width: 100%;
    height: auto;
    border: 1px solid silver;
    margin: 3px;
}

h1 {
    line-height: 100%;
    color: white;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
}

p {
    color: white;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    font-style: normal;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #00ffff;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #AFEEEE;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #AFEEEE;
}

a:active, a:focus {
    text-decoration: none;
}

a.speziell:link,
a.speziell:visited,
a.speziell:hover,
a.speziell:active {
    color: yellow;
}

.style1 {
    width: 120px;
    height: 90px;
    border: 0;
}

.style1a {
    width: 68px;
    height: 90px;
    border: 0;
}

.style2 {
    text-align: left;
}

.style3 {
    border: 0;
}

.style4, .style12 {
    text-align: center;
}

.style6 {
    margin-bottom: 3px;
}

.style7, .titel1 {
    margin-bottom: 0;
}

.style8 {
    text-align: center;
    font-size: large;
    color: #000080;
}

.style9 {
    margin-left: 70%;
}

.style10 {
    margin-right: 70%;
}

.style11, .style15 {
    margin-top: 20px;
    border: 0;
}

.style13 {
    text-align: justify;
}

.style14 {
    text-align: right;
}

.style16 {
    margin-top: 6px;
    font-size: 12px;
}

.style17 {
    text-align: left;
}

.titel1 {
    font-weight: bold;
    font-size: 24px;
    margin-top: -60px;
}

.titel2 {
    font-weight: normal;
    font-size: 12px;
    margin-top: 0;
}

.summery_center {
    color: yellow;
    font-weight: bold;
    border: 0;
    text-align: center;
    margin-top: 12px;
}

.summery, .summery_left {
    color: yellow;
    font-weight: bold;
    border: 0;
}

.summery {
    float: right;
}

.summery_left {
    float: left;
}

#preload {
    display: none;
}

#preload img {
    height: 0;
    width: 0;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -30;
}

img.hoch_ {
    height: 120px;
    width: 90px;
}

img.breit {
    height: 120px;
    width: 160px;
}

img.hochs {
    height: 120px;
    width: 67px;
}

img.breis {
    height: 120px;
    width: 68px;
}

img.hoch120 {
    height: 120px;
}

ul li {
    list-style-type: none;
    color: white;
}

article {
    max-width: 960px;
    margin: 0 auto;
    width: 98%;
    text-align: left;
}

article p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}