/* Redefinition textarea */

textarea {
      width:472px;
      height:250px;
      padding:5px;
}


/* Typo3 redefinitionen: Absatztrenner rulerbefore rulerafter */

.csc-frame-rulerAfter {
   background: transparent url("/fileadmin/img/backgrounds/dotted_line.gif") left top no-repeat;
   height: 2px;
   border: 0;
   margin-top: 10px;
   margin-bothttp://www.dlg-agrarticker.com/typo3/backend.phptom: 10px;
}

.csc-frame-rulerBefore {
   background: transparent url("/fileadmin/img/backgrounds/dotted_line.gif") left top no-repeat;
   height: 2px;
   border: 0;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* Redefinition Listengrafik */
li { 
    list-style-type: none; 
    background: url(/fileadmin/img/backgrounds/square_green.gif) no-repeat 2px 0.1em; 
    padding-left: 17px; 
}

/* Minitext*/

.mini {
    width: 100%;
    font-size: 75%;
    color: #585858;
    }
    
/* Definition Listengrafik grau-klein */
li.grey { 
    list-style-type: none; 
    background: url(/fileadmin/img/backgrounds/square_grey.gif) no-repeat 2px 0.2em; 
    padding-left: 13px; 
}

/* Bugfix speziell fuer pid 1351 */
.csc-mailform-radio fieldset#mailform4Spaeter-abonnieren legend {display: none;}    