
/* Reset, Restaurierung und grundlegende Formatierung    */
@import url(fundament.css);      

img {
  border:0;
  margin:0;
  padding:0;
  }


#body {
  font-family: Verdana, Arial, Helvetica; /*Forschläge für Font*/
  color:#555658;
  } 

  
#wrapper {
  position:relative;
  background-color:white;
  width:100%;
  height:100%;
  background-image: url(images/bg_kachel.jpg);
  background-repeat: repeat-x;
  }

#background {
  position:relative;
  width:1024px;
  background-image: url(images/bg_middle.jpg);
  background-repeat: repeat-y;
  }
  
#bg_top {
  left:0;
  top:1px;
  width:1024px;
  height:850px;
  background-image: url(images/bg_top.jpg);
  background-repeat: no-repeat; 
  }
  
#menue {
  position:absolute;
  top: 99px;
  left: 271px;
}

#hauptbereich {
  font-size:10px;
  position:absolute;
  top:410px;
  left:280px;
  width:480px;
  }

#linkld {
  position:relative;
  left:580px;
  width:200px;
  }

#linkld a {
  color:#555658;
  font-size:10px;
  }

#linkld a:hover, #linkld a:focus{
	text-decoration: underline;
	}

#versteckmich {
  position:absolute;
  top:0;
  left:0;
  visibility:hidden;
  }

/*------HOME--------------------------------------------------------------------*/

#home #background {
	height:1170px;
	}

#home #text { 
  position:relative;
  margin-left:40px;
  }

#home #stempel {
  position:relative;
  margin-top:50px;
  margin-left:60px;
  }
 
#home #trainingsabend{
  border:0;
  position:absolute;
  /*
  margin-top:20px;
  margin-left:-9px;
  */
  top:70px;
  left:-9px;

  }

#home #trainingsabend img {
      z-index:100;              
}

#home #gallerie {
  position:relative;
  margin-left:40px;
  margin-top:50px;
  }

#home #bg_bottom {
  position:relative;
  width: 1024px;
  height:64px;
  margin-top:50px;
  margin-left:-280px;
  background-image: url(images/bg_bottom.jpg);
  background-repeat: no-repeat; 
  }
  
/*------Ausstattung-------------------------------------------------------------*/
#ausstattung #background{
	height:1210px;
	}

#ausstattung #hauptbereich #text {
  position:absolute;
  top:8px;
  left:18px;
  }
  
#ausstattung #gallerie {
  position:relative;
  margin-left:33px;
  margin-top:250px;
  }

#ausstattung #bg_bottom {
  position:relative;
  width: 1024px;
  height:64px;
  margin-top:50px;
  margin-left:-280px;
  background-image: url(images/bg_bottom.jpg);
  background-repeat: no-repeat; 
  }
  
#ausstattung #linkld {
  position:absolute;
  top:1205px;
  }

/*------Service-----------------------------------------------------------------*/

#service #background {
	height:724px;
		}

#service #hauptbereich #text {
  position:relative;
  top:10px;
  left:40px;
  }

#service #hauptbereich #stempel {
  position:relative;
  top:80px;
  left:70px;
  }
  
#service #bg_bottom {
  position:absolute;
  width: 1024px;
  height:64px;
  top:850px;
  background-image: url(images/bg_bottom.jpg);
  background-repeat: no-repeat; 
  }
  
#service #linkld {
  position:absolute;
  top:850px;
  }
  
/*------Kontakt-----------------------------------------------------------------*/

#kontakt #background {
	height:824px;
	}

#kontakt #hauptbereich #text {
  position:absolute;
  top:15px;
  left:20px;
  }

#kontakt #hauptbereich #disclaimer {
  position:absolute;
  top:205px;
  left:242px;
  }
  
#kontakt #hauptbereich #hier {
  position:absolute;
  top:144px;
  left:358px;
  }

#kontakt #hauptbereich #email {
  position:absolute;
  top:60px;
  left:285px;
  }

#kontakt #bg_bottom {
  position:absolute;
  width: 1024px;
  height:64px;
  top:850px;
  background-image: url(images/bg_bottom.jpg);
  background-repeat: no-repeat; 
  }
  
#kontakt #linkld {
  position:absolute;
  top:850px;
  }

/*-------Dosclaimer-------------------------------------------------------------*/
#disclaimer #hauptbereich {
  width:630px; 
  height:470px;
  top:5;
  left:5;
  margin:0;
  padding:0;
  border:0;
  overflow:auto;
  }
/*------------------------------------------------------------------------------*/

 