/***************************************************************************************/
/*                                                                            14.03.06 */
/*                                                                                     */
/*                              TYPE - TYPO3 PACKER ENGINE                             */
/*										       */
/*                        GRUNDLEGENDES CSS-STYLESHEET: t3body.css	               */
/*                                                                                     */
/*                       cab services ag - the open source company                     */
/*                                http://www.cabag.ch                                  */
/*                          (c) andi zaugg / raphael wälterlin                         */
/*                                                                                     */
/***************************************************************************************/



/* STYLESHEET IMPORT START 
/*
/* Folgende CSS-Stylesheets werden importiert: */


/*********************************************************/
/* INDIVIDUELLES DESIGN                   		 */
/*                                                       */
   @import url("design.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG CSS STYLED CONTENT     			 */
/*                                                       */
   @import url("styledcontent.css");			 
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG SUCHFUNKTION 		                 */
/*                                                       */
   @import url("search.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG FORMULARE                                */
/*                                                       */
   @import url("form.css");
/*********************************************************/

/*********************************************************/
/* LINKE NAVIGATION / HAUPTNAVIGATION                    */
/*                                                       */
   @import url("liMenu_left.css");
/*********************************************************/


/*********************************************************/
/* UNTERE NAVIGATION / SUBNAVIGATION                     */
/*                                                       */
   @import url("liMenu_sub.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG EINGABEMASKE RTE                     	 */
/*                                                       */
   @import url("rte.css");
/*********************************************************/


/*********************************************************/
/* SPRACHSELEKTION                     		 	 */
/*                                                       */
   @import url("lang.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG FORUMSERWEITERUNG                     	 */
/*                                                       */
   @import url("board.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG NEWSLETTER ELEMENTE                      */
/*                                                       */
   @import url("newsletter.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG NEWS                     		 */
/*                                                       */
   @import url("news.css");
/*********************************************************/


/*********************************************************/
/* FORMATIERUNG LOGINBOX                     		 */
/*                                                       */
   @import url("login.css");
/*********************************************************/

/* STYLESHEET IMPORT END */


/** {
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", sans-serif;
	/*line-height: 15px;*/
/*}*/


strong, b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

ul, li {
	list-style: none;
}





