	 /* Base */
* {
 margin: 0;
 padding: 0;
}
body {
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 /* overflow-y: hidden; */
 overflow-x: hidden;
 font-size: 1em;
 text-align: center;
}
p { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 font-size: 1em;
}

#content {

	/*text-align: center;
	min-height: 500px;
	width: 50%;*/
	padding-left: 10px;
	padding-right: 10px;
	
}
  #fuss {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
	z-index: 88887;
  }
 #kopf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 80px;
    background-color: white;
    color: black;
    /*padding: 10px;*/
	z-index: 88888;
  }   
  #main {
	  margin-top: 80px;
/*	  text-align: center; */
	  
  } 
.inhalt {
	text-align: left; 
}
.pkimg {
display: block;
width: 100%;
text-align: center;
}
.heart {
  filter: opacity(50%) grayscale(100%);
}
.heart:hover {
  filter: opacity(100%)grayscale(0%);
}

.hli {
  filter: opacity(50%);
}
.hli:hover {
  filter: opacity(100%);
}

h2 {
	margin-top: 25px;
}
.s {
	font-size: 0.6em;
}


 
  .fl{
	  width: 50%;
  margin: 0 auto;
  text-align: left;
  }
  
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
  -webkit-text-decoration-color: black; /* Safari */  
  text-decoration-color: black;
}
a:visited {
  color: #696969;
}
.s a {
	color: black;
	text-decoration: none;
}
.s a:hover {
	text-decoration: underline;
  -webkit-text-decoration-color: black; /* Safari */  
  text-decoration-color: black;
}
.s a:visited {
  color: black;
}