#fcf2 {
font-family:arial;
font-size:14px;
margin:0px;
border:0px solid #000; // rahmen !!!!!
background-color:#363636; // in den zeilen
width:500px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#000;
font-weight:bold;
padding:0px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#f00; //farbe der sterne
}
#fcf2 div.r {
font-family:sans;
font-size:15px;
color:#AAA;
clear: both;
padding-top: 5px;
background-color:#363636; //zwischen den zeilen
}
#fcf2 div.h {
font-family:sans;
font-size:9px; /*schriftgröße des Links*/
color:#666;
/*background-color:#000;   Hintergrundfarbe Link*/
}
#fcf2 a {color: #666;	  /*Link */
text-decoration: none;
}
#fcf2 a:hover {color: #AAA;  /* Link Over*/
text-decoration: none;
} 

#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #eee; //felder hintergrund
border:0px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus { // textfeld hintergrund on focus
background: #fff;// felder hinterg on focus
border:1px solid #3D5686;
}
