.textsaeule {
  color: red;

  font-size: 300%;
  text-transform: uppercase;
text-shadow: 
  0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 0px #222;
 }

 .tabelle_1{
 margin-left: 14%;
margin-right:14%;
 width: auto;
 background-color: blue;
 padding: auto ;

color: blue;
 padding: 4px;
 }
.tabelle_1 thead tr
{ font-size: 120%;
Background-color:green;

}
.tabelle_1 tr
{  line-height: 2.5em;
  font-size: 100%;
  color: black ;
  background-color: red;
}
.tabelle_1  td
{  line-height: 2.5em;
  padding: 4px;
  width:35% ;
}

body {
  background-color: #999999;
  color: #141817;
  font-family: sans-serif;
}

#copyright{    width: 30%;

   padding-top: 5px;
      padding-bottom: 5px;
    height: 15%;
    background-color: grey;
    margin-top: 5%;
    margin-left: 35%;
     margin-bottom: 30px;
    border-bottom: 5%;
     -moz-box-shadow: #141817 2px 2px 10px;
  -webkit-box-shadow: #141817 2px 2px 10px;
  box-shadow: #141817 4px 2px 14px;
  border-radius: 10px;
    }

#container {
  background-image: url(image/012.gif);
 line-height: 1.5em;
  font-size: 1.2em;
  margin: auto;
  margin-top: 200px;
  border-radius:40px;
 text-align:center;
  background-color: #1E90FF;
  width: 99%;
 height: auto;
}
 #archiv {
     -moz-box-shadow: #141817 2px 2px 10px;
  -webkit-box-shadow: #141817 2px 2px 10px;
  box-shadow: #141817 2px 2px 20px;
      width: 60% ;
      height: auto;
      margin-left: 20%;
      background-color : silver;
      margin-top: 0px;
     border-radius:40px;
     }


#navigation_2 {
-moz-box-shadow: #141817 2px 2px 10px;
  -webkit-box-shadow: #141817 2px 2px 10px;
  box-shadow: #141817 2px 2px 20px;


  width: 200px;
  height: 140px;
  margin-left: 175px;
 margin-top: -1050px;
position: fixed;


}
#navigation_2 ul {
  width: 220px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
  background: #FF7F24; }

 #navigation_2 a {
  display: block;
  width: 180px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  text-shadow: 0 1px 1px rgba(255,255,255,.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
 }
  #navigation_2 a:hover, #navigation a:focus, #navigation a:active {
  color: #fff;
  width: 210px;
  background: rgb(31, 31, 187);
  background-color: rgba(31, 31, 187, 0.8);;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;

  }
