@charset "utf-8";
/* CSS Document */

/* General */
/* {margin: 0; padding: 0;}*/
html {height: 100%; }
body{
	font-family: Arial, Helvetica, sans-serif;
}
.prihlaseni fieldset{
	width: 300px;
}
.vse table{
	height: 98%;
	width: 98%;
	text-align: left;
}
.rozcestnik{
	width: 250px;
	height: 100%;
}
.rozcestnik td{
	vertical-align: top;
	height: 100%;
	width: 250px;
	white-space: nowrap;
	
}
.rozcestnik fieldset{
	width: 180px;
	height: 100%;
}
.vypis td{
	vertical-align: top;
	/*height: 100%;*/
	text-align: left;
	white-space: nowrap;
}
.vypis fieldset{
	width:95%;
	height: 100%;
}
#menu{
	width:180px;
}
label{
	font-size: 12px;
}
.formular table{
	width: 650px;
	height: auto;
}
#formular{
	height: 100px;
}
#firma{
	width: 300px;
}
#jmenof{
	width: 150px;
}
#prijmeni{
	width: 150px;
}
#ulice{
	width: 600px;
}
#mesto{
	width: 300px;
}
#predcisli{
	width: 80px;
	text-align: right;
}
#banka{
	width: 60px;
}
.td50{
	width: 50%;
}
#jmenocele{
	width: 250px;
}
#ks{
	width: 20px;
}
#cenaj{
	width: 100px
}
#cenac{
	width: 100px;
}
#cena_vse{
	width: 100px;
}
#popis{
	width: 400px;
}
#email{
	width: 250px;
}
#web{
	width: 250px;
}
.uhrada{
	font-size: 12px;
}
.uhrada fieldset{
	width: 90%;
}
.datumy{
	font-size: 12px;	
}
.datumy fieldset{
	width: 160px;
}
.vypis_fa table{
	height:10%;
}
.vypis_fa td{
	white-space: nowrap;
}
.patka{
	height:30px;
}
.tisk td.nadpis{
	border-bottom: 1px double Black;
	border-left: 1px double Black;
	border-top: 1px double Black;
}
.horni td{
	border-top: thin;
	border-top-color: black;
	border-top-style: solid;
}
.stred td{
	vertical-align: text-bottom;
}