body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Sans, Tahoma;
  color: #666666;
}

html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

.kleineLinks {
  position: absolute;
  right: 10px;
  top: 10px;
}

.kleineLinks a {
  color: #555555;
  text-decoration: underline;
  font-size: 10px;
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

a:focus {
	outline: 0;
	border: 0;
}


.versteckt {
  display: none;
}

.logo {
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 100px;
}

.choose {
  position: absolute;
  left: 50%;
  margin-left: -260px;
  top: 200px;
}

.menue {
  position: absolute;
  left: 50%;
  margin-left: -334px;
  top: 280px;
}

.zielCommunity {
  width: 334px;
  height: 360px;
  margin: 0px;
	float: left;
  padding: 0px 0px 0px 0px;
  background-image: url('img/ziel_community.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.zielCommunity:hover {
  background-position: 0px -360px;
}

.zielInfopage {
  width: 334px;
  height: 360px;
  margin: 0px;
	float: left;
  padding: 0px 0px 0px 0px;
  background-image: url('img/ziel_infopage.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.zielInfopage:hover {
  background-position: 0px -360px;
}
