body {
	background-color: #222222;
	font-family: Arial, Helvetica, "sans serif";
}

a:link, a:visited, a:hover, a:active, a:focus {
  border: none;
}

#container {
  margin-top: 5%;
  margin-left: -490px;
  left: 50%;
  width: 960px;
  height: 430px;
  position: absolute;
}

#welcome {
  color: #eee;
  font-size: 50px;
  margin: 0 auto 5%;
  text-align: center;
}

#container img {
  padding: 6px;
  border: 0;
}

#container img:hover {
  background: url(./img/shine.jpg) left top no-repeat;
}

#camp {
  float: left;
}
#kinderhaus {
  margin: 0 12px;
}

#wir-und-ich {
  float: right;
}

#stjg {
  height: 100px;
  width: 170px;
  position: absolute;
  right: 1%;
  bottom: 2%;
  background: url(./img/stjg.gif) left top no-repeat;
  overflow: hidden;
}

#stjg:hover {
  background: url(./img/stjg.gif) left bottom no-repeat;
}

#stjg img {
  border: 0;
  height: 100px;
  width: 170px;
}