Homer: Text hinter Fläche?

Beitrag lesen

Hallo!

Ich habe mit CSS eine Fläche festgelegt und einen Text:

<--TEXT-->
#str_cfp{
   padding-top : 130px;
   padding-bottom : 30px;
   padding-left : 730px;
   padding-right : 20%;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   font-color:#000000;
   visibility:visible;
}

<--FLÄCHE-->
#content{
   position : absolute;
   top : 40px;
   left : 240px;
   width: 560px;
   height: 200px;
   background-color: b8e2f9;
   visibility:visible;
}

Der Text ist aber hinter der Fläche, der soll aber davor sein! Ich habe es mit z-index probiert, half aber nicht!

Gruß
Homer