html, body {
  height: 100%;
}

#content {
  min-height: 100%;
}

.space_right {
  margin-right: 10px
}

.space_left {
  margin-left: 10px
}

.header {
  background-color: #5a1429;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header .title {
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 35px;
  padding: 0;
  margin: 0;
}

.header .subtitle {
  color: #fff;
  font-family: 'Cinzel Decorative', serif;
  font-size: 35px;
  padding: 0;
  margin: 0;
}

footer.footer {
  background-color: #ccc;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  clear:both;
  padding-top:20px;
}

.searchfield {
  width: 120px;
}

#world-map {
  margin-left: auto;
  margin-right: auto;
  width: 935px;
  height: 450px;
  margin-bottom: 20px;
  border: 1px solid #555;
  border-radius: 5px;
}

.jvectormap-label {
  position: absolute;
  top: 40px;
  left: 40px;
  display:none;
  background: #fff;
  border: 1px solid #555;
}


#regionlist p{
  padding-top: 30px;
  padding-bottom: 10px;
}

#regionlist {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}

#regionlist .region{
  display: inline-block;
  padding: 5px;
}

.thumbnail.bild {
  height: 250px;
  text-align: center;
}

.imgcontainer {
  height: 150px;
}

#details {
  text-align: center;
  margin-bottom: 50px;
}


img.details {
  padding: 70px;
  background-color: #fefefe;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}


td.total {
  text-align: right;
}

.padding-r20 {
  padding-right: 20px;
}

.center {
  text-align: center;
}