body {
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	color: #444;
}

h1 {
	text-transform: uppercase;
	font-size: 14px;
	color: #10b6bc;
}

h2 {
	clear: left;
	font-size: 13px;
	color: #10b6bc;
	border-bottom: 2px solid #eee;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h3 {
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	padding-right: 5px;
	clear: left;
	text-align: right;
	font-size: 12px;
	color: #10b6bc;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #10b6bc;
	border: 0px !important;
}

a:hover {
	text-decoration: underline;
	color: cyan;
}

td a {
	font-weight: normal;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #10b6bc;
}

td a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted cyan;
}

td {
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

th {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #eee;
	color: #10b6bc;
	border-bottom: 1px solid #eee;
}

tr.sumarizacia td, tr.celkova-sumarizacia td {
	font-style: italic;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tr.celkova-sumarizacia td {
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #ccc;
}

caption {
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	color: #10b6bc;
	background-color: #f8f8f8;
}
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}
input, textarea, select {
	border: 1px solid #e8e8e8;
	background-color: #fcfcfc;
	font-family: verdana;
	font-size: 11px;
}

input {
	padding: 0px 2px 0px 5px;
}
	
#layout-zahlavie {
	display: none;
	border-bottom: 2px solid #10b6bc;
}

#layout-vlavo {
	display: none;
}

#layout-vlavo ul {
	margin-left: 10px;
}

#layout-obsah {
	float: left;
	width: 650px;
	background-color: #fff;
	margin-bottom: 30px;
}

#logo {
	margin: 10px 0px 0px 40px;
}
#odhlasenie {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

#lieky .nazov, #ukony .ukon {
	width: 170px;
	text-align: left;
}

#lieky .objem {
	width: 30px;
	text-align: right;
}
#lieky .mj {
	width: 20px;
	text-align: left;
}
#lieky .cena, #ukony .cena, #kniha_lieky .cena, #kniha_ukony .cena {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
#lieky .expiracia {
	width: 80px;
	text-align: center;
}

#kniha_lieky .farma, #kniha_ukony .farma {
	width: 200px;
	text-align: left;
}
#kniha_lieky .poznamka, #kniha_ukony .poznamka {
	width: 100px;
	text-align: left;
}

#kniha_lieky .mnozstvo, #kniha_ukony .mnozstvo {
	width: 20px;
	text-align: center;
}
#kniha_lieky .nazov, #kniha_ukony .nazov {
	width: 150px;
	text-align: left;
}

div .kniha_ukony {
	float: left;
}

td input {
	width: 90%;
	font-size: 10px;
	padding: 0px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	color: #444;
}

.submenu {
	display: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.submenu li {
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid #eee;
}

.zalomenie {
	clear: left;
	width: 100%;
	margin: 10px 0px 20px 0px;
}

.uvod-button {
	width: 20%;
	height: 75px;
	border: 1px solid #eee;
	text-align: center;
	text-transform: uppercase;
}
.uvod-button div {
	margin-top: 20px;
	margin-bottom: auto;
}

.uvod-button a {
}

#pridanie-zapisu label {
	width: 90px; 
	display: block;
	float: left;
}
#pridanie-zapisu div {
	margin:3px 0px 0px 0px;
}
#pridanie-zapisu select {
	width: 180px;
}

