@charset "UTF-8";

* {
margin: 0;
pading: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #fff
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #549a1b;
	text-decoration: underline;
}

.content {
	background-color: transparent;
	height: 100%;
	width: 100%;
	position: relative;
	top: 100px;
	text-align: center;}

.slogan {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	letter-spacing:0.1em;
	color: #ccc;
  width: 600px;
  height: 100px;
  top: 20px;
	left: 40px;
	position: absolute;
	text-align: left;
	z-index: 99;
}


.kreis1 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #92e053;
  top: 180px;
	right: 100px;
	position: absolute;
	text-align: left;
	z-index: 99;
}

.kreis2 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ccc;
  top: 180px;
	right: 200px;
	position: absolute;
	text-align: left;
	z-index: 99;
}

.kreis3 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ccc;
  top: 180px;
	right: 300px;
	position: absolute;
	text-align: left;
	z-index: 99;
}

.kreis4 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ccc;
  top: 180px;
	right: 400px;
	position: absolute;
	text-align: left;
	z-index: 99;
}

.logo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 34px;
	letter-spacing:0.2em;
	color: #000;
  width: 500px;
  height: 100px;
  top: 360px;
	right: 100px;
	position: absolute;
	text-align: right;
	z-index: 99;
}



.kreis {
  width: 1200px;
  height: 1200px;
  border-radius: 1000px;
  background-color: #92e053;
  bottom: -990px;
	left: -400px;
	position: absolute;
	text-align: left;
	z-index: 99;
}



.inhaltkreis {
	font-family: Tahoma, Geneva, sans-serif;
	font-style:italic;
	font-size: 18px;
	color: #000;
	  bottom: 20px;
	left: 40px;
	position: absolute;
	text-align: left;
	z-index: 999;
	
}