@charset "UTF-8";
/* CSS Document */

.bodytext {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        color: #060;
        background-color: #9C3;
}
.bodyGELB {
        color: #CC0;
        background-color: #C30;
}
/*.background {
        background-color: #040404;
        color: #FFD55C;
        font-family: Tahoma, Geneva, sans-serif;
        background-attachment: fixed;
        background-image: url(images/blured.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
} */
.background p {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: medium;
}
img#bg {
  position:fixed;
  top:0;
  left:0;

  width:100%; <!--  
  height:100%; -->

}
#content {
  position:relative;
  z-index:1;
}