* {
	font-family : arial, tahoma, verdana, helvetica;
}

BODY {
	margin : 0;
	padding : 0;
	font-size : 12px;
	color : #000000;
}
BODY.mceContentBody {
	padding : 5px;
}
BODY.mceContentBody * {
}

OL {
	margin-top : 0;
	margin-bottom : 0;
}
UL {
	margin-top : 10px;
	margin-bottom : 10px;
}

LI {
	list-style-image:url('../images/fajka.gif');
	padding:1px 10px 1px 0px;
}

P {
	margin : 0 0 5px;
}

hr{
	color: #5B3911;
	background-color: #a96113;
}
img{
	border:3px solid #5B3913;
}

H1 {
	margin : 0 0 15px 0;
	padding : 5px 10px;
	background : #a96113;
	color : #ffffff;
	font-size : 18px;
	font-weight : normal;
	font-family : Georgia, Times;
}
H2 {
	margin : 15px 0 5px 0;
	color : #FDB742;
	font-size : 14px;
	font-weight : bold;
}
H3 {
	margin : 8px 0 5px 0;
	color : #ffdeb7;
	font-size : 13px;
	font-weight : normal;
	/*text-decoration:underline;*/
}

A{
	color : #eda732;
	text-decoration : underline;
}
A:hover{
	color : #ffffff;
	text-decoration : underline;
}

.perex {
	font-size : 14px;
	color : #cd7f2a;
	padding-bottom:5px;
	text-align:justify;
}
.bigText {
	font-size : 14px;
}

.orangeText {
	color : #cd7f2a;
}
.yellowText {
	color : #FDB742;
}

LABEL {
	float : left;
	display : block;
	width : 125px;
	padding : 5px 0;
	text-align : right;
}
.l-required {
	color : #CC2D20;
}
INPUT, TEXTAREA, SELECT {
	width : 200px;
	margin : 1px 5px 4px;
	padding : 3px 7px;
	border : 1px solid #787878;
	font-size : 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
INPUT.radio {
	border : 0;
	width : 10px;
	vertical-align : middle;
	cursor : pointer;
}
INPUT.button {
	width : 150px;
	padding : 5px 10px;
	border : 1px solid #003366;
	background : url('../inc/css/paladio/images/ui-bg_highlight-soft_75_043478_1x100.png') repeat-x center;
	color : #ffffff;
	font-weight : bold;
	cursor : pointer;
}
INPUT.button:hover {
	filter : alpha(opacity=75);
	opacity : 0.75;
	-moz-opacity : 0.75;
}

TABLE THEAD TD {
	background : #E0E6EB;
}

/****** *****************************************************************************************************/
.sieteTable{
	width:100%;
}
.sieteTable TH{
	padding:10px;
	background:#1C680D;
	font-size:13px;
}
.sieteTable TD{
	padding:3px 8px;
	border-bottom:1px solid #5F3B14;
}
.sieteTable TD.ukoncene{
	border-left:1px solid #5F3B14;
	border-right:1px solid #5F3B14;
	text-align:center;
}
.sieteTable TD.center{
	text-align:center;
}
.sieteTable TD.last{
	border-bottom:none;
}
.sieteTable TD .spacer{
	width:1px;
	height:1px;
	border:none;
}
.sieteTable TD.nazov{
	background:#523311;
}
.sieteTable TD .fajka{
	display:block;
	background:url('images/FAJKA.gif');
	width:21px;
	height:21px;
	margin:auto;
}