* {
  padding: 0px;
	margin: 0px;
}
body{
 background-image:url('images/background.jpg');
 font-family: Arial;
}
#obalWebu {
  margin: 0px auto;
	width: 960px;
	background-image:url('images/background.jpg');
}
#menu {
  background: #48563A; 
	width: 960px;
	height: 30px;
  padding-left: 6px; 
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
  border: 0px solid white; border-radius: 6px;
}
div.thumbnail {
  float: left;
  width: 180px;
  height: 256px;
  margin: 2px;
  text-align: left;
  font-size: 12px;
}
#logo {
  color: #48563A;
  background: white;
  height: 23px;
	border: 0px solid white; border-radius: 6px; 
  float: right;
  padding-left: 6px;
  padding-right: 3px;
  padding-bottom: 2px;
  margin-right: 2px;
	text-shadow: 1px 1px 1px #9FB18B;
	}
a.menuText {
  color: white;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
	font-family: "Trebuchet MS", Segoe Script, serif;
}
a.menuText:hover {
	text-decoration: none;
	color: black;
	background: #68CA00;
	border: 0px solid white; border-radius: 6px;
	}
#content {
  margin: 0px auto;
  color: black;
  width: 960px;
	padding-top: 10px;
  padding-left: 7px;
  padding-right: 5px;
  padding-bottom: 5px; 
	margin-top: 7px;
	margin-bottom: 10px;
	border: 0px solid white; border-radius: 5px;
}
a.odkazy1 {
text-decoration: none;
color: #233E59;
}
a.odkazy1:hover {
text-decoration: underline;
color: green;
} 
a.odkazy {
text-decoration: none;
color: white;
}
a.odkazy:hover {
text-decoration: underline;
color: #ADF660;
}
a.objednavka:hover {
text-decoration: none;
}
a.alergickiludia:hover {
text-decoration: none;
}
#foot {
	width: 200px;
  margin: 5px auto;
  font-size: 8pt;
  color: #40463A;
 }



           
 
   
 
 
 
 
 