body {
	color: #000;
	background: #d4b080;
	font-family: Georgia;
	font-size: small;		
	text-align: left;
	margin: 0;
	padding: 15px 0 0 0;
}
body.myBody{ text-align: center;}

table{
	font-size: 100%;
}

td,th {
	color: #000;

}
th {
	font-weight: bold;
}

form{
	display:inline;
}
input, textarea, select{

 }
fieldset{}
fieldset.podbarveny{background-color: #f5c4c0;}
fieldset.podbarveny2{background-color: #f9fcc3;}


ul{

	
}
li {}

p { line-height: 1.5em;
}

img {
	border: 0px; 
	padding: 0px; 
	margin: 0px;	
}
.img_left{padding-right: 1em;}
.img_right{padding-left: 1em;}


/* --------------- Odkaz ----------------------- */
a, a:link {color: #886947; font-weight: bold;}

}
a:visited{color: #5c4123;}
 
a:hover, a:active, a:focus  {#e34e45;text-decoration: none;}
 

/* ------------------ nadpisy ------------------ */
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}

h1 {color: #e34e45;	font-size: 1.5em; font-weight: bold; margin: 10px 0 5px 0}

h2  {
	font-size: 1.4em;
  color: #e34e45;	
	margin: 10px 0 5px 0;
	font-style: italic;
}


h3 {
	font-size: 1.2em;
  color: #000;	
	margin: 10px 0 5px 0;	
}

h4 {
	font-size: 1em;
  color: #e34e45;	
	margin: 10px 0 5px 0;
	font-weight: bold;
}

h5 {
}

/* ------------------TRIK CASCADES-------------------- */
.clearFloat{
	clear:both;
}

.clearhelp {clear: both; font-size: 0px; line-height: 0; height: 0;}
.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;
}
/* --------------------------- datova tabulka -------------------------- */
.datatable {
}

.datatable th{
	font-weight: bold;
	padding: 0.2em;
	padding-left: 1em;
	vertical-align: top;
}
.datatable td{
	padding: 0.1em;
	padding-left: 1em;
}

.datatable td.suda{
}
.datatable td.cena{
	text-align: right;
	white-space: nowrap;
}

