html{height: 100%;}
BODY {
	color: #150e32;
	background-color: #fff;
	font-family: Arial,"Helvetica CE",Helvetica,sans-serif;
	font-size: 70%;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
body.myBody {
	background: url(../images/bodyBg.jpg) repeat-x 0px 0px;
	background-color: #EEEBE6;
}



table{
	font-size: 100%;
}

td,th {
	/*color: #2d2920;*/	
	margin: 0px;
	padding: 0px;
}
th {
	font-weight: bold;
}

form{
	display:inline;
}
input, textarea, select{
	/*font-family: Arial,"Helvetica CE",Helvetica,sans-serif;*/
	font-size: 1em;
	border: 1px solid #424243;
	background: #E1E1E2;
 }
 
 submit {
	color:green;
}
 
fieldset{
	padding: 1em;
	/*color: #c83728;*/
}

ul{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	
}
li {
	background: url(../images/punta.gif) no-repeat left center;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	
}

p {
	margin: 0em;
	padding: 0em;
	margin-top: 5px;
	padding-right: 5px;	
}

img {
	border: 0px; 
	padding: 0px; 
	margin: 0px;	
}


/* --------------- Odkaz ----------------------- */
a:link, a {
	color: #DF003B;
	text-decoration: underline;
}
a:visited{color: #0D2049;}
a:hover, a:active, a:focus  {
	color: #8A8899;
}

.topMenuNavig a {
	font-size: 1.0em;
	font-family : Verdana;
}
.topMenuNavig a:hover {
	text-decoration: none;
}

#bottomC a {
	text-transform : uppercase;
}
#bottomC a:hover {
	color: #AE400B;
}



#leftNavig  a{
	color:black;
}
#leftNavig  a:hover{
	color: #F26522;
}
 

/* ------------------ nadpisy ------------------ */
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}

h1 {
	/*color: #99b3b0;*/
	font-size: 1.0em;
	color: #F26522;
}

h2  {
	font-size: 1.3em;
	color: #F26522;
	padding: 0.1em;	
	font-weight : bold;
	font-family: "Times New Roman";
}



h3 {	
	font-size: 1.0em;
	padding-top: 1em;
	
	/*font-weight : bold;*/
	color: #DF003B;
	
}

h4 {
	font-weight: bold;
	padding-top: 1em;
	color:white;
	font-size: 1.6em;
	font-weight : bold;
}

h5 {
}

/* ------------------TRIK CASCADES-------------------- */
.clearFloat{
	clear:both;
}
.errMsg{
	display: block;
	vertical-align: middle;
	padding: 2px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
	background: url(../images/err.gif) no-repeat;
	border: 1px solid #C12A2F;	
	/*color:#C12A2F;*/
	font-weight: bold;
}

.infoMsg{
	display: block;
	vertical-align: middle;
	padding: 2px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
	background: url(../images/suc.gif) no-repeat;
	border: 1px solid #EFA038;	
	/*color:#EFA038;*/
	font-weight: bold;
}
.fileSize{
	float: left;
	height: 17px;
	padding-top: 3px;
	padding-right: 10px;
}
.hide{
	display: none;
}
.noborder {
	border: 0em;
}

.pageNumbersC{
	padding: 2px;
	border: 1px solid #EBEBEB;	
	min-height: 15px;
	_height: 15px;
}
.img_left{margin-right: 1em;}
.img_right{margin-left: 1em;}
/* --------------------------- datova tabulka -------------------------- */
.datatable {
	/*background: #EBEBEB;*/
}

.datatable th{
	font-weight: bold;
	padding: 0.2em;
	padding-left: 1em;
	/*color: #565656;*/
	vertical-align: top;
}
.datatable td{
	padding: 0.1em;
	padding-left: 1em;
}

.datatable td.suda{
}
.datatable td.cena{
	text-align: right;
	white-space: nowrap;
}


