* {
    margin: 0;
    padding: 0;
}

body
{
font-family: Open Sans, Source Sans Pro, arial, sans-serif; 
background-color: #6F90BE;
color: ;
text-align: center; 
font-size: 110%;
margin-top: 10px;
margin-right: auto; /* Abstand rechts */
margin-bottom: 10px;
margin-left: auto; /* Abstand links */
}

header 
{
    width: 100%;
    float: left;
    background-color: #6F90BE;
    margin-top: 10pt;
    margin-right: auto; /* Abstand rechts */
    margin-left: 10px; /* Abstand links */  
    border-bottom: 1px solid aliceblue;
    text-align: left;font-size: 120%;
    color: #ffd700;
}

#logo {
    border: 1px solid black;
    height: 50pt;
    width: auto;
}

#logo_ohne {
    border: 1px;
    height: 50pt;
}

a:link
{
color: aliceblue;
text-decoration:;
}
a:visited
{
color:aliceblue;
text-decoration:;
}
a:focus 
{
color:#ffd700;
font-weight:;
font-feature-settings: 
font-size: em;
text-decoration:none;
}

a:hover
{
color:gold;
font-weight:;
letter-spacing: em;
font-size: em;
text-decoration:underline;
} 

a:active
{
color:gold;
font-weight:;
font-feature-settings: 
font-size:;
text-decoration:none;
}

table {
    width: 100%; 
    display: center;
    margin: 25px auto auto;
    border: px solid #0bf00b;
    border-collapse: solid;
    font-family: Open Sans, Source Sans Pro, arial, sans-serif;
    font-size:80%;
    text-align: center;
    border-spacing: .1em;
}

caption {
    font-size: 120%;
    color: gold;
    background-color: 0;
}

th, td {
  padding: .7em .5em;
  border-radius: .1em;  
}  

thead th {
  background-color: #ffebe6;
  color: #c32e04;
}

td {
  width: 33%;
    font-style: ;
  text-align: ;
  box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,.5);
}   

td:empty{
  box-shadow: none;
}

img {
transform: rotate(deg);
border: 0px solid black;
margin-top: 0.1em;
}

.auswahlbild /* Formatierung von Bildern in Tabelle */
{
    border-width: .2em;  
    border-color: black;
    border-radius: ; /* dann wird's rund */
    width: auto;
    height: 100px;
    object-fit: cover;
    object-position: center 
}

p {   
    text-align: center;
    font-size: 120%;
    color: #ffd700;
    margin-top: 0pt;
    margin-right: auto; /* Abstand rechts */
    margin-bottom: 0px;
    margin-left: auto; /* Abstand links */    
} 


h1 /* Jahreszahl */
{
color:aliceblue;
text-shadow: ; 
text-align: center;
font-size: 120%;
text-decoration:;
font-weight:500;
letter-spacing: em;
padding-top: em;
margin-bottom: em;
}

h2 /* Jahreslink links */
{
color: ;
text-align: left;
font-size: 100%;
font-weight:500;
letter-spacing: em;
text-decoration: 0;
padding-top: em;
padding-left: em;
padding-bottom: em;
margin-top: em;
margin-bottom: em;
margin-left: em;
}

h3 /* Jahreslink rechts */
{
color: ;
text-align: right;
font-size: 100%;
text-decoration:;
font-weight:600;
letter-spacing: em;
padding-top: em;
padding-right: em;
padding-bottom: em;
}

h4 /* Ort */
{
color: aliceblue;
text-align: center;
font-size: 120%;
font-weight:500;
letter-spacing: em;
text-decoration:;
padding-top: em;
padding-left: em;
padding-bottom: em;
}

h5 /* Best of */
{
color: ;
text-align: center;
font-size: 120%;
font-weight: 500;
letter-spacing: em;
text-decoration:;
margin-bottom: 1.0em;
}







