* {
    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 */
}

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: 50px 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: px;
    height: ;
    object-fit: cover;
    object-position: center 
 
}

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;
}


header 
{
    background-color: #6F90BE;
    width: 100%;
    float: left;
    border-bottom: 1px solid aliceblue;
}




#bereichlogo /*	text links im Kopf */
{
    background-color: #6F90BE;
    color: gold;
    font-family: Open Sans, Source Sans Pro, arial, sans-serif;
    font-size: 120%;
    font-weight: 600;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    float: left;    
}

#bereichlogo {
    width: auto;
}

#steuerung li 
{
    list-style: none;
    float: left;
}
#steuerung a /*	Nav Menü */
{
    background-color: #6F90BE;
    text-decoration: none;
    color: aliceblue;
    font-size: 100%;
    font-weight: 500;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 0.7em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}    
.menue-button {
    display: none;
}    
#steuerung {
    float: right;
}
#steuerung a:hover {
    color: #0a4b84;
    background:gold;
}	
/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/*	Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:600px) {
	.menue-button {
		display: block;
	}
	.menue-button 
    {
		background-color: #6F90BE;
		color: #968f8f;
        font-size: 100%;
        cursor: pointer;
		text-decoration: none;
        display: block;
		position: absolute;
		right: 0;
		top: 0.3;
		padding-top: 0.3em;
        padding-bottom: 0.3em;
        padding-left: 0.9em;
        padding-right: 0.9em;
		
	}	
	#bereichlogo {
		width: 100%;
	}
	#steuerung {
		float: right;
		width: 20%;
		display: none;
	}	
	#steuerung li {
		width: 100%;
		border-bottom: 1px solid aliceblue;
	}	
.menue-button:hover {
		color: black;
		background: #ffe660;
	}
}
/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
    display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
    display: none ; 
}    
/* Allgemein Anweisungen */
section {
    padding: 0.5em;
    float: left;
    width: 100%;
}

div#wrapper
{
    background-color: #6F90BE;
    margin-top: 30px;
    margin-right: 20px; /* Abstand rechts */
    margin-bottom: 10px;
    margin-left: 10px; /* Abstand links */
}

div#textbereich 

