/* 
**  Datei   : typo3-RTE.css
**  Funktion: Formatierung der Inhalte im RTE
*/

p {font-family:Arial, sans-serif;}

/* #############################
** ### classesParagraph ########
** #############################
*/
p.smalltext {font-size:0.9em;}
p.box {color:#000; background:#f2f5e1; padding: 0.5em; margin-bottom:1em;}
p.bluebox {color:#000; background:#e4edf3; padding: 0.5em; margin-bottom:1em;}

/* #############################
** ### classesCharacter ########
** #############################
*/
span.mono {font-family:"Courier New", Courier, monospace; font-style:normal; padding:0 0.3em 0 0.3em; background:#f0f0f4; border:1px #ccd solid;}
span.file {padding:0 0 0 14px; background:transparent url('../../img/icons/file.gif') no-repeat left;}
span.directory {padding:0 0 0 15px; background:transparent url('../../img/icons/dir.gif') no-repeat left;}

/* #############################
** ### TagFreeClasses ##########
** #############################
*/


table.solair {
	border-collapse: collapse;margin: 0;background: #e7e7e7;padding: 0; width:99%; font-size: 0.8em; }

table.solair td {
	padding: 2px; margin: 0; border-bottom: 1px solid #fff; border-right: 1px solid #fff; vertical-align:top;
}

table.solair td .bodytext {
	margin: 0;
	padding-bottom: 0;
}

td.kopfZelle {
	background-color: #f4f4f4; border-bottom: 1px solid #ccc; font-weight: bold;
}

tr.kopfZelle {
	background-color: #fff; border-bottom: 1px solid #ccc;
}