#fooldal, h1, h2, h3, p, a{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 12px;
   text-decoration: none;
   border: 0;
   padding: 0;
   margin: 0;
}

#fooldal a{
   font-weight: bold;
   color: #191970;
}

#fooldal a:hover,
#fooldal a.white_link:hover,
#fooldal a.black_link:hover{
   color: red;
}
#fooldal a.white_link{
   color: white;
   font-weight: normal;
}

#fooldal a.black_link{
   color: black;
   font-weight: normal;
}

#fooldal .hirek_in{
   width: 100%;
   height: 158px;
   background-repeat: no-repeat;
}
#fooldal .ujdonsag_pic{
   background-color: #336799;
   background-image: url(../pic/fooldal5.jpg);
   background-repeat: no-repeat;
   background-position: top right;
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
   height: 328px;
}
#fooldal .ujdonsag_text{
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
   background-color: #e47b37;
   height: 60px;
}
#fooldal .egeszseg_in,
#fooldal .recept_in{
   width: 90%;
   margin-left: 5%;
   height: 100px;
}
#fooldal .egeszseg_in{
   background-color: #66b6e8;
}
#fooldal .recept_in{
   background-color: #359c4d;
}

#fooldal h1,
#fooldal h2{
   color: white;
   font-size: 90%;
   text-align: left;
   padding-top: 15px;
   height: 30px;
}
#fooldal h1{
   font-weight: bold;
}
#fooldal h2{
   font-weight: normal;
}

#fooldal h3{
   font-weight: bold;
   color: white;
   padding-top: 25px;
   padding-bottom: 5px;
}
#fooldal .ujdonsag1,
#fooldal .ujdonsag2{
   padding: 5px;
   padding-bottom: 0;
   color: white;
}
#fooldal .ujdonsag1{
   font-weight: bold;
}


#fooldal p{
   font-weight: normal;
   color: white;
}
#fooldal img.recept{
   border: black solid 1px;
   padding: 2px;
   margin: 6px;
   background-color: white;
}



