
a {
  color: green;
  text-decoration: none;
}

a:hover {
  color: #669933;
  text-decoration: underline;
}

h1 {
  text-align:center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f5ffe7;
}

.block {
  display: block;
  border: 1px solid #91c42d;
  background: url('background.jpg');
  background-color:#cdfc73;
  color: #356e47;
  
  margin-left: 20px;
  margin-right: 20px;
  
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 15px;

  text-align: justify;
  font-weight: none;  
}

.block p {
  line-height: 22px;
}

.block p.fl:first-letter { 
  font-size: 30px; 
  float: left !important; 
  float: none;

  font-family:Arial, Helvetica, sans-serif; 
  margin-right: 3px; 
  
  line-height:100% !important;
  line-height:140%; 
  
  
}

.products {
  display: block;
  border: 1px solid #91c42d;
  background: url('background.jpg');
  background-color: #cdfc73;
  color: #356e47;

  margin-left: 20px;
  margin-right: 20px;
  
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  min-height: 160px;
  height: 150px;
 
  text-align: justify;
  font-weight: none;

}

.products:hover {
  background: #c1f950;
  text-decoration: none;
}


.img { 
  float: left;
  font-weight: none;
  margin-right: 20px;
  text-align: justify;  
}

 .img img { 

  margin-bottom:15px;
 }

.products div{ 
  font-size:medium;

}
.products div b{ 
  font-size:medium;
}




.price, .price_small{
  
  color: maroon;
  padding: 5px;
  font-weight: bold;

  border: 1px solid #91c42d;
  background: #e5fcb3;
  text-align: center;
}

.menubar {
  display: block;
  border-bottom: 1px solid #91c42d;
  background: url('background.jpg');
  background-color:#cdfc73;

  text-align: center;

  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;

  color: #356e47;
} 

.menubar font {
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}

.menuitema{
 border: 1px solid #91c42d;
  background: #f5ffe7;
  border-bottom: 1px solid #f5ffe7;
  position: abloyte;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 15px;
  font-family:Arial, Helvetica, sans-serif;
  z-index: 5;  
}

 .menuitem{
  border: 1px solid #91c42d;
  border-bottom: 1px none #f5ffe7;
  position: abloyte;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 15px;
  font-family:Arial, Helvetica, sans-serif;
  z-index: 5;
}

 .menuitem:hover{
  background: #c1f950;
}

.back_link {
 
 
  float: right;  
  border: 1px solid #91c42d;
  background: #f5ffe7;
  position: abloyte;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 15px;
  font-family:Arial, Helvetica, sans-serif;
  z-index: 5;
}

.continfo {
  position:absolute;
  left: 0;
  top: 0;
}








