/* ============================== GLOBAL STYLES FOR FCK EDITOR ==================== */
	/* links */
a, a:link 			{ color: #8dd700; text-decoration: underline; }
a:focus, a:hover 	{ color: #fe00ff; }
a:visited 			{  }


	/* text flow */
p, ul, ol, dl, dd, table, 
form, fieldset, blockquote 	{ margin-bottom: 1.5em; /* = LH */ }
ul, ol, dd, blockquote 		{ margin-left: 1.5em; /* = LH */ }
blockquote 					{ margin-right: 1.5em; /* = LH */ }
sup, sub 					{ line-height: 0; }

	/* list style */
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

	/* font-weight */
h2, h3 		{ font-weight: normal; }
th, strong, dt, 
h1, h4, h5, h6, dfn { font-weight: bold; }

	/* font style */
em, dfn, q, cite { font-style: italic; }


	/* illustrations */
p img.right 		{ float: right; margin: 1.5em 0 1.5em 1.5em; }
p img.left 	{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }

	/* changes */
ins { background: #060; color: #fff; }
del { background: #900; color: #fff; }

	/* float and aling */
.fl	{ float: left; }
.fr	{ float: right; }
.al	{ text-align: left; }
.ac	{ text-align: center; }
.ar	{ text-align: right; }

/* images FROM cms */
div.foto-c   { text-align:center; }
div.foto-r   { text-align:right;  }
div.foto-l   { text-align:left; }
div.foto-fr  { text-align:right; float:right;  }
div.foto-fl  { text-align:left; float:left; }