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 {

#Weiß
  color1 {color:#FFFFFF;}

#Grün
  color2 {color:#008800;}

#Braun-Orange
  color3 {color:#CC9900;}

#Braun-Rot
  color4 {color:#CC6600;}

#Hellgrau
  color5 {color:#CCCCCC;}

#Dunkelgrau
  color6 {color:#333333;}

#Standardfarbe
  noColor {color:#000000;}
}




/* RAHMEN und HINTERGRÜNDE */
#============================
/* grau + Hintergrund zartgruen */
p.csc-frame-frame1, table.csc-frame-frame2 { background-color: #CCFF99; border: 1px solid #CCCCCC;}


/* grau + Hintergrund zartorange */
p.csc-frame-frame3, table.csc-frame-frame3 { background-color: #FFCC99; border: 1px solid #CCCCCC;}


/* grau + Hintergrund zartblau */
p.csc-frame-frame4, table.csc-frame-frame4 { background-color: #DFDFFF; border: 1px solid #CCCCCC;}


/* grau ohne Hintergrund  */	
p.csc-frame-frame5, table.csc-frame-frame5 { border: 1px solid #CCCCCC;}


/* zartgruen ohne Hintergrund */
p.csc-frame-frame6, table.csc-frame-frame6 { border: 1px solid #CCFF99;}


/*zartorange ohne Hintergrund */
p.csc-frame-frame7, table.csc-frame-frame7 { border: 1px solid #FFCC99;}


/* zartblau ohne Hintergrund */
p.csc-frame-frame8, table.csc-frame-frame8 { border: 1px solid #DFDFFF;}


/* ohne Rahmen zartgruen */
p.csc-frame-frame9, table.csc-frame-frame9 { background-color: #CCFF99;}


/* ohne Rahmen zartorange */
p.csc-frame-frame10, table.csc-frame-frame10 { background-color: #FFCC99;}


/* ohne Rahmen zartblau */
p.csc-frame-frame11, table.csc-frame-frame11 { background-color: #DFDFFF;}


/* ohne Rahmen zartgrau */
p.csc-frame-frame12, table.csc-frame-frame12 { background-color: #EDEBF1;}



	
	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; 
   }

