html, body, ul, li {
  margin: 0;
  padding: 0;
  font-family:  Arial, Verdana;
}


#alles {
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -475px;
  width: 950px;
  min-height: 1500px;
}
#head {
  position: absolute;
  height: 330px;
  width: 970px;
  /*background-image: url(gfx/bg_home.gif);*/
}
#head a{
  text-decoration: none;
  color: #959595;
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
  padding: 0px 3px 0px 3px;
  border-collapse: collapse;
}
#head a:hover{
  color: #8FC259;
  border-left: solid 1px #8FC259;
  border-right: solid 1px #8FC259;
}


#head ul{
  margin-left: -14px;
}

#head li{
  display: inline;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0px 0 17px;
}


#logo {
  position: absolute;
  width: 256px;
  height: 136px;
  top: 52px;
  left: 7px;
}
#menue1 {
  position: absolute;
  width: 950px;
  height: 15px;
  top: 280px;
  font-size: 14px;
}
#menue1 ul{
  margin-left: -17px;
}
#menue1 li{
  margin-left: 19px;
}
#menue2 {
  position: absolute;
  width: 950px;
  height: 15px;
  top: 301px;
  font-size: 12px;
}


#menue3 {
  position: absolute;
  width: 950px;
  height: 15px;
  top: 1px;
  left: 2px;
  font-size: 11px;
}

#links {
  position: absolute;
  width: 245px;
  height: 500px;
  top: 350px;
  padding-left: 7px;
  z-index: 99;
}
#links a, img{
  border-style: none;
}

#links h1{
  text-transform: uppercase;
  color: #8FC259;
  font:  bold 20px Arial, Verdana;
  margin: 4px 0px 36px -2px;
  line-height: 17px;
}
#rhead{
  position: absolute;
  width: 187px;
  height: 53px;
  left: 753px;
  top: 356px;
}
#rechts{
  position: relative;
  width: 145px;
  min-height: 161px;
  left: 753px;
  top: 424px;
  border: solid 1px #8FC259;
  font:  bold 12px Arial, Verdana;
  color: #707070;
  line-height: 12px;
  padding: 15px 20px 0px 22px;
}
#rechts strong{
  font:  bold 12px Arial, Verdana;
  color: #8FC259;
  line-height: 12px;
}
#rechts a{
  font:  normal 11px Arial, Verdana;
  color: #707070;
  text-decoration: none;
}
#rechts a:hover{
  color: #CC2C86
}
#re_foot {
  position: relative;
  width: 145px;
  min-height: 40px;
  left: 752px;
  top: 424px;
  margin: 20px 0 20px 25px;
}#re_foot a{
  font:  normal 11px Arial, Verdana;
  color: #707070;
  text-decoration: none;
}
#re_foot a:hover{
  color: #CC2C86
}

#news {
  font:  normal 10px Arial, Verdana;
  color: #8FC259;
}
#news a{
  text-decoration: none;
  color: #000000;
}
#news a:hover{
  color: #CC2C86;
}
#footer {
  position: relative;
  height: 230px;
  top: 424px;
}


#cms-content{
  position: absolute;
  width: 450px;
  min-height: 400px;
  left: 270px;
  top: 374px;
  padding-bottom: 30px;
  font:  normal 12px Arial, Verdana;
  color: #707070;
  z-index: 100;
}



