/* DATEI: rte.css  Formatierungen für RTE und FE  content.RTE_compliant.mode = stylesheets      RTE.config.tt_content.bodytext.proc.allowedClasses = eigeneClass1, eigeneClass2 */

.htmlarea-content-body {
	margin: 3px 3px 3px 3px;
	padding: 0;
	
  font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #efd7ab;
}



BODY {
	margin: 0;
  padding: 0;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffffff /* Seite Hintergrundfarbe */
}

h1          { font-size: 24pt; color: #000000; font-weight:bold; padding: 0 0 0 0;}
h2          { font-size: 20pt; color: #000000; font-weight:bold; padding: 0 0 0 0;}
h3          { font-size: 18pt; color: #000000; font-weight:bold; padding: 0 0 0 0;}
h4          { font-size: 16pt; color: #000000; font-weight:bold; padding: 0 0 0  0;}
h5          { font-size: 14pt; color: #000000; font-weight:bold; padding: 0 0 0  0;}
h6          { font-size: 12pt; color: #000000; font-weight:bold; padding: 0 0 0  0;}

p           { font-size: 10pt; color: #000000; padding: 0 0 0 0;}


.gross      { font-size: 12pt;}

.klein      { font-size: 8pt; }

.grossfett  { font-size: 12pt; font-weight:bold;}

.einzug10 {	margin-left: 10px;}
.einzug15 {	margin-left: 15px;}

.hh { border-top: 1px solid #333333; }

span.groesse8  { font-size:  8pt; }
span.groesse12 { font-size:  12pt;}
span.groesse14 { font-size:  14pt;}
span.groesse18 { font-size:  18pt;}
span.groesse24 { font-size:  24pt;}
span.groesse36 { font-size:  36pt;}

span.rot      { color:  #ff0000;}
span.orange   { color:  #ff6600;}
span.gelb     { color:  #ffff00;}
span.gruen    { color:  #339900;}
span.blau     { color:  #0000ff;}
span.pink     { color:  #ff00ff;}
span.hellgrau { color:  #666666;}
span.grau     { color:  #333333;}
span.schwarz  { color:  #000000;}
span.weiss    { color:  #ffffff;}



hr {width: 100%; height: 1px; color: #000000}
TD {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt;}
DIV {margin-top:0px; margin-bottom:0px;}
BLOCKQUOTE {margin-top:0px; margin-bottom:0px;}


/* Nummerierungen */
ol { font-size: 10pt;}
/* margin: 5px 10px 5px; ol { color: #10007B; list-style-type: lower-roman; } ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }*/


/* Bullet - Listen */
ul { font-size: 10pt; list-style-type: disc;}  
li { padding-left:3px; }

/* Normale Links */
a:link {color: #3399FF; font-size: 12px; font-weight: bold; text-decoration:none; }
a:visited { color: #3399FF; font-size:12px; font-weight:bold; text-decoration:none; }
a:active { color: #3399FF; font-size:12px; font-weight:bold; text-decoration:none; }

a.blau:link {color: #3399FF; font-size: 12px; font-weight: bold; text-decoration:none; }
a.blau:visited { color: #3399FF; font-size:12px; font-weight:bold; text-decoration:none; }
a.blau:active { color: #3399FF; font-size:12px; font-weight:bold; text-decoration:none; }

.img { border: none}
