/* =========================================================== */
* {
  padding: 0;
  margin: 0;
}

/* =========================================================== */
body  {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  text-align: center; 
  background-image: url(hintergrund.jpg);        /* 40 % - 0 % */
  background-attachment: fixed;
  background-repeat: repeat;
  margin-top: 10px; 
}

/* =========================================================== */
#mother { 
  text-align: left;
  background-color: #ffffff;
  background-image: url(hintergrund2.jpg);
  background-repeat: no-repeat;
  margin-left: 75px;
  margin-right: 75px;
  /* border: 1px solid #ff6600; */
}


/* =========================================================== */
#kopfzeile1 { 
  height: 70px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  color: #666666;
} 

/* =========================================================== */
#kopfzeile2 { 
  height: 50px;
  background-image: url(kopfzeile.jpg);
  background-repeat: repeat-x;
} 

/* =========================================================== */
#kopfzeile3 { 
  display: none;
}
  
/* =========================================================== */
#menu {
  float: left; /* schwebt links */
  width: 240px;
  display: block; 
  margin-top: 50px;
  margin-left: 20px;
}

/* =========================================================== */
#hauptbereich { 
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  padding: 20px 10px;
  margin-left: 260px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #cccccc; 

} 

/* =========================================================== */
#fusszeile {
  text-align: center;
  height: 50px;	
  padding: 0px;
  background-image: url(fusszeile.jpg);          /* 0 % - 30 % */
  background-repeat: repeat-x;
  font-size: 7pt;
  color: #666666;
}
