img.eHint {
	margin-left: 10px;
	margin-top: 4px;
}

div.ct_top {
	background: #F6F3DE;
	color: #000000;
	border-bottom: 1px solid #D9D9D9;
	width: 100%
}

div.ct_top div.ct_top_inside h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: bold 18px arial, tahoma, sans-serif;
	color: #A0A0A0;
	background: transparent;
	float: left;
}

/**************************
style grup domyslnych do kolorowania tekstu.
**************************/
.red {
	background: transparent;
	color: red;
}
.green {
	background: transparent;
	color: green;
}
.blue {
	background: transparent;
	color: blue;
}
.grey {
	background: transparent;
	color: grey;
}
.orange {
	background: transparent;
	color: orange;
}
