/***************************************************************************************/
/*                                                                            31.10.05 */
/*                                                                                     */
/*                              Stylesheet fuer t3 body                                */
/*                                                                                     */
/*                                                                                     */
/*                      cab services ag - the open source company                      */
/*                                http://www.cabag.ch                                  */
/*                                 (c) andi zaugg                                      */
/*                                                                                     */
/***************************************************************************************/

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


/*********************************************************/
/*                LEFT NAV         		         */
/*                                                       */
   @import url("left_nav.css");			 
/*********************************************************/


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





* {
	margin: 0;
	padding: 0;
	font: 12px arial;
	line-height: 15px;
}


a:link, a:visited {
	/*color: #000;*/
	/*font-size: 100%;*/
}


h1,h2,h3,h4,h5 {
	font-weight:bold;
}

strong, b{
	font-weight: bold;
}

ul { 
	padding-left: 20px;
}

ol {
	padding-left: 20px;
}


/* RTE Tabelle */

.htmlarea-content-body table td {
	border: 1px dotted gray;
}

.htmlarea-content-body {
	text-align: left;
}

.htmlarea-content-body strong, b {
	font-weight: bold;
}

.htmlarea-content-body i, em {
	font-style: italic;
}

.htmlarea-content-body ul li {
/*	background-image: url(../images/type_list_style.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;*/
	list-style: inside disc;
}

.htmlarea-content-body ol li {
	list-style: inside decimal;
}

