/*---------------------------------------------		  		  
		  RTE Style Sheet
		  
		  version: 		1.0
		  author:  		Timo Prüssing
		  webseite:		http://www.xpect-media.de
		  Stand: 		28.09.2009
		  email: 		info@xpect-media.de
		  
------------------------------------------------*/




/*Einstellungen fuer die Stile im RTE
  ShowTagFreeClasses muss in der Page TS-Config auf "0" 
  gesetzt sein  damit Einstellung kontextabhaengig*/

/* Ueberschrift 1, !important --> Browserweiche */
H1 {
}


UL.list {
border-top:1px solid #000;
}

P.texttop {border:1px solid green;}



P.ersterabsatz {
font-weight:bold;
padding:5px;
}

TD.cellpad5 {
padding:5px;
}

IMG.imglink {
border-top:1px solid #000;
border-bottom:1px solid #000;
float:left;
}

TABLE.contenttable {
background-color:#e8e8e8;
border:1px solid #030;
}
TABLE.contenttable TD {
border:1px solid #000;
color:#000;
}

TABLE.contenttable TD P {
display:none;
}
SPAN.textblau {
color:navy;

}

/*###Tabellenkopf ###*/
TABLE.contenttable THEAD TD {
color:white;
background-color:#666;
}

#col3 #col3_content thead TH {
	font-size:14px;
	background-color:#98BD0E;
	
}


#col3 #col3_content thead TH H3,
#col3 #col3_content thead TH H2 {
	padding-bottom:0px !important;
	margin:0px !important;
	color:black !important;
}

/* span fÃ¼gt keinen Zeilenumbruch ein, z.B. wenn 2 WÃ¶rter im Satz eine 
andere Farbe erhalten sollen. Hie rmuss noch der Farbwert definiert 
werden*/
SPAN.textcolor {
color:#cc3333;
}

H2.align-center,
P.align-center,
H3.align-center,
LI.align-center {
	text-align:center;
	
}


H2.align-justify,
P.align-justify,
H3.align-justify,
LI.align-justify {
	text-align:justify;
	
}
