body {
  margin: 0;
  padding: 0;
  background-color: white;
	font-family: Verdana;
	font-site: 0.95em;
}
#content {
  margin: auto;
  background-color: #68c5f0;
  /* background-image: url(../images/bg.dark.png); */
  width: 800px;
}
#logo {
  position: relative;
  background: #DDD url(../images/logo.png) no-repeat;
  height: 391px;
}
#logo h1 {
  position: absolute;
  right: 30px;
  bottom: 100px;
  color: #444;
}
.text, .gallery {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.gallery h3 {
  margin-bottom: 20px;
}
.gallery a {
	color: black;
	text-decoration: none;
}
.gallery a:hover {
	text-decoration: underline;
}
.clear {
  clear: both;
}
.foto {
  position: relative;
  float: left;
  border: 1px solid #999;
  width: 140px;
	height: 250px;
  background-color: white;
  margin-bottom: 15px;
  margin-right: 10px;
}
.foto .img {
  height: 90px;
  padding-top: 15px;
  // padding-bottom: 15px;
  text-align: center;
}
.foto h5 {
  text-align: center;
  padding: 0;
  margin: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.foto p {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 0.75em;
}
.foto input {
	position: absolute;
  border: 1px solid #999;
  background-color: #DDD;
  color: #333;
	bottom: 5px;
	right: 40px;
  text-align: center;
	-webkit-border-radius: 7px; /* Safari prototype */
	-moz-border-radius: 7px; /* Gecko browsers */
	border-radius: 7px; /* Everything else - limited support at the moment */
	box-shadow: black 0.5em 0.5em 0.3em;
	cursor: pointer;
}
.foto p.center {
  text-align: center;
}
.foto .stimmen {
  position: absolute;
  border: 1px solid red;
  text-align: right;
  //width: 50px;
  color: white;
  background-color: red;
  padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
  right: -10px;
  top: -10px;
	-webkit-border-radius: 20px; /* Safari prototype */
	-moz-border-radius: 20px; /* Gecko browsers */
	border-radius: 20px; /* Everything else - limited support at the moment */
	box-shadow: black 0.5em 0.5em 0.3em;
	font-size: 0.9em;
}
#footer {
	background-color: white;
}
