p.align-left, td.align-left {text-align: left;}
p.align-center, td.align-center {text-align: center;}
p.align-right, td.align-right {text-align: right;}

span.textgruen{color:#008800;}



########################
#RTE-Farbauswahl#
##################
RTE.colors {
    color1 {
       name = Rot
       value = #CC3333
       }
   color2 {
       name = Hellblau
       value = #1A87FF
       }
   color3 {       
        name = Orange       
        value = #FF9900       
       }
   color4 {       
        name = Blau      
        value = #0070A6       
       }
   color5 {       
        name = Grau       
        value = #999999       
       }
   color6 {       
        name = Dunkelrot       
        value = #990000
       }

   noColor {
       name = keine Farbe
       value = #000000
      }
}




/* RAHMEN und HINTERGRÜNDE */
#============================
/* grau + Hintergrund zartgruen */

p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #CC3333; border: 1px solid #333333;}
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #1A87FF; border: 1px solid #CCCCCC;}
p.csc-frame-frame3, table.csc-frame-frame3 {background-color: #FF9900; border: 1px solid #CCCCCC;}
p.csc-frame-frame4, table.csc-frame-frame4 { background-color: #0070A6; border: 1px solid #CCCCCC;}
p.csc-frame-frame5, table.csc-frame-frame5 { background-color: #E2E2E2; border: 1px solid #CCCCCC;}
p.csc-frame-frame6, table.csc-frame-frame6 {background-color: #999999;}
p.csc-frame-frame7, table.csc-frame-frame7 { background-color: #990000;}
p.csc-frame-frame8, table.csc-frame-frame8 {background-color: #1A87FF;}
p.csc-frame-frame9, table.csc-frame-frame9 {background-color: #FF9900;}
p.csc-frame-frame10, table.csc-frame-frame10 { background-color: #E2E2E2;}
p.csc-frame-frame11, table.csc-frame-frame11 { border: 1px solid #CCCCCC;}
p.csc-frame-frame12, table.csc-frame-frame12 { border: 1px solid #E2E2E2;}

	
	component-items {
		name = LLL:EXT:rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml:component-items
		value = color: #186900;
	}
	action-items {
		name = LLL:EXT:rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml:action-items
		value = color: #8A0020;
	}
	component-items-ordered {
		name = LLL:EXT:rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml:component-items
		value = color: #186900;
	}
	action-items-ordered {
		name = LLL:EXT:rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml:action-items
		value = color: #8A0020;
	}
}

	## Anchor classes configuration for use by the anchor accesibility feature (htmlArea RTE only)
RTE.classesAnchor {
	externalLink {
		class = external-link
		type = url
		image>
		altText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_altText
		titleText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_titleText
	}
	externalLinkInNewWindow {
		class = external-link-new-window
		type = url
		image>
		altText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_new_window_altText
		titleText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_new_window_titleText
	}
	internalLink {
		class = internal-link
		type = page
		image = EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link.gif
		altText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_altText
		titleText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_titleText
	}
	internalLinkInNewWindow {
		class = internal-link-new-window
		type = page
		image>
                                altText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_new_window_altText
		titleText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_new_window_titleText
	}
	download {
		class = download
		type = file
		image>
		altText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:download_altText
		titleText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:download_titleText
	}
	mail {
		class = mail
		type = mail
		image>
		altText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:mail_altText
		titleText = LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:mail_titleText
	}



p.ul.component-items { 
 color: #186900; 
 list-style-type: circle; 
 }
p.ul.action-items { 
  color: #8A0020; 
  list-style-image: url(img/red_arrow_bullet.gif); 
  }

p.ol.component-items-ordered { 
   color: #10007B; 
   list-style-type: lower-roman; 
   }
p.ol.action-items-ordered { 
   color: #8A0020; 
   list-style-type: lower-greek; 
   }
