/*obecn? definice */
*  html,img, * {
  margin : 0;
  padding : 0;
}

#popis1, #popis2, #popis3, #popis4 {
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: #003e01;
	display: inline;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

 #popis1 {width: 90px;}
 #popis2 {width: 70px;}
 #popis3 {width: 170px;}
 #popis4 {width: 70px; text-align:right;}

img{
  display:block;
  border:none;
}

* body {
  margin: auto;
  background-color:#E6EFC0;
}

table, td {

border-collapse: collapse;
}

table td{
  padding:0px;
  margin:0px;

}

.kontejner{
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

ul.menu {
	list-style-type: none;
	text-align: left;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.menu li {
  display:block;
  height: 33px;
  width: 160px;
}

ul.menu li a{
  display:block;
  height: 100%;
  width:100%;
  margin:0;
  padding:0;
  background-repeat: no-repeat;
}

ul.menu li a:hover img{
  display:none;
}

table.radek1 {
	background-color: inherit;
	
}

.radek1 {
	background-color: inherit;
	margin-top: 8px;
	
}

.radek2 {
	background-color: white;
	margin-top: 8px;
	
}

.header{
	background-color: inherit;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.jmeno {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	width: 300px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #003e01;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: maroon;
}

