body {
  position: relative;
  width: 1900px;
  height: 1083px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin: 0px;
}


#heading {
   top: 0px;
   width: 1900px;
   height:15%;
   color: white;
   background-color: black;
   font-size: 75px;
   font-weight: bold;
   text-align: center;
   
   
}

#nav {
  width: 280px;
  height: 750px;
  color: white;
  background-color: #575C5C;
  font-size: 20px;
  margin-top: -30px;
  text-decoration: none;
  
  
}

#nav a:hover {
    color: white;
    text-decoration: none;
}



#main {
   top: 150px;
   margin-left: 280px;
   margin-top: -780px;
   width: 1620px;
   height:750px;
   color: white;
   background-color: grey;
   font-weight: bold;
   text-align: center;
   font-size: 30px;
   font-color:green;
   font-weight: bold;
   
   
}

#footer{
   width: 1900px;
   height: 171px;
   color: white;
   background-color: black;
   font-size: 40px;
   font-weight: bold;
   text-align: center;
   margin-top: -40px;
   text-decoration: none;
}



#Motto {
   font-size: 35px;
   color: Black;
}

#bild {
  font-size: 30px;
  text-decoration: none;
  color: white;
  
}

#bild a:hover {
    color: #68B3B3;
    font-size: 35px;
    text-decoration: none;
}

#startseite {
  font-size: 30px;
  text-decoration: none;
  color: white;
  
}

#startseite a:hover {
     color: #68B3B3;
     font-size: 35px;
     text-decoration: none;
}
#imp {
   text-align: center;
   text-decuration: none;
   color: white;
}

#imp a:hover {
     color: #68B3B3;
     font-size: 35px;
     text-decoration: none;
}