/*---------------------------------------------		  		  
		  RTE Style Sheet
		  
		  version: 		1.0
		  author:  		name
		  webseite:		http://www.xpect-media.de
		  Stand: 		28.03.2008
		  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 {
}

/* Ueberschrift 2, !important --> Browserweiche*/
H2 {
font-size:12px;
}

UL.list {
border-top:1px solid #000;
}







IMG.imglink {
border-top:1px solid #000;
border-bottom:1px solid #000;
float:left;
}

TABLE.contenttable {

}
TABLE.contenttable TD {

}

TABLE.contenttable TD P {
display:block;

}
SPAN.textblau {
color:navy;

}

/*###Tabellenkopf ###*/
TABLE.contenttable THEAD TD {
color:white;
}

/* 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;
}



UL.rte-listing-default {
list-style-type:square;
padding-bottom:12px;
}

UL.rte-listing-default LI{
margin:auto;
padding:auto;
margin-left:15px;
}