html {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

body {
	font-size: 100%;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1023px) {
	.body {
		min-width: 100vw;
	}
	#menu {
		position: -webkit-sticky;
  		position: sticky;
  		top: 0;
	}
	.horni1, .horni2, h1 {
		position: absolute;
	}
	.horni {
		position: relative;
		min-width: 1280px;
		margin: 0;
		padding: 0;
	}
	h1 {
		left: 35em;
		top: 0.5em;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		font-size: 120%;
	}
	table {
		min-width: 100vw;
		margin: 1em;
	}
}
@media screen and (min-width: 1024px) {
	.body {
		min-width: 1280px;
	}
	#menu {
		position: fixed;
		top: 53px;
	}
	.horni, .horni1, .horni2, h1 {
		position: fixed;
	}
	.horni {
		min-width: 100vw;
	}
	h1 {
		margin-left: 40%;
		top: 0;
		font-size: 21px;
		width: 30%;
	}
	@media screen and (max-width: 1250px) {
		h1 {
			margin-left: 50%;
		}
	}
}
#menu {
	left: 0;
	width: 100vw;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EFEFEF;
	border-bottom: 1px solid silver;
	min-width: 1280px;
}

.menu {
	display: inline-block;
	min-width: 100px;
	height: 30px;
	line-height: 32px;
	margin: 0;
	padding: 0 1em 0 1em;
	vertical-align: middle;
	text-decoration: none;
	background-color: transparent;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: black;
}

.menu:hover {
	background-color: silver;
	text-decoration: none;
}

.menu1 {
	display: block;
	width: 300px;
	height: 30px;
	line-height: 32px;
	vertical-align: middle;
	border: 1px solid silver;
	border-radius: 5px;
	text-decoration: none;
	background-color: #EFEFEF;
	color: black;
}

.menu1:hover {
	background-color: silver;
	border-color: gray;
	text-decoration: none;
}

.horni {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 4em;
	background-color: #EFEFEF;
	border-bottom: 1px solid silver;
	z-index: 0;
}

.horni1 {
	min-width: 50vw;
	left: 1em;
	top: 1.3em;
	text-align: left;
	font-weight: bold;
	color: gray;
	background-color: transparent;
	z-index: 1000;
	padding-left: 40px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: 0 -2px;
	background-size: contain;
}

.horni2 {
	min-width: 50vw;
	right: 1em;
	top: 0.8em;
	text-align: right;
	color: gray;
	background-color: transparent;
	z-index: 1000;
}

select, input, textarea {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid silver;
	background-color: #EFEFEF;
	padding: 5px;
	border-radius: 3px;
}

textarea {
	font-size: 100%;
}

input[type=submit] {
	background-color: green;
	color: white;
	font-weight: bold;
	border-color: gray;
}

input[disabled=disabled] {
	background-color: olivedrab;
	color: silver;
	border-color: silver;
}

input[type=text], input[type=password] {
	width: auto;
	height: 1.5em;
}

.center {
	text-align: center;
}

.option {
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

.selbutton {
	height: 20px;
	width: 20px;
	/*width: 110px\9;*/
}

.done {
	font-weight: bold;
	color: green;
}

.notdone {
	font-weight: bold;
	color: red;
}

.table_header {
	background-color: silver;
	font-weight: bold;
}

.table_header2 {
	font-weight: bold;
}

.order1, .order1:hover {
	color: green;
	text-decoration: none;
}

.order2, .order2:hover {
	color: black;
	text-decoration: underline;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.legenda, .legenda:hover {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.link_jmeno {
	color: black;
}

.td_odkazy {
	color: gray;
}

h1 {
	padding: 0;
	text-align: center;
	z-index: auto;
}
/*
h1 {
	position: fixed;
	max-width: 480px;
	padding: 0;
	top: 0.85em;;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 20px;
	z-index: auto;
}
*/
h1.login {
	position: static;
	font-size: 20px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	font-size: 18px;
}

h2.alert {
	color: red;
	text-align: center;
}

h3 {
	font-size: 16px;
}

hr {
	height: 2px;
	background-color: #EFEFEF;
	border: 0;
}

#faktura, #faktura td {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
}

#faktura td {
	padding-left: 10px;
	padding-right: 10px;
}

.splnit1 {
	background-color: lightgreen;
}

.splnit2 {
	background-color: #FFFFCC;
}
.splnit3 {
	background-color: pink;
}

.splnit4 {
	background-color: red;
}

.splnit4 a {
	color: black;
}

.splnit5 {
	background-color: lightblue;
}

.legenda {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid black;
}

.alert {
	color: red;
	font-weight: bold;
}

.alert1 {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0.5em;
	color: black;
	background-color: lightgreen;
	border: 2px solid black;
}

.alert2 {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0.5em;
	color: black;
	background-color: #FFFFCC;
	border: 2px solid black;
}

.alert3 {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0.5em;
	color: black;
	background-color: pink;
	border: 2px solid black;
}

.alert4 {
	display: inline-block;
	height: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0.5em;
	color: white;
	background-color: red;
	border: 2px solid black;
}

.login {
	text-align: center;
}

#form_obdobi {
	position: relative;
	display: inline;
}

.zvyhodneno {
	background-color: lightgreen;
}

.uzivatel {
	width: 260px;
}

.alttext {
	display:  none;
}

.rokavice {
	background-color: pink;
}

.pulrokuavice {
	background-color: lightgreen;
}
