@CHARSET "UTF-8";

select{
    padding: 2px 0px;
}

table.tab {
	display: inline-flex;
    width: 550px;
    /*border: 1px solid #AAA;*/
    table-layout: fixed;
    border-collapse: collapse;
}

table.tab td, table th {
    border: 1px solid #DDD;
    text-align: left;
    padding: 5px 15px 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



nav {
	height: 40px;
	background-color: #f4f4f4;
    border-bottom: solid 1px #cccccc;
}

footer.footer {
    height: 40px;
    background-color: #f4f4f4;
    border-top: solid 1px #cccccc;
    /*margin-left: 10px;
    margin-right: 10px;*/
}

/*Smazání bodky(tečky) a nastavení*/
ul {
	list-style-type:none;
	margin:0;
	margin-top: 5px;
	padding:0;
	position: absolute;
}

/*Horizontální seznam s odstupem*/
li {
	display:inline-block;
	float: left;
	margin-right: 1.1px;
}

/*Styl pro menu links*/
li a {
	display:block;
	min-width:90px; /*140px*/
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
}

/*Podbarvení při najetí*/
li:hover a {
	color: #fff;
	background: #66a4bf;
}

p.menulist {
	margin:0;
	display:block;
	min-width:90px; /*140px;*/
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background: #006c9a; /*#006c9a*/
}

div#nacitam {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.loading {
  float: left;
}

div.loading {
  margin-top: 2px;
  margin-left: 10px;
}

a {
	color: #0080ff;
	text-decoration: none;	
}

a:hover {
	color: #ff0000;
}