/*
  beck2sports - basic styles
*/
html { height:100%; }
body {
  height:100%;
  margin:0%;
  padding:0%;
  background-image: url(../images/bodyBG.jpg);
  background-repeat: repeat-x;
  background-color: rgb(216,226,165);  
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 80%;
  color: rgb(255,255,255);
  overflow-y:scroll;
}
img {
  border:0px;
}
a {
  text-decoration:none;
}
/*
div {border:1px solid aqua;}
*/
h1, h2, h3, h4 {
  margin:0px;
  padding:0px;
}
#page {
  height:100%;
  width:800px;
  background-color: rgb(107, 158, 83);  
  margin: auto;  
}
#wrapper {
  background-color: rgb(107, 158, 83);
}
#head {
  height:224px;
  background-repeat: no-repeat;
}
#fontSwitch {
  float:right;
  margin-top:224px;
  margin-right:4px;
}
.index {
  background-image: url(../images/headIndex.jpg);   
}
.personal {
  background-image: url(../images/headPersonal.jpg);
}
.maenner {
  background-image: url(../images/headMaenner.jpg);
}
.frauen {
  background-image: url(../images/headFrauen.jpg);
}

.fitab60 {
  background-image: url(../images/headSenior1.jpg);
}
.fitab60-2 {
  background-image: url(../images/headSenior2.jpg);
}
.fitab60-3 {
  background-image: url(../images/headSenior3.jpg);
}
.kurse {
  background-image: url(../images/headSchuhe.jpg);
}
.ernaehrung {
  background-image: url(../images/headSchuhe2.jpg);
}
.kontakt {
  background-image: url(../images/headSchuhe2.jpg);
}
.impressum {
  background-image: url(../images/headSchuhe2.jpg);
}
.netzwerk {
  background-image: url(../images/headSchuhe2.jpg);
}
#navArea {
  background-image: url(../images/logoPart.jpg);
  background-repeat: no-repeat;
  padding-top:75px;
  float:left;
}
#fakeIndexLink {
  width:110px;
  height:115px;
  margin-top:-113px;
  margin-left:48px;
}
#fakeIndexLink img {
  width:110px;
  border:0px;
}
#navigation {
  width:170px;
  margin:0px;
  margin-left:30px;
  padding:0;
  list-style:none;  
}
#subnavigation {
  margin:0px;
  margin-left:30px;
  margin-top:-5px;
  margin-bottom:5px;
  padding:0;
  list-style:none;
  font-size:12px!important;
}
#subnavigation a {
  background-image: url(../images/smallBullet.png);
  background-repeat: no-repeat;
  background-position:0px 5px;
  padding-left:10px;
  color:rgb(255,255,255);
   font-size:12px!important;
}
#subnavigation a:hover, #subnavigation a.subActive  {
background-image: url(../images/smallBulletY.png);
  background-repeat: no-repeat;
  background-position:0px 5px;
  color:rgb(255,242,0);
}

.noD {
  display: none;
}
#content {
  margin-top:50px;
  margin-left:15px;
  padding:10px;
  float:left;
  width:500px;

}
#subNavigation {
  display:block;
  color:red;
}
#exiter {
  clear:both;
}
.linkEmail {
  color:rgb(255,255,255);
}

#headerReferenzen, #headerImpressum, #headerKontakt, #headerMaenner, #headerPhilosophie, #headerErnaehrung, #headerKurse, #headerSenioren, #headerPersonal, #headerAstrid   {
  margin-left:-5px;
}

