/* Titulok novinky */
.nmain {
	text-align: left;
	background-color: #dadada;
	border-bottom: 2px solid #ffffff;
    padding: 3px;
	color: #1d1d1d;
}

/* Telo novinky */
.ntext {
	background-color: #e8e8e8;
    padding: 3px;
	text-align: left;
	color: #000000;
	border-bottom: 2px solid #ffffff;
}

