body {
  background-image: url('dizajn/tapeta.png');
  background-repeat: repeat;
  font-family: arial; 
}
.logo { 
  background-image: url('dizajn/logo.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 170px;
}

.menu {
  background-image: url('dizajn/menu.png');
  background-color: rgb(71,66,83);
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-align: center;
}

.menu a, .menu a:hover  {
  color: white;
  font-size: 1.1em;
  text-decoration: none;
}

.cele {
  width: 900px; 
  min-height: 650px; 
  margin-left: auto; 
  margin-right: auto; 
  background-image: url('dizajn/hl.png');
}

.pata { 
  background-image: url('dizajn/pata.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 20px;
  margin-left: auto; 
  margin-right: auto; 
}

.obsah { 
  padding-left: 19px; 
  padding-right: 19px; 
}

h1 { 
  text-align: center; 
  font-size: 2em;
  margin-top: 0.5em;
}

h2 {  
  font-size: 1.2em;
  margin: 0;
}
p {  
  margin-top: 0;
}

img {  
  border-style: solid;
  border-width: 5px;
  border-color: white;
}
img.nadpis {  
  margin-top: 7px;
  border-width: 0; 
}
img.nadpis2 {  
  margin-top: 0px;
  border-width: 0; 
}

a, a:hover {  
  color: rgb(71,66,83); 
}

table.ped {  
  border-collapse: collapse;
}

table.ped td {  
  border-style: solid;
	border-width: 1px;
  border-color: white;
  width: 25%;
}


table.ped td a, table.ped td {  
  font-size: small;
}
