 
 /*
 *   CSS-Formatierungen fuer Screen und Print, 
 *   die nicht im RTE erscheinen sollen
 *
 */

/* ------------ Bildunterschriften ----------- */

.csc-textpic-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal; 
    padding: 3px 0px 3px 0px; 
    font-size: 12px;
    color: #333; 
}
/*----- Eigenschaften fuer "Standard-Tabellen" in RRZN-TYPO3-Extensions ----*/

.table_ext_gen {
   
    margin: 0px;
      
}
.table_ext_gen td p{
    margin: 0px;
   font-size: 12px;
   color: #333; 
} 
/* ----------- News-Anpassungen ---------------- */
.news-teaser {
    
   font-weight: bold;
}


.topnews-latest-item{
   border: 1px solid #ccc;
   overflow: hidden;
   padding: 0px 0px 8px 0px;
   margin-top: 6px;

}
.topnews-latest-item p {
   margin-top: 0px;
   
}

.topnews-latest-item h2 {
   border: 0px ;
}
.topnews-latest-item p a{
   text-decoration: none;
    color: #3f3f3f;
}





/* ----------- Standard-Formular (mailform) ---- */
/* das gesamte Formular: */
.mailform{
  margin: 8px 0px 8px 6px;
  padding: 0px 0px 0px  0px;
  font-size: 12px;
  background-color: #efefef; 
 
  border: 1px solid #d1d1d1;
}
/* eine Zeile LABEL FIELD */
.mailform-layout{
  padding: 6px 0px 0px 4px;
}

.mailform-label{
  width:80px; 
  float:left; 
  vertical-align: middle;
   
 
}

.mailform-field{
 
  font-size: 12px;
  width: 250px;
 
}
.mailform-textarea{
   
  width: 250px;
}
.mailform-submit{
  width: 80px;
  margin: 0px 0px 0px 150px; 
}

.mailform-check{ 
  text-align: left;
}
.mailform-row{
  padding: 4px 0px 0px 0px;
}
.mailform-important{
  display:none;
}
/* ------------ Redakteur-Tools -------------- */

#logout {
    position: absolute;
    z-index: 99;
    top: -1px;
    left: 10px;
}
#editpanel {
    position: absolute;
    z-index: 99;
    width: 150px;
    height: 20px;
    top: 2px;
    left: 82px;
}
.frontEndEditIcons {
    display: none;
}

 

#mailform{
   
}
 
.csc-mailform{
   
}

