﻿@keyframes fadeIn {
    0% {opacity : 0;}
    100% {opacity : 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity : 0;}
    100% {opacity : 1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity : 0;}
    100% {opacity : 1;}
}

body {
    font-family: "Century Gothic", Arial;
    font-size: medium;
    color: #000;
}
#container {
    width: 100%;
    height: 100%;
    background-color: #808080;
}
#masthead {
    width: 100%;
    overflow: auto;
    text-align: right;
    background-color: #DCDCDC;
}
#page_content {
    position: relative;
}
#sidebar {
    position: relative;
    float: left;
    width: 180px;
    background-color: #808080;
}
#content {
    margin-left: 160px;
    padding: 10px;
    background-color: #DCDCDC;
    animation: fadeIn 0.5s;
}
#footer {
    clear: both;
    width: 99%;
    overflow: hidden;
    padding-top: 1%;
    padding-right: 0;
    padding-bottom: 1%;
    padding-left: 1%;
    background-color: #808080;
    color: #DCDCDC;
}
#masthead img {
    float: left;
}
#masthead p {
    font-size: small;
    margin: 0;
    margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Century Gothic", Arial;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#sidebar li {
    border-width: 1px;
    border-color: #FF9933;
    display: block;
}
#sidebar a {
    font-weight: normal;
    text-decoration: none;
    color: #DCDCDC;
    padding: 5%;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    font-size: small;
}
#sidebar a:hover {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #f5f5f5;
    background-color: #FF9933;
    font-family: "Century Gothic", Arial;
}
/* Formatvorlagen für Fußzeile */
#footer p {
    font-size: x-small;
}
#footer a {
    color: #666666;
    text-decoration: underline;
}
#footer a:hover {
    color: #000000;
    text-decoration: none;
}
a {
    color: #393939;
    text-decoration: underline;
}
a:hover {
    color: #78a;
    text-decoration: underline;
}
.style_bold {
    font-weight: bold;
}
.style_italic {
    font-style: italic;
}

.Kopfzeile_links_oben {
    border-width: 0;
    text-align: left;
    font-size: xx-large;
    color: #FF9933;
    letter-spacing: 5px;
}
.Kopfzeile_rechts {
    border-width: 0;
    background-color: #DCDCDC;
    color: #666666;
    font-size: small;
    text-align: left;
}
.Kopfzeile_links_unten {
    border-width: 0;
    text-align: right;
    font-size: xx-large;
    color: #DCDCDC;
    letter-spacing: 5px;
}
.Titel {
    text-align: left;
    font-size: xx-large;
    font-weight: normal;
    font-style: normal;
    color: #666666;
}
.Untertitel {
    text-align: left;
    font-size: large;
    font-weight: normal;
    font-style: normal;
    color: #666666;
}

.Body {
    font-size: medium;
    font-weight: normal;
    color: #000000;
}

.auto-style2 {
    text-align: left;
    background-color: #808080;
}
.auto-style3 {
    text-align: right;
}
.Kopfzeile_unten {
    border-width: 0;
    text-align: left;
    background-color: #FF9933;
    color: #666666;
    font-size: x-small;
    letter-spacing: 11px;
}
.auto-style7 {
    border-collapse: collapse;
}
.auto-style8 {
    text-align: left;
    font-size: xx-large;
    color: #FF9933;
    background-color: #808080;
}
.SubMenu {
    text-indent: 1em;
}