/*
* CSS-Datei die fon der HTML-Datei "links.html" aufgeruffen wird
*/

main {
  height: 320px;
}

.head {
  width: 90%;
  height: 40px;
  margin-top: 30px;
  border-bottom: solid 2px rgb(135,135,135);
  margin-left: 5%;
}

#headline {
  font-size: 30px;
  color: rgb(19, 49, 153);
  margin: 0;
}

.inhalt {
  width: 90%;
  height: 300px;
  margin-left: 5%;
  margin-top: 40px;
}

.Bilder {
  margin-top: 25px;
}

#headline_U, #headline_B, #headline_Q {
  font-size: 15px;
  font-weight: bold;
  color: rgb(95,95,95);
}

#TCH, #aTCH, #aIMG_Ostsee, #pQulelle1, #aQuelle1 {
  font-size: 15px;
  color: rgb(95,95,95);
  text-decoration: none;
}

#aTCH:hover, #aIMG_Ostsee:hover, #aQuelle1:hover {
  text-decoration: underline;
}
