body
{
    color: rgb(0, 0, 0);
    background-image: url("../gimpel4.jpg");
    background-attachment: fixed;
    font-family:Comic Sans MS;
    letter-spacing: .5px;
    font-size: 90%;
}
   
   a:link {color: #0000FF;text-decoration: none;border-style: none;}
   a:visited {color: #3300FF;text-decoration: none;border-style: none;}
   a:hover {color: #ff0000;text-decoration: underline;border-style: none;}
   a:active {color: #ff0000;text-decoration: none;border-style: none;}


div#inhalt {
/*    margin: 0 5em 0 20em;   */
    padding: 1em 1em;        
}

div#inhalt h1 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;   
}

div#inhalt h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}

div#inhalt h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
}

div#inhalt p {
    font-size: 1em;
}           

/* ======== Abmessungen - Position - Ränder ======== */
body{
margin-left: 0px;   
}
.menu , .noprint
{
  visibility: hidden; /* */
}

#inhalt {
/*  left: 14em;  */    /* 22% 0px 210px 200px*/
  top: 0px;
  padding: 5px;
  width: 100%;
  margin-left:0em;
  position:  absolute; /* relative;    */
/*  z-index: 1;       */
}

#menuback, #footer {
  visibility: hidden; /* */
}
 
#kopfbereich {
  top: 0;
  margin-top: 0;
  left: 0em;
  margin-left: 0em;
  height: 5px;
  width:100%;      /* 99% */
/*  padding-top: 0px; */
  padding-right: 2px;
  position: relative;
  z-index:  5;
  visibility: hidden; 
}

/* div[id]#kopfbereich {     /* Nur für moderne Browser */
/*   position: fixed;
} */


#seite {
  top: 0;
  width:100%;
  margin: 0 auto;
/*  margin-left: 0;    */
  padding: 0px;
/*  position: absolute; */
}

