/* Dokument pre zobrazenie textu v clánkoch na stránke aj v admine */

.zobrazenie_clanku {
	width: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #23547C;
}

.zobrazenie_clanku p {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 12px;
	letter-spacing: normal;
	text-indent: 0px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
}

.zobrazenie_clanku a:link {
	text-decoration: none;
	letter-spacing: normal;
	font-size: 12px;
	white-space: normal;
	word-spacing: normal;
}

.zobrazenie_clanku a:active {
	text-decoration: none;
	letter-spacing: normal;
	font-size: 12px;
	white-space: normal;
	word-spacing: normal;
}

.zobrazenie_clanku a:visited {
	text-decoration: none;
	letter-spacing: normal;
	font-size: 12px;
	white-space: normal;
	word-spacing: normal;
}

.zobrazenie_clanku a:hover {
	text-decoration: underline;
	letter-spacing: normal;
	font-size: 12px;
	white-space: normal;
	word-spacing: normal;
}

.zobrazenie_clanku table {
	color: #23547C;
	letter-spacing: normal;
	font-size: 12px;
	text-indent: 0px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
}

.zobrazenie_clanku tbody {
	color: #23547C;
}

.zobrazenie_clanku table th {
	background-color: #CCCCCC;
	color: #23547C;
	font-size: 12px;
}

.zobrazenie_clanku table td {
	color: #23547C;
	font-size: 12px;
}

.obrazok_clanku {
	margin: 3px;
	border: 1px solid #23547C;
	width: 80px;
}

/* vlastne triedy, ktore moze user pridelovat v editore */
table.table_class_one, .table_class_two td {
	border: 1px solid #006699;
	font-size: 36px;
}
table.table_class_two{
	border: 1px solid #23547C;
	font-size: 14px;
}


/* user defined */
.defaultny-styl {font-size: 12px!important; color: #23547C; font-weight: normal;}
.modra-bold {color: #0000FF; font-size: 12px!important; font-weight: bold;}
.cervena-bold {color: #FF0000; font-size: 12px!important; font-weight: bold;}
td.siva-bunka {background-color: #CCCCCC;}


