html {height:101%}

body
{
font-family: Arial, Helvetica;
background-color: #2E2E33;
margin:0;
color: #d4d4d4;
text-align:center;
}

#header
{
text-align:center;
}

#oben
{
margin:auto;
text-align:center;
width:999px;
border: 3px solid silver;
background-color: #000000;
font-size: 1.4rem;
}

#navy1
{
text-align:center;
height:40px;
width:1200px;
display: table-cell;
vertical-align: bottom;
}
#navy2
{
text-align:center;
height:60px;
width:1000px;

}
#kasten
{
background-color: #000000;
text-align:left;
padding:10px 10px;
border: 3px solid silver;

}

#container
{
margin:auto;
text-align:left;
max-width: 1200px;
margin: 0 auto; /* zentriert die Seite */
padding: 20px;
display: flex;
flex-wrap: wrap;
gap: 20px;
border-left:none;
}


.spalte
{
  flex: 1;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

img
{
  max-width: 100%;
  height: auto;
  display: block;
}

img.bilder
{
border-style:solid;
border-width:10px;
border-color:#5F5F5F;
margin:10px;

}

h1
{
color:#FFFF00;
}

A
{ color: #66BBFF; font-family: Arial, Helvetica, Sans-Serif; font-size: 13pt; font-weight: normal; text-decoration: none }

a:link {
        color:66BBFF;
}

a:visited {color:66BBFF}
a:active {color:#FFFFFF}
A:hover   { color: #ff6600; text-decoration: underline; }

a.myLink {font-size:1.4rem;}
a.myLink1 {font-size:1.4rem;color:#FFFFFF}

@media only screen and (max-width:1000px)
{
#container
{
font-size: 2.3rem;
}
A
{ color: #66BBFF; font-family: Arial, Helvetica, Sans-Serif; font-size: 13pt; font-weight: normal; text-decoration: none;font-size:2.4rem; }


a.myLink {font-size:2.4rem;}
a.myLink1 {font-size:2.4rem; color:#FFFFFF}
}



