/*
* { margin: 0; padding: 0; }
*/

body {	
	/*font: 14px/20px Trebuchet MS, sans-serif;*/
	font: 14px Raleway, Times; /*Trebuchet MS, Arial;	*/
	color: #7b7b7b;
}

.logo {
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px;
}

ul {
  font-size: 12px;
  text-align: center;
  list-style-type: none;
  margin: 30px;
  padding: 0;
}

li {
  display: inline;
	margin: 30px;
}

li a {
  padding: 8px;  
	text-decoration: none;
	color: #7b7b7b;
}

li a:hover {
  color: #9d7e4a;
	font-weight: bold;
}

h1 {
font-size: 14px;
font-weight: 600;
text-align: center;
}

.kratka_cara {
border-top:3px solid #9d7e4a;
width:100px;
}

.odstavec {
font-size: 14px;
text-align: center;
padding-left: 15%;
padding-right: 15%;
line-height: 1.3;
}

.pata {
font-size: 11px;
text-align: center;
}

hr {
border-top:1px solid #7b7b7b;
width:70%;
}


input {
padding: 3px;
position: relative;
margin: auto;	
display: block;
margin-left: auto;
margin-right: auto;
width: 200px;
font-family: inherit; font-size: 13px; 
}

input[type=submit] {
/*	float: left; padding: 3px 10px; margin-top: 5px; cursor: pointer;*/
	cursor: pointer;
	position: relative; 
	margin-top: -15px;
	left: 85px;
	font-family: inherit; font-weight: 900; font-size: 11px; color: #9d7e4a;
	width:60px;
	background: #fff; border: 0px;
}

label {
/*	float: left; padding: 3px 10px; margin-top: 5px; cursor: pointer;*/
/*padding: 3px 10px; */
position: relative; 
margin: auto;	
display: block;
text-align: center;
margin-left: -120px;
margin-top: 2px;
text-align: center;
font-family: inherit; font-size: 11px;
}

input[type=submit]:hover {
	font-style: italic; 
}

.chyba {
text-align: center;
margin-left: 410px;
margin-top: -45px;
font-family: inherit; font-weight: bold; font-size: 13px; color: red;
}





.hodinky {
position:relative;
float:left;
padding:50px;
}

.downloading {
  font-size:25px;
  margin-top:120px;
  margin-left:250px;  
  //padding:50px;
}

.btn-back {
  margin-left:350px;      
  top:40px;
}



table {
  float:left;  
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;  
  text-align: left;
  border-collapse: collapse;
  /* width: 300px; */
  margin-top: 100px;
  margin-left: 100px;  
}
table td, table th {
  border: 1px solid #AAAAAA;
  padding: 5px 5px;
  width: 120px;
  text-align: center;
}
table tbody td {
  font-size: 13px;
}
table tr:nth-child(even) {
  background: #D0E4F5;
}

table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table thead th:first-child {
  border-left: none;
}

table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table tfoot td {
  font-size: 14px;
}
table tfoot .links {
  text-align: right;
}
table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/*********************************/
textarea {
	width: 620px; height: 100px; padding: 10px; 
	background: #fcfcfc; border: 1px solid; border-color: #ddd #fff #fff #ddd;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

p {
	margin-bottom: 15px; padding-left: 1px;
}
p:last-child {
	margin: 0;
}

ul {
	list-style: none; margin-top: 35px;
}
li {
	padding: 10px;
}

small {
	color: #9f9f9f; font-style: italic; font-size: 11px;
}

#container {
	width: 640px; margin: 50px auto;
}

