/*****************************************************************
 Projekt: 			RKZ
 Datei: 				rte.css
 Beschreibung: 	Typografische Einstellungen
 Autor:					NGI, webundso GmbH
 Contact: 			info@webundso.ch
 Datum:					30.08.14
 
  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
*****************************************************************/

/*--------------------------------------------------------------*/
/* nur fuers BE */
/*--------------------------------------------------------------*/

.mceContentBody {
	font: 14px/20px 'Source Sans Pro', Arial, Helvetica, sans-serif; 
}


/*--------------------------------------------------------------*/
/* Tabellen (Klassen in rte_redakteur.ts) */
/*--------------------------------------------------------------*/

.contenttable, .tableStyle_1, .tableStyle_2 {
	width: 100%;
}

 td,  th {  
	font-size: inherit;
	padding: 2px 5px;
	vertical-align: middle;
}

.tableStyle_1 td{
	border-bottom: 1px solid #efefef;
}
.tableStyle_2 td {
	background: #f2f2f2;
	border-bottom: 0px solid #fff;
}	

th  { 
	background: #f2f2f2;
 }

