/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/


table.programm-tabelle-HG 		{ margin-left: 1px; background-color: #F4EAF5; border: 2px solid #AA1180; -moz-border-radius: 30px; }
table.programm-tabelle-HG-W 	{ margin-left: 1px; background-color: #ECE7F4; border: 2px solid #5C2282; -moz-border-radius: 30px; }
table.programm-tabelle-HG-O 	{ margin-left: 1px; background-color: #F6F3F9; border: 2px solid #A789BF; -moz-border-radius: 30px; }
table.programm-tabelle-AM 		{ margin-left: 1px; background-color: #FEF3E8; border: 2px solid #F07C00; -moz-border-radius: 30px; }
table.programm-tabelle-VMP8 	{ margin-left: 1px; background-color: #FFFDEA; border: 2px solid #FFF381; -moz-border-radius: 30px; }
table.programm-tabelle-VMP11 	{ margin-left: 1px; background-color: #FFFAE3; border: 2px solid #FFDD00; -moz-border-radius: 30px; }
table.programm-tabelle-ZBK 		{ margin-left: 1px; background-color: #FDECEB; border: 2px solid #E40045; -moz-border-radius: 30px; }
table.programm-tabelle-PHIL 	{ margin-left: 1px; background-color: #FEF8F5; border: 2px solid #F6AF9E; -moz-border-radius: 30px; }
table.programm-tabelle-CAN 		{ margin-left: 1px; background-color: #EAF4F5; border: 2px solid #009293; -moz-border-radius: 30px; }
table.programm-tabelle-MLK3 	{ margin-left: 1px; background-color: #EFF2ED; border: 2px solid #368756; -moz-border-radius: 30px; }
table.programm-tabelle-MLK6 	{ margin-left: 1px; background-color: #FAFBF2; border: 2px solid #C7D86B; -moz-border-radius: 30px; }
table.programm-tabelle-UKE-N27 	{ margin-left: 1px; background-color: #E9EDF9; border: 2px solid #0068B4; -moz-border-radius: 30px; }
table.programm-tabelle-UKE-N55 	{ margin-left: 1px; background-color: #E9F6FE; border: 2px solid #20BBEF; -moz-border-radius: 30px; }
table.programm-tabelle-SB	 	{ margin-left: 1px; background-color: #F3F7F9; border: 2px solid #8AABBC; -moz-border-radius: 30px; }

/*
.programm-rahmen-gelb td {	}
.programm-rahmen-gelb img {	margin:0;padding:0px;}
*/
/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.time { color: #CD1316; font-weight: bold;}
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

td ul{
	margin-top: 0px ;
	margin-bottom: 0px ;
	padding-top: 5px;
	padding-bottom: 0px;

	width: auto ;
}
