@charset "utf-8";

/* ZAKLADNE NASTAVENIE DOKUMENTU ---------------------------------------------------------------------------------------- */

/* POVODNE STYLY FCK*/
body{
}
.Bold{ font-weight: bold; }
.Title{ font-weight: bold; font-size: 18px;	color: #cc3300; }
.Code{ border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px; color: #000066; font-family: 'Courier New' , Monospace; background-color: #ff9933; }
.clear{	clear:both; }

.fckeditor td{
	vertical-align:top;
	text-align:inherit;
}
.fckeditor img{
	margin:0 5px 0 5px;
	float:none;
}
.fckeditor div{
	text-align:inherit;
}
/* ------------------------------------------------------------------------------------------------------------------------ */


