body {
  font-family:"palatino linotype",sans-serif;
  font-size: 15pt;
}

.impressum {
  font-size:10pt;
}

#page {
  width:900px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}

#header {
  background-image: url("../pics/hundskopf_silhouette.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width:100%;
  height:148px;
  margin-bottom:10px;
}

#menu {
  background-image: url("../pics/menu_background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width:100%;
}

#top_menu {
  list-style-type: none;
  padding-top: 117px;
  padding-left: 150px;
}

a       { color:black; text-decoration: none }
a:hover { color:#404040; text-decoration: none }

ul {
  width:100%;
  margin:0px;
  padding:0px;
}

.current_page
{
  background-color: #808080;
  border-radius: 5px;
  padding:1px;
  padding-left:4px;
  padding-right:4px;
}

#top_menu a {
  padding:1px;
  padding-left:4px;
  padding-right:4px;
}

#top_menu li {
  display: inline;
  float:left;
  line-height: 30px;
  font-size: 15pt;
  font-weight:bold;
  padding-right: 100px;
}

#main_content {
  width:100%;
  height:750px;
  margin: 0px;
}

#main_content_dark {
  width:100%;
  height:750px;
  background-image: url("../pics/foto_zigaretten_blass.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shadowbox {
  width:400px;
  text-shadow: 0 0 5px black;
}

.shadowbox p {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.footerText {
  text-align:center;
  font-size: 8pt;
}
