a:link{text-decoration: none;background-color: grey; }
a:visited {text-decoration: none;color: white;}
a:hover {text-decoration: none; color:white;background-color: black}
#inhalt {width:900px; margin-left: auto; margin-right: auto;background-color: #e6e6fa}

#logotext {text-align: center; font-size: 150%; }

#navigation1 {text-align: center;padding-bottom: 20px; padding-top: 20px; font-size: 22px; background-color: #383838;}

#text {text-align:left;font-size: 20px; margin-left: 15px; margin-right: 15px;}

#ort {text-align:center; text-decoration: underline; margin-left: auto; margin-right: auto;font-size: 15px}

#footer {text-align: 10px; margin-left: 15px;text-decoration: none;background-color:#383838 ;margin-right: 15px;padding-top: 150px; padding-bottom: 100px;font-size: 20px;background-color: black;}

#logo {width:900px; margin-left:auto; margin-right: auto; padding-top: 0.25px}

#impressum {text-align: left; font-size: 20px; padding-bottom: 50px; color: black}

#navigation2 {
  background-color: #333; /* Black background color */
 position: fixed;; /* Make it stick/fixed */
 top: -10px; /* Hide the navbar 50 px outside of the top view */
 width: 100%; /* Full width */
 transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

/* Style the navbar links */
#navigation2 a {
 float: left;
 display: block;
 color: white;
 text-align: center;
 margin-left: auto;
 margin-right: auto;

 padding: 20px;
 text-decoration: none;
 margin-left: auto;
 margin-right: auto;
}

#navigation2:hover {
 background-color: #ddd;
 color: black;


}
