/****************************************************************************************
# 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 $
# ***************************************************************************************/

/* Sourcecode */

.userclass-sourcecode, pre.userclass-sourcecode {
  	display: block;
  	font-family: courier, courier new, monospace;
  	white-space: pre;
  	margin: 1em 0;
  	background-color: #CCCCCC;
}

.csc-frame-test-frame, p.csc-frame-test-frame, table.csc-frame-test-frame 
{
	background-color: #00FF00;
}

table
{
	font: inherited;
}

tbody
{
	font: inherited;
}


tr
{
	font: inherited;
}

td
{
	font: inherited;
}

code{
	font-family: "Lucida Console","Andale Mono","Courier New",Courier,symbol,greek,monospace;
	font-size: 95%;
}

pre{
	font-family: "Lucida Console","Andale Mono","Courier New",Courier,symbol,greek,monospace;
	display: block;
	clear: none;
	overflow: auto !important;
	overflow: scroll;
	width: 99%;
}

p.codeblock, pre.codeblock
{
	font-size: 90%;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-left-width: 3px;
  	padding: 0.5em;
}

/* und hier ein hack für den duemmsten browser der welt */

* html p.codeblock, 
* html pre.codeblock
{ 
	overflow-x: auto;
  	overflow-y: visible;
  	padding-bottom: 20px;
  	/* oben und unten ein bisschen platz halten */
  	margin-bottom: 2px; 
  	margin-top: 2px; 
}


div.userstyle-code-block, p.userstyle-code-block
{
	display: block;
}

div.userstyle-code-block code, 
p.userstyle-code-block code
{
	font-size: 90%;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-left-width: 3px;
	display: block;
	width: 99%;
	overflow: auto; 
  	display: block;
  	white-space: pre;
  	margin: 1em 0em;
  	padding: 0.5em;
}

/* und hier ein hack für den duemmsten browser der welt */

* html div.userstyle-code-block code, 
* html p.userstyle-code-block code
{ 
	overflow-x: auto;
  	overflow-y: visible;
  	padding-bottom: 20px;
}

div.userstyle-imgleft, p.userstyle-imgleft
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.userstyle-attention, p.userstyle-attention
{
	padding: 3px;
	border-color: #FECB22;
	border-style: solid;
	border-left-width: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}


div.userstyle-source-frame, p.userstyle-source-frame
{
	padding: 3px;
	font-size: 50%
	width: 100%;
	border-color: #000000;
	border-style: solid;
	border-left-width: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	overflow: auto;
	white-space: pre;
  	font-family: courier, courier new, monospace;
}



* html div.userstyle-source-frame,
* html p.userstyle-source-frame
{
	overflow: scroll;
}

img.userstyle-image-left
{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 

